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
+2 -1
View File
@@ -6,4 +6,5 @@ func _ready() -> void:
snail_killer.visible = false
func _on_area_2d_body_entered(body: Node2D) -> void:
snail_killer.visible = true
if body.name == "player":
snail_killer.visible = true