Added Infinite Mode; Improved Timer
This commit is contained in:
parent
1245ebc9e8
commit
ed9f671256
9 changed files with 109 additions and 44 deletions
|
|
@ -29,6 +29,7 @@ func loadGrid():
|
|||
$scenes/StartMenu.queue_free()
|
||||
scenes.add_child(load("res://scenes/Grid/grid.tscn").instantiate())
|
||||
$scenes/Grid.toggleButton()
|
||||
$scenes/Grid.startGame()
|
||||
|
||||
func scoreOverview():
|
||||
if $scenes/Grid != null:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue