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
3
addons/beehave/nodes/leaves/action.gd
Normal file
3
addons/beehave/nodes/leaves/action.gd
Normal file
|
@ -0,0 +1,3 @@
|
|||
extends Leaf
|
||||
|
||||
class_name ActionLeaf, "../../icons/action.svg"
|
3
addons/beehave/nodes/leaves/condition.gd
Normal file
3
addons/beehave/nodes/leaves/condition.gd
Normal file
|
@ -0,0 +1,3 @@
|
|||
extends Leaf
|
||||
|
||||
class_name ConditionLeaf, "../../icons/condition.svg"
|
3
addons/beehave/nodes/leaves/leaf.gd
Normal file
3
addons/beehave/nodes/leaves/leaf.gd
Normal file
|
@ -0,0 +1,3 @@
|
|||
extends BeehaveNode
|
||||
|
||||
class_name Leaf, "../../icons/action.svg"
|
Loading…
Add table
Add a link
Reference in a new issue