v1.0 finished
This commit is contained in:
@@ -3,7 +3,7 @@ Attempts to simulate human-esc responses.
|
||||
|
||||
green - good at subtraction
|
||||
red - good at multiplication
|
||||
blue - good at division
|
||||
blue - good at addition
|
||||
'''
|
||||
|
||||
extends Node
|
||||
@@ -24,7 +24,7 @@ func _physics_process(_delta: float) -> void:
|
||||
elif GLOBALVARS.selected_player == 2:
|
||||
faster_operand = "*"
|
||||
elif GLOBALVARS.selected_player == 3:
|
||||
faster_operand = "/"
|
||||
faster_operand = "+"
|
||||
|
||||
if GLOBALVARS.current_operand == faster_operand:
|
||||
wait_time = randi_range(45,120)
|
||||
|
Reference in New Issue
Block a user