fixed several bugs
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user