diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2019-02-11 17:02:31 -0200 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2019-02-11 17:02:31 -0200 |
commit | 335395da7db0d655663e6d1e7238b18c806e9ed6 (patch) | |
tree | 5f93d819bc0117b892ac4e780a74f04ba210da16 | |
parent | d1509333ef2e18b054dfb2eef0a71d96de75782e (diff) |
Add README.md
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8419068 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# HexArt + +An hex-based paletted image ~~editor~~ creator. + +Keys: + +- up/down/left/right move cursor +- i/k/j/l move cursor +- z decrement +- x increment +- shift+z step decrement +- shift+x step increment +- a propagating increment +- s propagating decrement [NYI] +- v "visual" mode [partially implemented - not compatible with propagating modes] +- w save +- esc exit (double esc if modified) |