Skip to content

Commit

Permalink
main menu -> level_selector
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsOuvrard committed Nov 24, 2024
1 parent 1102054 commit 9d6ce48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/main_menu.gd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const NUMBER_BUTTONS = 5

var buttons_callbacks = [
func (): get_tree().change_scene_to_file("res://Scenes/gameplay.tscn"),
func (): get_tree().change_scene_to_file("res://Scenes/main_menu.tscn"),
func (): get_tree().change_scene_to_file("res://Scenes/level_selector.tscn"),
func (): config_panel_open(),
func (): get_tree().quit(),
func (): return # TODO remove the 5th button on the picture
Expand Down

0 comments on commit 9d6ce48

Please sign in to comment.