[nostalgia/core] Fix TileSheetV1 to use PaletteV1
This commit is contained in:
parent
9caf7099b6
commit
97bc9332d3
@ -27,7 +27,7 @@ struct TileSheetV1 {
|
|||||||
int rows = 1;
|
int rows = 1;
|
||||||
int columns = 1;
|
int columns = 1;
|
||||||
ox::FileAddress defaultPalette;
|
ox::FileAddress defaultPalette;
|
||||||
Palette pal;
|
PaletteV1 pal;
|
||||||
ox::Vector<uint8_t> pixels = {};
|
ox::Vector<uint8_t> pixels = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user