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.

26 lines
557 B

# Nasu
6 years ago
[Nasu](https://100r.co/site/nasu.html) is a sprite editor, written in [Uxntal](https://wiki.xxiivv.com/site/uxntal.html).
6 years ago
## Build
5 years ago
You must have the [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.
```
4 years ago
uxnasm src/main.tal bin/nasu.rom && uxnemu bin/nasu.rom
```
6 years ago
## Controls
5 years ago
- `arrows`, move selection
- `enter` , insert tile
- `backspace`, delete tile
- `left-click` , add pixel
- `right-click`, remove pixel
- `1 2 3`, select color
- `q w e`, select tool
- `ctrl+n`, clear
- `ctrl+r`, rename
- `ctrl+o`, load
- `ctrl+s`, save