mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-22 10:23:48 +00:00
Activables
This commit is contained in:
parent
abff2ea59e
commit
bfe42b460b
9 changed files with 142 additions and 7 deletions
11
Scenes/Door.tscn
Normal file
11
Scenes/Door.tscn
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue