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 831d761cc2 Redesigned font 4 years ago
etc Redesigned font 4 years ago
src Redesigned font 4 years ago
.build.yml Fixed path for build 4 years ago
.gitignore Fixed issue with long filepaths 4 years ago
LICENSE Cleanup 5 years ago
README.md fixed controls in README 4 years ago
ako10x10.chr Fixed issue with long filepaths 4 years ago
build.sh Renamed to nasu.tal 4 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

If do not wish to assemble it yourself, you can download nasu.rom.

Controls

Mouse

  • mouse1 select/brush
  • mouse2 erase

Ctrl

  • ctrl+n new
  • ctrl+s save
  • ctrl+o open
  • ctrl+r rename
  • ctrl+c copy
  • ctrl+v paste
  • ctrl+x cut

Arrows

  • ctrl+up next label
  • ctrl+down prev label
  • ctrl+left end of line
  • ctrl+right start of line
  • alt+left next word
  • alt+right prev word

Keys

  • 1 2 3 4, select color
  • q w e, select tool
  • del , erase
  • space, toggle zoom
  • esc, reset selection