Added Main Menu Button and connected it to the main menu script
This commit is contained in:
@ -16,3 +16,7 @@ func _on_start_pressed():
|
||||
|
||||
func _on_settings_pressed():
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
func _on_load_level_pressed():
|
||||
pass # Replace with function body.
|
||||
|
||||
Reference in New Issue
Block a user