forked from team-sg/hero-mark-2
integrate scoreboards into main menu (closes #195)
This commit is contained in:
parent
481edb15b7
commit
95cb7ee138
4 changed files with 99 additions and 13 deletions
|
@ -39,3 +39,9 @@ func _on_SoundTest_button_down():
|
|||
yield(Fade, "fade_finished")
|
||||
SceneManager.current_scene = load("res://menus/sound_test.tscn").instance()
|
||||
|
||||
|
||||
|
||||
func _on_HighScores_button_down() -> void:
|
||||
Fade.fade_out(0.4)
|
||||
yield(Fade, "fade_finished")
|
||||
SceneManager.current_scene = load("res://menus/scoreboards.tscn").instance()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue