mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 13:13:47 +00:00
Elevator top body
This commit is contained in:
parent
2ec5671bc2
commit
c8cd4ffb1d
10 changed files with 84 additions and 33 deletions
|
|
@ -12,10 +12,11 @@
|
|||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_3lpp4"]
|
||||
size = Vector2(20, 19)
|
||||
|
||||
[node name="Elevator" type="Area2D"]
|
||||
[node name="Elevator" type="Area2D" node_paths=PackedStringArray("TopBody")]
|
||||
collision_layer = 0
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_xv5vg")
|
||||
TopBody = NodePath("")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_0xq5m")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue