aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.