Graphical Overhaul

This commit is contained in:
Exobyt 2024-08-20 16:59:16 +02:00
parent b9eec60df7
commit 65bf9e0c86
15 changed files with 338 additions and 23 deletions

View file

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