Graphical Overhaul
This commit is contained in:
parent
b9eec60df7
commit
65bf9e0c86
15 changed files with 338 additions and 23 deletions
|
|
@ -15,5 +15,11 @@ func _process(delta: float) -> void:
|
|||
pass
|
||||
|
||||
|
||||
func _on_left_button_pressed() -> void:
|
||||
get_parent().loadGrid()
|
||||
|
||||
|
||||
func _on_play_again_button_pressed() -> void:
|
||||
get_parent().get_parent().laodGrid()
|
||||
|
||||
|
||||
func _on_home_pressed() -> void:
|
||||
get_parent().get_parent().loadStartMenu()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue