Add a MegaZeux-like ambient animation to ice tiles

This commit is contained in:
Eevee (Evelyn Woods) 2021-12-22 21:35:36 -07:00
parent 45dbeacc4a
commit b4ebdf069d
3 changed files with 8 additions and 1 deletions

View File

@ -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],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.