SmallSpriteDecoration

constructor(tex: TextureProvider)

A small decoration using a texture set

Author

fzzyhmstrs

Since

0.6.0

Parameters

tex

TextureSet texture set for normal/disabled/highlighted textures


constructor(id: Identifier)

A small decoration with one texture used in all circumstances

Author

fzzyhmstrs

Since

0.6.0

Parameters

id

Identifier sprite id for the decoration texture


constructor(tex: TextureSet)

Deprecated

use TextureProvider constructor. Scheduled for removal 0.7.0

A small decoration using a texture set

Author

fzzyhmstrs

Since

0.6.0

Parameters

tex

TextureSet texture set for normal/disabled/highlighted textures