mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:35:34 +00:00
21 lines
768 B
Text
21 lines
768 B
Text
[gd_scene load_steps=4 format=3 uid="uid://c21m7w5ahpsd0"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://m32iqs21np0v" path="res://Sprites/BlackPixel.png" id="1_oowkm"]
|
|
[ext_resource type="Script" uid="uid://bs6st2q4i0gum" path="res://Scripts/Activables/BlackCover.cs" id="2_qxoar"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4wu5n"]
|
|
size = Vector2(1, 1)
|
|
|
|
[node name="Shroud" type="Sprite2D"]
|
|
z_index = 1
|
|
texture = ExtResource("1_oowkm")
|
|
script = ExtResource("2_qxoar")
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
collision_layer = 0
|
|
collision_mask = 2
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("RectangleShape2D_4wu5n")
|
|
|
|
[connection signal="area_entered" from="Area2D" to="." method="OnAreaEntered"]
|