ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
TileYOffset: Difference between revisions
Jump to navigation
Jump to search
m fixed value type |
mNo edit summary |
||
Line 12: | Line 12: | ||
}} | }} | ||
Specifies the up-down offset of an [[animation]] attached to a [[ | Specifies the up-down offset of an [[animation]] attached to a [[TMP|terrain tile]] in pixels. Negative numbers move the animation up and positive numbers move the animation down. | ||
==See also== | ==See also== |
Revision as of 19:26, 22 December 2021
Flag: | TilennYOffset, where nn is tile number in the tile set (from 01 to 99). |
File(s): | Terrain Control INI files |
Values: | Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767. |
Applicable to: | Tile set animation sections |
Specifies the up-down offset of an animation attached to a terrain tile in pixels. Negative numbers move the animation up and positive numbers move the animation down.