Fixed Bugs

This commit is contained in:
Exobyt 2024-08-20 14:50:39 +02:00
parent 08ae4632d4
commit f7d00a3381
5 changed files with 12 additions and 18 deletions

View file

@ -28,7 +28,7 @@ var lastUID = 1
var currentUID = lastUID
var time = 60
var time = 120
var lost = false
@ -42,7 +42,7 @@ func resetGame():
points = 0
lastUID = 0
currentUID = lastUID
time = 60
time = 120
lost = false
func _ready() -> void: