bovido/scripts/is_idle_condition.gd
Mathilde Grapin 1aed988149 Add a behavior tree to the enemy
Add the Beehave addon.
Make the enemy do the same thing as before but with a behavior tree.
2023-06-12 16:48:35 +02:00

6 lines
97 B
GDScript

class_name IsIdleCondition
extends ConditionLeaf
func tick(actor, _blackboard):
return SUCCESS