1.1.0 Update - New music, pause screen, and main menu Info screen. Resizable app window added.

This commit is contained in:
2026-06-05 13:26:41 -07:00
parent b161f6bea9
commit a60157da08
59 changed files with 1793 additions and 64 deletions
+1 -1
View File
@@ -5,6 +5,7 @@ extends Area2D
func _on_body_entered(body):
if (body.name == "kitty_boo"):
#game_manager.confirm_box()
print("Kitty Boo entered!")
kitty_boo.call_deferred("free")
$AnimatedSprite2D.play("default")
$"../level_1_theme".stop()
@@ -13,4 +14,3 @@ func _on_body_entered(body):
print(str("Total Points: ",$"/root/Global".StarTotal))
await get_tree().create_timer(11.0).timeout
get_tree().change_scene_to_file("res://scenes/1-2.tscn")