Used to define the parameters for tile shaders.
Prototype limited to 32 total instances.
type | :: "tile-effect" | |
name | :: string | Name of the tile-effect. |
Name of the tile-effect. | ||
shadernew | :: "water" or "space" or "puddle" | |
waternew optional | :: WaterTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
spacenew optional | :: SpaceTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
puddlenew optional | :: PuddleTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if |
name | :: string | Name of the tile-effect. |
Name of the tile-effect. | ||
shadernew | :: "water" or "space" or "puddle" | |
type | :: "tile-effect" | |
puddlenew optional | :: PuddleTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
spacenew optional | :: SpaceTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if | ||
waternew optional | :: WaterTileEffectParameters | Only loaded, and mandatory if |
Only loaded, and mandatory if |
Name of the tile-effect.
Only loaded, and mandatory if shader
is "water"
.
Only loaded, and mandatory if shader
is "space"
.
Only loaded, and mandatory if shader
is "puddle"
.