Added tileset loading.

This commit is contained in:
2022-12-05 13:57:18 -08:00
parent bcdb0742f3
commit 8059158bae
10 changed files with 314 additions and 4 deletions

View File

@ -22,6 +22,10 @@ namespace Dawn {
public:
int32_t rows;
int32_t columns;
TilesetGrid() {
}
TilesetGrid(
int32_t columns,