Removed state machine for behavior trees

- Added Font Awesome Support
This commit is contained in:
Tony Bark 2023-03-14 06:30:58 -04:00
parent b133ee2680
commit c46d0e27e4
161 changed files with 7082 additions and 1083 deletions

View file

View file

@ -0,0 +1,4 @@
extends _BASE_
func tick(actor:Node2D, blackboard:BTBlackboard) -> int:
return BTTickResult.SUCCESS