godot-addons / godot-behavior-tree-plugin

Behavior Tree implementation for the Godot Engine as an addon in pure GDScript
MIT License
208 stars 19 forks source link

feat: Support Godot 3 #15

Closed jonbonazza closed 5 years ago

jonbonazza commented 5 years ago

Godot 3 uses is instead of extends for testing inheritance.

fixes #7