enemy movement should be deterministic now
This commit is contained in:
@@ -69,7 +69,7 @@ func process_state(_delta: float) -> void:
|
||||
swap_to_slot(10)
|
||||
if Input.is_action_just_pressed("Swap Weapons"):
|
||||
state_changed.emit(swap_state)
|
||||
if Input.is_action_pressed("Ready"):
|
||||
if Input.is_action_just_pressed("Ready"):
|
||||
if hero.ready_state:
|
||||
hero.unready_self()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user