diff options
author | Krow Savcik <krow@savcik.xyz> | 2023-12-31 10:46:02 +0200 |
---|---|---|
committer | Krow Savcik <krow@savcik.xyz> | 2023-12-31 10:46:02 +0200 |
commit | 8a5a15cec093c426089febbf41f1923dd0978d2e (patch) | |
tree | 5c963f439b560c435e61872947c09381e10d8fe7 | |
parent | 3600084602480adc10093fa7461ce3c973cc9f31 (diff) |
Changed README
changed markodwn header style
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,8 +1,10 @@ -# cdraw editor +cdraw editor +============ cdraw is a minimal pixel art sprite editor. -## Features +Features +-------- At the moment cdraw has the following features: - pen/eraser/fill tool @@ -17,7 +19,8 @@ And these features are waiting to be implemented: - undo/redo actions - layers + frames -## Controls +Controls +-------- All the keybindings can be changed in *src/config.h*. @@ -34,7 +37,8 @@ All the keybindings can be changed in *src/config.h*. - **[/]** scroll through palette -## Compiling +Compiling +--------- SDL2 and SDL2_image dev files are needed for compiling. |