Add a MegaZeux-like ambient animation to ice tiles
This commit is contained in:
parent
45dbeacc4a
commit
b4ebdf069d
@ -1236,7 +1236,14 @@ export const LL_TILESET_LAYOUT = {
|
|||||||
},
|
},
|
||||||
base: 'water',
|
base: 'water',
|
||||||
},
|
},
|
||||||
ice: [12, 8],
|
ice: {
|
||||||
|
__special__: 'animated',
|
||||||
|
duration: 60 * 15,
|
||||||
|
positionally_hashed: true,
|
||||||
|
all: new Array(252).fill([12, 8]).concat([
|
||||||
|
[8, 9], [9, 9], [10, 9], [11, 9],
|
||||||
|
]),
|
||||||
|
},
|
||||||
cracked_ice: [12, 9],
|
cracked_ice: [12, 9],
|
||||||
ice_se: [13, 8],
|
ice_se: [13, 8],
|
||||||
ice_sw: [14, 8],
|
ice_sw: [14, 8],
|
||||||
|
|||||||
BIN
tileset-lexy.png
BIN
tileset-lexy.png
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 89 KiB |
Binary file not shown.
Loading…
Reference in New Issue
Block a user