1.1.0
Full Changelog: 1.0.3...1.1.0
Enhancements:
- In nodes that can use Godot expressions, the variable
delta
can now be used. It makes reference to the delta value, asfloat
, that is passed to_process
and_physics_process
methods. 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