The moving platform in level 1 wnow moves up and down. I finished level one.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user