musics etc

This commit is contained in:
Crizomb 2025-08-03 01:40:32 +02:00
parent 2e310f4053
commit bb6404e918
36 changed files with 652 additions and 130 deletions

View file

@ -0,0 +1,11 @@
extends Control
func _on_button_1_pressed() -> void:
get_tree().change_scene_to_packed(CheckPointManager.LEVELS[0])
func _on_button_2_pressed() -> void:
get_tree().change_scene_to_packed(CheckPointManager.LEVELS[0])
func _on_button_3_pressed() -> void:
get_tree().change_scene_to_packed(CheckPointManager.LEVELS[0])