Fixed Bugs; Added Score overview
This commit is contained in:
parent
fdfb6a7d39
commit
6d71780f36
9 changed files with 152 additions and 33 deletions
|
|
@ -28,7 +28,7 @@ var lastUID = 1
|
|||
|
||||
var currentUID = lastUID
|
||||
|
||||
var time = 0
|
||||
var time = 60
|
||||
|
||||
var lost = false
|
||||
|
||||
|
|
@ -38,10 +38,11 @@ func getNewUID() -> int:
|
|||
|
||||
|
||||
func resetGame():
|
||||
lost = false
|
||||
points = 0
|
||||
lastUID = 0
|
||||
currentUID = lastUID
|
||||
time = 0
|
||||
time = 60
|
||||
lost = false
|
||||
|
||||
func _ready() -> void:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue