dumped fonts

This commit is contained in:
YamaArashi
2015-11-23 17:44:06 -08:00
parent 22d87f81d7
commit b951fb1113
33 changed files with 4774 additions and 357 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ struct Image {
unsigned char *pixels;
bool hasPalette;
struct Palette palette;
bool isObject;
bool hasTransparency;
};
void ReadImage(char *path, int tilesWidth, int bitDepth, struct Image *image, bool invertColors);