Added png2bin tool to make it easier to create maps and sprites
authorLukas Myers <lukaskrickl@gmail.com>
Sat, 20 Jan 2018 18:40:58 +0000 (19:40 +0100)
committerLukas Myers <lukaskrickl@gmail.com>
Sat, 20 Jan 2018 18:40:58 +0000 (19:40 +0100)
commite0f454028baf0d270579bdf6546921d87593fee1
tree2e4a3f88e067c261ec34c66c06828d3afc46e080
parent3fe78395ba75c0da07b150b6c6d6ec7a3ac3ca86
Added png2bin tool to make it easier to create maps and sprites
13 files changed:
.gitignore
main.asm
tools/png2bin/example.png [new file with mode: 0644]
tools/png2bin/example2.png [new file with mode: 0644]
tools/png2bin/makefile [new file with mode: 0644]
tools/png2bin/readme.md [new file with mode: 0644]
tools/png2bin/src/colour.cpp [new file with mode: 0644]
tools/png2bin/src/imageconverter.cpp [new file with mode: 0644]
tools/png2bin/src/include/colour.h [new file with mode: 0644]
tools/png2bin/src/include/imageconverter.h [new file with mode: 0644]
tools/png2bin/src/include/util.h [new file with mode: 0644]
tools/png2bin/src/main.cpp [new file with mode: 0644]
tools/png2bin/src/util.cpp [new file with mode: 0644]