You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that a pixel editor will be added in future versions of the program, but currently, even the most basic functionality for editing pixels is unavailable.
Mechanics of the editor seem ready for such a change.
Change the color selection in the palette to use the right mouse button.
When the left mouse button is clicked on a color in the palette, save that index/color in memory and highlight the clicked pixel.
Hovering over the desired pixel in the texture and clicking left mouse button should replace the value of the selected pixel with the one stored in memory.
Add an undo/redo mechanic or a simple reset button (reverting to the base texture).
I understand that a pixel editor will be added in future versions of the program, but currently, even the most basic functionality for editing pixels is unavailable.
Mechanics of the editor seem ready for such a change.
Change the color selection in the palette to use the right mouse button.
When the left mouse button is clicked on a color in the palette, save that index/color in memory and highlight the clicked pixel.
Hovering over the desired pixel in the texture and clicking left mouse button should replace the value of the selected pixel with the one stored in memory.
Add an undo/redo mechanic or a simple reset button (reverting to the base texture).