Hitboxes/Hurtboxes update
This commit is contained in:
@@ -22,7 +22,7 @@ onready var animationState = animationTree.get("parameters/playback")
|
||||
func _ready():
|
||||
animationTree.active = true
|
||||
|
||||
func _physics_process(delta):
|
||||
func _process(delta):
|
||||
match state:
|
||||
MOVE:
|
||||
move_state(delta)
|
||||
|
||||
Reference in New Issue
Block a user