Add spritesheet and change image format

This commit is contained in:
Pk11
2021-08-26 11:12:27 -05:00
parent ad6e5c4d2d
commit a1ac060ce3
8 changed files with 336 additions and 162 deletions
+2 -2
View File
@@ -60,8 +60,8 @@ private:
static u8 textBuf[2][256 * 192];
#endif
u8 tileWidth, tileHeight;
u16 tileSize;
u8 tileWidth = 0, tileHeight = 0;
u16 tileSize = 0;
u16 questionMark = 0;
std::vector<u8> fontTiles;
std::vector<u8> fontWidths;