This commit is contained in:
Tabby 2025-05-14 19:53:34 +10:00
parent 1e233d40cf
commit 4f4e703886
11 changed files with 145 additions and 6 deletions

View file

@ -6,8 +6,9 @@
[sub_resource type="RectangleShape2D" id="RectangleShape2D_x2rtd"]
size = Vector2(96, 8)
[node name="LabPlatformer" type="AnimatableBody2D"]
[node name="LabPlatformer" type="AnimatableBody2D" node_paths=PackedStringArray("collider")]
script = ExtResource("1_y0tou")
collider = NodePath("CollisionShape2D")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(2, 2)