put more text on menus

This commit is contained in:
pennyrigate 2023-07-27 22:33:03 -04:00
parent f14e8ebdd0
commit 8ba46dc705
23 changed files with 373 additions and 69 deletions

View file

@ -33,3 +33,9 @@ func _on_Exit_button_down():
Fade.fade_out(0.4)
yield(Fade, "fade_finished")
get_tree().quit()
func _on_SoundTest_button_down():
Fade.fade_out(0.4)
yield(Fade, "fade_finished")
SceneManager.current_scene = load("res://menus/sound_test.tscn").instance()