diff --git a/js/tileset.js b/js/tileset.js index 6154f85..99ed41e 100644 --- a/js/tileset.js +++ b/js/tileset.js @@ -1236,7 +1236,14 @@ export const LL_TILESET_LAYOUT = { }, 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], ice_se: [13, 8], ice_sw: [14, 8], diff --git a/tileset-lexy.png b/tileset-lexy.png index 4efda2b..23bd094 100644 Binary files a/tileset-lexy.png and b/tileset-lexy.png differ diff --git a/tileset-src/tileset-lexy.aseprite b/tileset-src/tileset-lexy.aseprite index 071e825..45976f9 100644 Binary files a/tileset-src/tileset-lexy.aseprite and b/tileset-src/tileset-lexy.aseprite differ