Activables

This commit is contained in:
MaddoScientisto 2024-06-10 22:29:41 +02:00
commit bfe42b460b
9 changed files with 142 additions and 7 deletions

11
Scenes/Door.tscn Normal file
View file

@ -0,0 +1,11 @@
[gd_scene load_steps=3 format=3 uid="uid://bqq3q37hugdlj"]
[ext_resource type="Script" path="res://Scenes/Activable.cs" id="1_r61rk"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ul0l3"]
[node name="Door" type="Area2D"]
script = ExtResource("1_r61rk")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_ul0l3")