mirror of
https://github.com/tonytins/citylimits
synced 2025-06-25 09:24:44 -04:00
Removed state machine for behavior trees
- Added Font Awesome Support
This commit is contained in:
parent
b133ee2680
commit
c46d0e27e4
161 changed files with 7082 additions and 1083 deletions
4
script_templates/BTNode/default.gd
Normal file
4
script_templates/BTNode/default.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends _BASE_
|
||||
|
||||
func tick(actor:Node2D, blackboard:BTBlackboard) -> int:
|
||||
return BTTickResult.SUCCESS
|
Loading…
Add table
Add a link
Reference in a new issue