ResourceOptions.tileSize

Tile size assumed by the pack. It doesn't affect tiles themselves, but any other resource relying on that number will use this field.

For example, decoration sprites will be scaled depending on their size and this field (decoration side / metadata.tileSize)

Required.

struct ResourceOptions
uint tileSize;

Meta