mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 22:03:48 +00:00
Shrouds
This commit is contained in:
parent
36c050f112
commit
8d1c0beadc
6 changed files with 116 additions and 3 deletions
12
Scenes/Activable/Shroud.tscn
Normal file
12
Scenes/Activable/Shroud.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://c21m7w5ahpsd0"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://m32iqs21np0v" path="res://Sprites/BlackPixel.png" id="1_oowkm"]
|
||||
[ext_resource type="Script" path="res://Scripts/Activables/BlackCover.cs" id="2_qxoar"]
|
||||
|
||||
[node name="Shroud" type="Sprite2D"]
|
||||
visible = false
|
||||
z_index = 1
|
||||
position = Vector2(-920.5, 78.75)
|
||||
scale = Vector2(127, 126.5)
|
||||
texture = ExtResource("1_oowkm")
|
||||
script = ExtResource("2_qxoar")
|
||||
Loading…
Add table
Add a link
Reference in a new issue