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.
 
 
neauoire ee8dc67b3f Removed GLY implementatin 4 years ago
etc Moved old nasu.c to etc 5 years ago
src Removed GLY implementatin 4 years ago
.clang-format Started 1-bit mode 5 years ago
.gitignore Added save/load nametable 4 years ago
LICENSE Cleanup 5 years ago
README.md Updated README 4 years ago
build.sh Moved old nasu.c to etc 5 years ago

README.md

Nasu

Nasu is a sprite editor, written in Uxntal.

Build

You must have the Uxn assembler and emulator.

uxnasm src/main.tal bin/nasu.rom && uxnemu bin/nasu.rom

Controls

  • 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+p, export theme file
  • ctrl+n, clear
  • ctrl+r, rename
  • ctrl+o, load
  • ctrl+s, save