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.
175 stars 28 forks source link

Minor bug: Inverted colors for decorators and services in the Item Palette panel. #4

Closed gamagan closed 6 years ago

gamagan commented 6 years ago

This is a minor bug. Only affects display.

On the left-hand side panel, the colors for Services and Decorators are inverted.

The services have the color blue, but they should be green. The decorators have the color green, but they should be blue.

When the node is placed in the workarea, the colors are displayed correctly: blue for decorators, green for services.

pruttned commented 6 years ago

Thanks. Fixed in be02b61621b8b656afe3767839055619db1d0370 v1.1.3