moving to RLE sprites instead of compiled sprites
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 8 Mar 2020 05:54:49 +0000 (07:54 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 8 Mar 2020 05:54:49 +0000 (07:54 +0200)
commit2bd7529337d75380170f58364b1328ef3b8dc845
tree792d4dc5f6e885b83f1aaf11d6954b304210a916
parent79091ddde8d1e5f865502f1a3f0755cda57c34fb
moving to RLE sprites instead of compiled sprites
.gitignore
GNUmakefile
src/introscr.c
src/sprite.c [new file with mode: 0644]
src/sprite.h [new file with mode: 0644]
tools/procdata [new file with mode: 0755]
tools/rlesprite/Makefile [new file with mode: 0644]
tools/rlesprite/src/image.c [new file with mode: 0644]
tools/rlesprite/src/image.h [new file with mode: 0644]
tools/rlesprite/src/main.c [new file with mode: 0644]