A program for drawing images with your keyboard made with Raylib.
The UI is divided in 3 parts:
- The tile display;
 - The palette display;
 - The tileset display;
 
Each has a cursor that can be controlled in different ways:
- With the keyboard (tile/tileset cursor)
 - With the mouse or keyboard (palette cursor)
 
The palette is made up of 256 colors (RGB332).
You should read the key cheatsheet to see the controls.