Initial commit of Escoria-Reloaded. Still a lot of missing stuff.
This commit is contained in:
12
game/ui/commons/main_menu.gd
Normal file
12
game/ui/commons/main_menu.gd
Normal file
@@ -0,0 +1,12 @@
|
||||
extends Control
|
||||
|
||||
|
||||
func _on_new_game_pressed():
|
||||
escoria.new_game()
|
||||
|
||||
func _on_load_game_pressed():
|
||||
# Show Loading screen
|
||||
pass
|
||||
|
||||
func _on_quit_pressed():
|
||||
get_tree().quit()
|
||||
Reference in New Issue
Block a user