feat: them skeletons man + reload after dancing
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 5s
Create tag and build when new code gets to main / Export (push) Successful in 2m12s

This commit is contained in:
2025-08-02 23:57:02 +02:00
parent eda35b4e9b
commit 3e0f1c99d5
9 changed files with 851 additions and 9 deletions

View File

@ -55,7 +55,7 @@ func _on_start_dancing() -> void:
dance_cutscene.play("dance")
func restart_at_first_scene():
pass
get_tree().change_scene_to_file("res://main.tscn")
func to_main_menu():
pass