ResourceOptions

Resource options

Members

Variables

angles
uint angles;

Amount of angles each multi-directional texture will provide. All angles should be placed in a single row in the image.

decorationSpace
uint[2] decorationSpace;

$(TCOLON Tiles) Amount of space that will be available to be spanned by decoration. See decorationWeight. for more info.

decorationWeight
uint decorationWeight;

$(TCOLON Decoration) Amount of space the decoration will use.

hardArea
uint[4] hardArea;

$(TCOLON Decoration) Rectangle in the texture that will stick to the original tile.

interpolate
bool interpolate;

If true, a filter will be applied to smooth out the texture. This should be off for pixel art packs.

tileSize
uint 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.

Meta