Fixed Bugs
This commit is contained in:
parent
08ae4632d4
commit
f7d00a3381
5 changed files with 12 additions and 18 deletions
|
|
@ -13,6 +13,7 @@ func loadGrid():
|
|||
if $ScoreOverview != null:
|
||||
$ScoreOverview.queue_free()
|
||||
add_child(load("res://scenes/Grid/grid.tscn").instantiate())
|
||||
$Grid.toggleButton()
|
||||
|
||||
func scoreOverview():
|
||||
if $Grid != null:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue