quality update and sound

This commit is contained in:
2024-01-26 18:28:18 +01:00
parent 6c30e59eaa
commit e31fd502ae
30 changed files with 232 additions and 14 deletions

View File

@@ -7,8 +7,7 @@ func _ready() -> void:
LevelManager.level_pointer = 0
func _on_start_game_pressed() -> void:
get_tree().change_scene_to_file("res://scenes/levels/lvl_1.tscn")
LevelManager.next_level()
func _on_quit_game_pressed() -> void:
get_tree().quit()