Graphical Overhaul

This commit is contained in:
Exobyt 2024-08-20 16:59:16 +02:00
parent b9eec60df7
commit 65bf9e0c86
15 changed files with 338 additions and 23 deletions

View file

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