Fixed Bugs; Added Score overview

This commit is contained in:
Exobyt 2024-08-20 12:17:51 +02:00
parent fdfb6a7d39
commit 6d71780f36
9 changed files with 152 additions and 33 deletions

View file

@ -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: