We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11b8d3 commit 3ad3a6aCopy full SHA for 3ad3a6a
script_templates/BTNode/default.gd
@@ -1,4 +1,4 @@
1
extends _BASE_
2
3
-func tick(actor:Node2D, blackboard:BTBlackboard) -> int:
+func tick(actor:Node, blackboard:BTBlackboard) -> int:
4
return BTTickResult.SUCCESS
0 commit comments