Mathilde Grapin
1aed988149
Add the Beehave addon. Make the enemy do the same thing as before but with a behavior tree.
6 lines
97 B
GDScript
6 lines
97 B
GDScript
class_name IsIdleCondition
|
|
extends ConditionLeaf
|
|
|
|
func tick(actor, _blackboard):
|
|
return SUCCESS
|