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.
 
 
Devine Lu Linvega 5f802d7ffa Updated CI 4 years ago
etc Updated font 4 years ago
src Changed theme 4 years ago
.build.yml Fixed build script 4 years ago
.gitignore Fixed issue with long filepaths 4 years ago
LICENSE Cleanup 5 years ago
README.md Updated CI 4 years ago
ako10x10.chr Fixed issue with long filepaths 4 years ago
build.sh Optimized tail-calls 4 years ago

README.md

Nasu

Nasu is a sprite editor, written in Uxntal.

Build

You must have an Uxn assembler and emulator.

cat src/main.tal src/manifest.tal src/assets.tal > bin/nasu.tal
uxnasm bin/nasu.tal bin/nasu.rom
uxnemu bin/nasu.rom

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

Support