You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
496 B

6 years ago
# Chr6
6 years ago
A minimal chr editor, written in ANSI C.
## Build
6 years ago
To build chr6, you must have [SDL2](https://wiki.libsdl.org/).
6 years ago
```
6 years ago
sudo apt-get install libsdl2-dev
6 years ago
```
## I/O
To resume working on a tileset:
```
./chr6 export.chr
```
6 years ago
## Controls
6 years ago
### IO
6 years ago
- `E` Export(export.chr)
- `R` Render(render.bmp)
6 years ago
6 years ago
### General
6 years ago
- `1-7` Patterns
- `TAB` Cycle between colors
6 years ago
- `H` Toggle Guides
- `Z` Decr. Brush Size
- `X` Incr. Brush Size
- `N` Clear
6 years ago
### Paint
- `mouse1` Paint
- `mouse1+mouse2` Erase