First Prototype
This commit is contained in:
parent
e18beb6c4c
commit
9e3349eec3
40 changed files with 1100 additions and 48 deletions
5
scenes/menu/startMenu/start_menu.gd
Normal file
5
scenes/menu/startMenu/start_menu.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Control
|
||||
|
||||
|
||||
func _on_start_button_button_up() -> void:
|
||||
get_parent().loadGame()
|
||||
Loading…
Add table
Add a link
Reference in a new issue