Graphical Overhaul
This commit is contained in:
parent
b9eec60df7
commit
65bf9e0c86
15 changed files with 338 additions and 23 deletions
15
scenes/Menu/start_menu.gd
Normal file
15
scenes/Menu/start_menu.gd
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
extends Control
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
|
||||
|
||||
func _on_start_button_pressed() -> void:
|
||||
get_parent().get_parent().loadGrid()
|
||||
Loading…
Add table
Add a link
Reference in a new issue