[nostalgia/core] Add ability to chain converters

This commit is contained in:
2022-02-18 00:43:13 -06:00
parent 1ceb76ee6d
commit 713f5c4bce
5 changed files with 66 additions and 26 deletions
+2 -2
View File
@@ -61,8 +61,8 @@ struct TileSheet {
static constexpr auto TypeName = "net.drinkingtea.nostalgia.core.TileSheet.SubSheet";
static constexpr auto TypeVersion = 1;
ox::BString<32> name;
std::size_t begin = 0;
std::size_t size = 0;
uint64_t begin = 0;
uint64_t size = 0;
int rows = 1;
int columns = 1;
ox::Vector<SubSheet> subsheets;