fixed several bugs

This commit is contained in:
2025-03-21 18:43:29 -04:00
parent 7a2d2b6493
commit 1c1447d84e
4 changed files with 16 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ func _physics_process(_delta: float) -> void:
is_correct = true if randf() > 0.05 else false
else:
wait_time = randi_range(60,350)
is_correct = true if randf() > 0.1 else false
is_correct = true if randf() > 0.15 else false
currently_executing = true
elif clock > wait_time: