Added music, best times, more backgrounds and more levels

This commit is contained in:
2024-05-07 18:13:53 +01:00
parent 6f6b1f4b80
commit 0017d49923
38 changed files with 769 additions and 166 deletions

View File

@@ -13,7 +13,9 @@ func _process(_delta : float) -> void:
else:
Input.set_mouse_mode(Input.MOUSE_MODE_CONFINED_HIDDEN)
$VBoxContainer/HBoxContainer/Quit.release_focus()
EventBus.unpaused.emit()
else:
EventBus.paused.emit()
visible = true
paused = true
get_tree().paused = true