Browse Source

Converted to TAL format

main
neauoire 5 years ago
parent
commit
f24167c74d
  1. 4
      README.md
  2. 2
      build.sh
  3. 1100
      nasu.tal

4
README.md

@ -1,13 +1,13 @@
# Nasu
[Nasu](https://100r.co/site/nasu.html) is a sprite editor, written in [Uxambly](https://wiki.xxiivv.com/site/uxambly.html).
[Nasu](https://100r.co/site/nasu.html) is a sprite editor, written in [Uxntal](https://wiki.xxiivv.com/site/uxntal.html).
## Build
You must have the [Uxn](https://git.sr.ht/~rabbits/uxn/) assembler and emulator.
```
uxnasm nasu.usm nasu.rom && uxnemu nasu.rom
uxnasm nasu.tal nasu.rom && uxnemu nasu.rom
```
To build the C version(old), you must have [SDL2](https://wiki.libsdl.org/).

2
build.sh

@ -5,7 +5,7 @@ rm -rf bin
mkdir bin
echo "Assembling.."
uxnasm nasu.usm bin/nasu.rom
uxnasm nasu.tal bin/nasu.rom
echo "Installing.."
if [ -d "$HOME/roms" ] && [ -e ./bin/nasu.rom ]

1100
nasu.tal

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save