I added a moving platform. Tutorial is finished. So now the player is on their own.

This commit is contained in:
2026-06-21 20:23:22 -06:00
parent 847cafe8d7
commit bdd99c1c78
8 changed files with 239 additions and 10 deletions
-2
View File
@@ -32,8 +32,6 @@ func _on_area_2d_body_entered(body: Node2D) -> void:
animated_sprite_2d.animation = "idle"
animated_sprite_2d.flip_h = !animated_sprite_2d.flip_h
wait_timer.start()
print(body)
func _on_wait_timer_timeout() -> void:
if !alive: