gamercade-io/gamercade_console

Palette Editor Improvements: Show Palette Index, and Color Index

RobDavenport opened this issue · 1 comments

When wanting to draw specific colors using palette and color indices, the developer needs to know the index value to use.

We need to show this value on the UI somewhere. Currently, it shows nothing:

image

The places in red are good locations where we could show the index, ie on the list itself (far left side), when selecting a palette (in the palette viewer window), or maybe on the color editor.

Fixed in 1b349f2