bovido/scripts/wait_action.gd

9 lines
163 B
GDScript

class_name WaitAction
extends ActionLeaf
func before_run(actor, _blackboard):
actor.animation_player.play("idle")
func tick(actor, blackboard):
return RUNNING