Add mapjson; update gbagfx, scaninc

This commit is contained in:
scnorton
2019-04-09 10:04:41 -04:00
parent d0a68de6e0
commit 7f920b887f
19 changed files with 2325 additions and 345 deletions
-2
View File
@@ -7,7 +7,6 @@
struct GbaToPngOptions {
char *paletteFilePath;
char *tilemapFilePath;
int bitDepth;
bool hasTransparency;
int width;
@@ -16,7 +15,6 @@ struct GbaToPngOptions {
};
struct PngToGbaOptions {
char *tilemapFilePath;
int numTiles;
int bitDepth;
int metatileWidth;