The moving platform in level 1 wnow moves up and down. I finished level one.

This commit is contained in:
2026-06-22 16:50:07 -06:00
parent bdd99c1c78
commit a975d466e6
5 changed files with 56 additions and 18 deletions
+3 -3
View File
@@ -179,7 +179,7 @@ animations = [{
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_u834r"]
size = Vector2(19, 21)
size = Vector2(19, 16)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_e4qck"]
size = Vector2(19, 4)
@@ -190,13 +190,13 @@ script = ExtResource("1_dvrf6")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=623860503]
texture_filter = 1
sprite_frames = SubResource("SpriteFrames_5ecvt")
animation = &"die"
animation = &"run"
autoplay = "run"
[node name="Area2D" type="Area2D" parent="." unique_id=83756394]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D" unique_id=286806552]
position = Vector2(-0.5, -0.5)
position = Vector2(-0.5, -3)
shape = SubResource("RectangleShape2D_u834r")
[node name="WaitTimer" type="Timer" parent="." unique_id=618329498]