v1.0 finished
This commit is contained in:
@@ -7,10 +7,10 @@ var rotation_paused:bool = false
|
||||
var players_remaining:Array = [0,1,2,3]
|
||||
var current_solution:int
|
||||
var current_operand:String = ""
|
||||
var start_seconds:float = 0.0
|
||||
|
||||
func reset_variables() -> void:
|
||||
selected_player = 0
|
||||
seconds_left = 20.0
|
||||
difficulty = 1
|
||||
rotation_paused = false
|
||||
current_operand = ""
|
||||
|
Reference in New Issue
Block a user