derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
734 stars 35 forks source link

Warning triangle on StateChartDebugger node (changed z-index) #75

Closed perludum closed 7 months ago

perludum commented 7 months ago

The StateChartDebugger shows the warning triangle after changing its z-index. The warning feels slightly too cautious here, because it’s always present in the node tree and a higher z-index for the debugger might be a common case. Maybe a hint in the documentation about render order vs. input event order would suffice?

derkork commented 7 months ago

This warning built into godot, there is not a lot I can do about it.

perludum commented 7 months ago

Okay I see, thanks for your reply and many thanks for this awesome addon!