Skip to content

1.1.0

Compare
Choose a tag to compare
@Earewien Earewien released this 15 Jan 13:37
· 42 commits to main since this release

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, as float, 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