Currently, tools have their own color values. This does not match similar editors, sharing a global color configuration, making workflows such as filling an outline with the same color much more difficult. Color should be moved into a new system/autoload/editor_state.gd script that stores the global editor states and configuration. For this issue, just store the color.
Currently, tools have their own color values. This does not match similar editors, sharing a global color configuration, making workflows such as filling an outline with the same color much more difficult. Color should be moved into a new
system/autoload/editor_state.gdscript that stores the global editor states and configuration. For this issue, just store the color.