1.1.0
Full Changelog: 1.0.3...1.1.0
Enhancements:
- In nodes that can use Godot expressions, the variable
deltacan now be used. It makes reference to the delta value, asfloat, that is passed to_processand_physics_processmethods. Affected nodes:- BTConditionCallable
- BTActionCallable
- BTActionBlackboardSet
- #7 : Add a condition node that can call an existing function and take this function result as condition result
- #6 : Add an action node that make a call to an existing function