1.1.0 Update - New music, pause screen, and main menu Info screen. Resizable app window added.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ extends Area2D
|
||||
|
||||
|
||||
func _on_body_entered(body):
|
||||
if (body.name == "kitty_boo"):
|
||||
if (body.name == "kitty_boo") and body.velocity.y > 0:
|
||||
#game_manager.confirm_box()
|
||||
kitty_boo.call_deferred("free")
|
||||
$AnimatedSprite2D.play("default")
|
||||
|
||||
Reference in New Issue
Block a user