aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2023-12-31 10:46:02 +0200
committerKrow Savcik <krow@savcik.xyz>2023-12-31 10:46:02 +0200
commit8a5a15cec093c426089febbf41f1923dd0978d2e (patch)
tree5c963f439b560c435e61872947c09381e10d8fe7
parent3600084602480adc10093fa7461ce3c973cc9f31 (diff)
Changed README
changed markodwn header style
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0fecd1d..58d8593 100644
--- a/README.md
+++ b/README.md
@@ -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.