character is now running on screen
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
extends Control
|
||||
|
||||
signal open_settings
|
||||
signal open_game
|
||||
|
||||
func _ready():
|
||||
print("MainMenu ready")
|
||||
|
||||
func _on_new_game_button_pressed():
|
||||
print("New Game pressed")
|
||||
open_game.emit()
|
||||
|
||||
func _on_settings_button_pressed():
|
||||
print("Settings pressed")
|
||||
|
||||
Reference in New Issue
Block a user