mirror of
https://github.com/tonytins/citylimits
synced 2025-06-26 09:44:44 -04:00
Behavior Tree addon
This commit is contained in:
parent
5de5a0c315
commit
5fa863114a
50 changed files with 1762 additions and 3 deletions
8
addons/beehave/nodes/beehave_node.gd
Normal file
8
addons/beehave/nodes/beehave_node.gd
Normal file
|
@ -0,0 +1,8 @@
|
|||
extends BeehaveTree
|
||||
|
||||
class_name BeehaveNode, "../icons/action.svg"
|
||||
|
||||
enum { SUCCESS, FAILURE, RUNNING }
|
||||
|
||||
func tick(actor, blackboard):
|
||||
pass
|
Loading…
Add table
Add a link
Reference in a new issue