character is now running on screen

This commit is contained in:
Your Name
2025-07-20 18:54:24 +04:00
parent e9761aa162
commit 8881f442bb
8 changed files with 576 additions and 0 deletions

View File

@@ -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")