[nostalgia/core] Add ability to chain converters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user