add beehave

This commit is contained in:
2025-01-28 13:53:59 +08:00
parent d6b69c14ac
commit 144a01556d
112 changed files with 6075 additions and 205 deletions
+5
View File
@@ -0,0 +1,5 @@
extends BeehaveCondition
func tick(actor: Node, blackboard: Blackboard) -> bool:
var bot = actor as Node # Your bot node
return bot.action_points >= 2