pruttned / owl-bt

owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
174 stars 28 forks source link

enhancement: add name tag for nodes #16

Closed jimmymjing closed 4 years ago

jimmymjing commented 4 years ago

As the tree grows, it becomes harder to tell which node is which. It would be great if a name tag could get displayed in the Node's box in view. Something like "Sequence (chaseEnemy)"