diff --git a/www/assets/js/map_leaflet.js b/www/assets/js/map_leaflet.js index 5ea6251..cd47009 100644 --- a/www/assets/js/map_leaflet.js +++ b/www/assets/js/map_leaflet.js @@ -18,20 +18,10 @@ function leafletMap() { localStorage.setItem("mapsource", "liberty"); } - if (localStorage.getItem("mapsource") == "offline") { - map.setMaxBounds(L.latLngBounds(L.latLng(46.7384, -112.1429), L.latLng(46.5127, -111.7557))); - map.setMinZoom(12); - map.setMaxZoom(16); - L.tileLayer(SETTINGS.maptileurls[localStorage.getItem("mapsource")], { - minZoom: 12, - maxZoom: 16 - }).addTo(map); - } else { - L.tileLayer(SETTINGS.maptileurls[localStorage.getItem("mapsource")], { - minZoom: 1, - maxZoom: 19 - }).addTo(map); - } + L.tileLayer(SETTINGS.maptileurls[localStorage.getItem("mapsource")], { + minZoom: 1, + maxZoom: 19 + }).addTo(map); map.locateControl = L.control.locate({ flyTo: false, // Hopefully this will lower the number of map tile requests when location is found diff --git a/www/assets/js/settings.js b/www/assets/js/settings.js index c091ec5..a2f2c7f 100644 --- a/www/assets/js/settings.js +++ b/www/assets/js/settings.js @@ -119,9 +119,6 @@ function pickMapSource() { app.dialog.create({ title: 'Map', buttons: [ - { - text: 'Helena Offline' + (currentmapsource == "offline" ? " (current)" : ""), - }, { text: 'Liberty' + (currentmapsource == "liberty" ? " (current)" : ""), }, @@ -138,18 +135,15 @@ function pickMapSource() { ], verticalButtons: true, onClick: function (dialog, index) { - var mapsource = "offline"; + var mapsource = "liberty"; switch (index) { case 0: - mapsource = "offline"; - break; - case 1: mapsource = "liberty"; break; - case 2: + case 1: mapsource = "terrain"; break; - case 3: + case 2: mapsource = "fiord"; break; default: diff --git a/www/assets/tiles/12/772/.directory b/www/assets/tiles/12/772/.directory deleted file mode 100644 index 4a8ead6..0000000 --- a/www/assets/tiles/12/772/.directory +++ /dev/null @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2019,7,23,19,17,23 -Version=4 diff --git a/www/assets/tiles/12/772/1445.png b/www/assets/tiles/12/772/1445.png deleted file mode 100644 index e353a4e..0000000 Binary files a/www/assets/tiles/12/772/1445.png and /dev/null differ diff --git a/www/assets/tiles/12/772/1446.png b/www/assets/tiles/12/772/1446.png deleted file mode 100644 index 37d0766..0000000 Binary files a/www/assets/tiles/12/772/1446.png and /dev/null differ diff --git a/www/assets/tiles/12/772/1447.png b/www/assets/tiles/12/772/1447.png deleted file mode 100644 index c227b96..0000000 Binary files a/www/assets/tiles/12/772/1447.png and /dev/null differ diff --git a/www/assets/tiles/12/772/1448.png b/www/assets/tiles/12/772/1448.png deleted file mode 100644 index e285feb..0000000 Binary files a/www/assets/tiles/12/772/1448.png and /dev/null differ diff --git a/www/assets/tiles/12/773/1445.png b/www/assets/tiles/12/773/1445.png deleted file mode 100644 index c045f8e..0000000 Binary files a/www/assets/tiles/12/773/1445.png and /dev/null differ diff --git a/www/assets/tiles/12/773/1446.png b/www/assets/tiles/12/773/1446.png deleted file mode 100644 index 605905a..0000000 Binary files a/www/assets/tiles/12/773/1446.png and /dev/null differ diff --git a/www/assets/tiles/12/773/1447.png b/www/assets/tiles/12/773/1447.png deleted file mode 100644 index 8d879f9..0000000 Binary files a/www/assets/tiles/12/773/1447.png and /dev/null differ diff --git a/www/assets/tiles/12/773/1448.png b/www/assets/tiles/12/773/1448.png deleted file mode 100644 index 12ce6e1..0000000 Binary files a/www/assets/tiles/12/773/1448.png and /dev/null differ diff --git a/www/assets/tiles/12/774/1445.png b/www/assets/tiles/12/774/1445.png deleted file mode 100644 index bb89768..0000000 Binary files a/www/assets/tiles/12/774/1445.png and /dev/null differ diff --git a/www/assets/tiles/12/774/1446.png b/www/assets/tiles/12/774/1446.png deleted file mode 100644 index e3c471e..0000000 Binary files a/www/assets/tiles/12/774/1446.png and /dev/null differ diff --git a/www/assets/tiles/12/774/1447.png b/www/assets/tiles/12/774/1447.png deleted file mode 100644 index ac92e35..0000000 Binary files a/www/assets/tiles/12/774/1447.png and /dev/null differ diff --git a/www/assets/tiles/12/774/1448.png b/www/assets/tiles/12/774/1448.png deleted file mode 100644 index 2ca1164..0000000 Binary files a/www/assets/tiles/12/774/1448.png and /dev/null differ diff --git a/www/assets/tiles/12/775/1445.png b/www/assets/tiles/12/775/1445.png deleted file mode 100644 index 5f631ff..0000000 Binary files a/www/assets/tiles/12/775/1445.png and /dev/null differ diff --git a/www/assets/tiles/12/775/1446.png b/www/assets/tiles/12/775/1446.png deleted file mode 100644 index f115a73..0000000 Binary files a/www/assets/tiles/12/775/1446.png and /dev/null differ diff --git a/www/assets/tiles/12/775/1447.png b/www/assets/tiles/12/775/1447.png deleted file mode 100644 index 6607135..0000000 Binary files a/www/assets/tiles/12/775/1447.png and /dev/null differ diff --git a/www/assets/tiles/12/775/1448.png b/www/assets/tiles/12/775/1448.png deleted file mode 100644 index c0da46f..0000000 Binary files a/www/assets/tiles/12/775/1448.png and /dev/null differ diff --git a/www/assets/tiles/12/776/1445.png b/www/assets/tiles/12/776/1445.png deleted file mode 100644 index deb6c43..0000000 Binary files a/www/assets/tiles/12/776/1445.png and /dev/null differ diff --git a/www/assets/tiles/12/776/1446.png b/www/assets/tiles/12/776/1446.png deleted file mode 100644 index f1b5fdd..0000000 Binary files a/www/assets/tiles/12/776/1446.png and /dev/null differ diff --git a/www/assets/tiles/12/776/1447.png b/www/assets/tiles/12/776/1447.png deleted file mode 100644 index 8e90cee..0000000 Binary files a/www/assets/tiles/12/776/1447.png and /dev/null differ diff --git a/www/assets/tiles/12/776/1448.png b/www/assets/tiles/12/776/1448.png deleted file mode 100644 index 42a085d..0000000 Binary files a/www/assets/tiles/12/776/1448.png and /dev/null differ diff --git a/www/assets/tiles/13/1544/2890.png b/www/assets/tiles/13/1544/2890.png deleted file mode 100644 index 97b5353..0000000 Binary files a/www/assets/tiles/13/1544/2890.png and /dev/null differ diff --git a/www/assets/tiles/13/1544/2891.png b/www/assets/tiles/13/1544/2891.png deleted file mode 100644 index db39169..0000000 Binary files a/www/assets/tiles/13/1544/2891.png and /dev/null differ diff --git a/www/assets/tiles/13/1544/2892.png b/www/assets/tiles/13/1544/2892.png deleted file mode 100644 index c92f98e..0000000 Binary files a/www/assets/tiles/13/1544/2892.png and /dev/null differ diff --git a/www/assets/tiles/13/1544/2893.png b/www/assets/tiles/13/1544/2893.png deleted file mode 100644 index 8795fd1..0000000 Binary files a/www/assets/tiles/13/1544/2893.png and /dev/null differ diff --git a/www/assets/tiles/13/1544/2894.png b/www/assets/tiles/13/1544/2894.png deleted file mode 100644 index f858539..0000000 Binary files a/www/assets/tiles/13/1544/2894.png and /dev/null differ diff --git a/www/assets/tiles/13/1544/2895.png b/www/assets/tiles/13/1544/2895.png deleted file mode 100644 index 94ae105..0000000 Binary files a/www/assets/tiles/13/1544/2895.png and /dev/null differ diff --git a/www/assets/tiles/13/1544/2896.png b/www/assets/tiles/13/1544/2896.png deleted file mode 100644 index b9926e6..0000000 Binary files a/www/assets/tiles/13/1544/2896.png and /dev/null differ diff --git a/www/assets/tiles/13/1544/2897.png b/www/assets/tiles/13/1544/2897.png deleted file mode 100644 index d563407..0000000 Binary files a/www/assets/tiles/13/1544/2897.png and /dev/null differ diff --git a/www/assets/tiles/13/1545/2890.png b/www/assets/tiles/13/1545/2890.png deleted file mode 100644 index 1478912..0000000 Binary files a/www/assets/tiles/13/1545/2890.png and /dev/null differ diff --git a/www/assets/tiles/13/1545/2891.png b/www/assets/tiles/13/1545/2891.png deleted file mode 100644 index 2c5bde5..0000000 Binary files a/www/assets/tiles/13/1545/2891.png and /dev/null differ diff --git a/www/assets/tiles/13/1545/2892.png b/www/assets/tiles/13/1545/2892.png deleted file mode 100644 index acae92d..0000000 Binary files a/www/assets/tiles/13/1545/2892.png and /dev/null differ diff --git a/www/assets/tiles/13/1545/2893.png b/www/assets/tiles/13/1545/2893.png deleted file mode 100644 index 51bf345..0000000 Binary files a/www/assets/tiles/13/1545/2893.png and /dev/null differ diff --git a/www/assets/tiles/13/1545/2894.png b/www/assets/tiles/13/1545/2894.png deleted file mode 100644 index 3c1ceac..0000000 Binary files a/www/assets/tiles/13/1545/2894.png and /dev/null differ diff --git a/www/assets/tiles/13/1545/2895.png b/www/assets/tiles/13/1545/2895.png deleted file mode 100644 index ab49a32..0000000 Binary files a/www/assets/tiles/13/1545/2895.png and /dev/null differ diff --git a/www/assets/tiles/13/1545/2896.png b/www/assets/tiles/13/1545/2896.png deleted file mode 100644 index e8a9c61..0000000 Binary files a/www/assets/tiles/13/1545/2896.png and /dev/null differ diff --git a/www/assets/tiles/13/1545/2897.png b/www/assets/tiles/13/1545/2897.png deleted file mode 100644 index 89f0420..0000000 Binary files a/www/assets/tiles/13/1545/2897.png and /dev/null differ diff --git a/www/assets/tiles/13/1546/2890.png b/www/assets/tiles/13/1546/2890.png deleted file mode 100644 index 1557147..0000000 Binary files a/www/assets/tiles/13/1546/2890.png and /dev/null differ diff --git a/www/assets/tiles/13/1546/2891.png b/www/assets/tiles/13/1546/2891.png deleted file mode 100644 index 1c753f3..0000000 Binary files a/www/assets/tiles/13/1546/2891.png and /dev/null differ diff --git a/www/assets/tiles/13/1546/2892.png b/www/assets/tiles/13/1546/2892.png deleted file mode 100644 index 7d2c4e9..0000000 Binary files a/www/assets/tiles/13/1546/2892.png and /dev/null differ diff --git a/www/assets/tiles/13/1546/2893.png b/www/assets/tiles/13/1546/2893.png deleted file mode 100644 index 0146b23..0000000 Binary files a/www/assets/tiles/13/1546/2893.png and /dev/null differ diff --git a/www/assets/tiles/13/1546/2894.png b/www/assets/tiles/13/1546/2894.png deleted file mode 100644 index db83fc3..0000000 Binary files a/www/assets/tiles/13/1546/2894.png and /dev/null differ diff --git a/www/assets/tiles/13/1546/2895.png b/www/assets/tiles/13/1546/2895.png deleted file mode 100644 index 1602da7..0000000 Binary files a/www/assets/tiles/13/1546/2895.png and /dev/null differ diff --git a/www/assets/tiles/13/1546/2896.png b/www/assets/tiles/13/1546/2896.png deleted file mode 100644 index 9be0d3e..0000000 Binary files a/www/assets/tiles/13/1546/2896.png and /dev/null differ diff --git a/www/assets/tiles/13/1546/2897.png b/www/assets/tiles/13/1546/2897.png deleted file mode 100644 index f1e3cde..0000000 Binary files a/www/assets/tiles/13/1546/2897.png and /dev/null differ diff --git a/www/assets/tiles/13/1547/2890.png b/www/assets/tiles/13/1547/2890.png deleted file mode 100644 index d313eb3..0000000 Binary files a/www/assets/tiles/13/1547/2890.png and /dev/null differ diff --git a/www/assets/tiles/13/1547/2891.png b/www/assets/tiles/13/1547/2891.png deleted file mode 100644 index 626a779..0000000 Binary files a/www/assets/tiles/13/1547/2891.png and /dev/null differ diff --git a/www/assets/tiles/13/1547/2892.png b/www/assets/tiles/13/1547/2892.png deleted file mode 100644 index 1d85167..0000000 Binary files a/www/assets/tiles/13/1547/2892.png and /dev/null differ diff --git a/www/assets/tiles/13/1547/2893.png b/www/assets/tiles/13/1547/2893.png deleted file mode 100644 index b419855..0000000 Binary files a/www/assets/tiles/13/1547/2893.png and /dev/null differ diff --git a/www/assets/tiles/13/1547/2894.png b/www/assets/tiles/13/1547/2894.png deleted file mode 100644 index 8856d12..0000000 Binary files a/www/assets/tiles/13/1547/2894.png and /dev/null differ diff --git a/www/assets/tiles/13/1547/2895.png b/www/assets/tiles/13/1547/2895.png deleted file mode 100644 index 01400b0..0000000 Binary files a/www/assets/tiles/13/1547/2895.png and /dev/null differ diff --git a/www/assets/tiles/13/1547/2896.png b/www/assets/tiles/13/1547/2896.png deleted file mode 100644 index 666959a..0000000 Binary files a/www/assets/tiles/13/1547/2896.png and /dev/null differ diff --git a/www/assets/tiles/13/1547/2897.png b/www/assets/tiles/13/1547/2897.png deleted file mode 100644 index 9d0c2c9..0000000 Binary files a/www/assets/tiles/13/1547/2897.png and /dev/null differ diff --git a/www/assets/tiles/13/1548/2890.png b/www/assets/tiles/13/1548/2890.png deleted file mode 100644 index a0540b6..0000000 Binary files a/www/assets/tiles/13/1548/2890.png and /dev/null differ diff --git a/www/assets/tiles/13/1548/2891.png b/www/assets/tiles/13/1548/2891.png deleted file mode 100644 index 256ae79..0000000 Binary files a/www/assets/tiles/13/1548/2891.png and /dev/null differ diff --git a/www/assets/tiles/13/1548/2892.png b/www/assets/tiles/13/1548/2892.png deleted file mode 100644 index 6759ff1..0000000 Binary files a/www/assets/tiles/13/1548/2892.png and /dev/null differ diff --git a/www/assets/tiles/13/1548/2893.png b/www/assets/tiles/13/1548/2893.png deleted file mode 100644 index a9bba95..0000000 Binary files a/www/assets/tiles/13/1548/2893.png and /dev/null differ diff --git a/www/assets/tiles/13/1548/2894.png b/www/assets/tiles/13/1548/2894.png deleted file mode 100644 index cd44680..0000000 Binary files a/www/assets/tiles/13/1548/2894.png and /dev/null differ diff --git a/www/assets/tiles/13/1548/2895.png b/www/assets/tiles/13/1548/2895.png deleted file mode 100644 index 585b7c7..0000000 Binary files a/www/assets/tiles/13/1548/2895.png and /dev/null differ diff --git a/www/assets/tiles/13/1548/2896.png b/www/assets/tiles/13/1548/2896.png deleted file mode 100644 index b36898a..0000000 Binary files a/www/assets/tiles/13/1548/2896.png and /dev/null differ diff --git a/www/assets/tiles/13/1548/2897.png b/www/assets/tiles/13/1548/2897.png deleted file mode 100644 index 6f0d8bc..0000000 Binary files a/www/assets/tiles/13/1548/2897.png and /dev/null differ diff --git a/www/assets/tiles/13/1549/2890.png b/www/assets/tiles/13/1549/2890.png deleted file mode 100644 index 115ae08..0000000 Binary files a/www/assets/tiles/13/1549/2890.png and /dev/null differ diff --git a/www/assets/tiles/13/1549/2891.png b/www/assets/tiles/13/1549/2891.png deleted file mode 100644 index 084fa85..0000000 Binary files a/www/assets/tiles/13/1549/2891.png and /dev/null differ diff --git a/www/assets/tiles/13/1549/2892.png b/www/assets/tiles/13/1549/2892.png deleted file mode 100644 index 557badb..0000000 Binary files a/www/assets/tiles/13/1549/2892.png and /dev/null differ diff --git a/www/assets/tiles/13/1549/2893.png b/www/assets/tiles/13/1549/2893.png deleted file mode 100644 index fe69823..0000000 Binary files a/www/assets/tiles/13/1549/2893.png and /dev/null differ diff --git a/www/assets/tiles/13/1549/2894.png b/www/assets/tiles/13/1549/2894.png deleted file mode 100644 index c6315ef..0000000 Binary files a/www/assets/tiles/13/1549/2894.png and /dev/null differ diff --git a/www/assets/tiles/13/1549/2895.png b/www/assets/tiles/13/1549/2895.png deleted file mode 100644 index 5ab17ba..0000000 Binary files a/www/assets/tiles/13/1549/2895.png and /dev/null differ diff --git a/www/assets/tiles/13/1549/2896.png b/www/assets/tiles/13/1549/2896.png deleted file mode 100644 index 4ef54ff..0000000 Binary files a/www/assets/tiles/13/1549/2896.png and /dev/null differ diff --git a/www/assets/tiles/13/1549/2897.png b/www/assets/tiles/13/1549/2897.png deleted file mode 100644 index 90daae2..0000000 Binary files a/www/assets/tiles/13/1549/2897.png and /dev/null differ diff --git a/www/assets/tiles/13/1550/2890.png b/www/assets/tiles/13/1550/2890.png deleted file mode 100644 index 32fc8b4..0000000 Binary files a/www/assets/tiles/13/1550/2890.png and /dev/null differ diff --git a/www/assets/tiles/13/1550/2891.png b/www/assets/tiles/13/1550/2891.png deleted file mode 100644 index 1e4cde7..0000000 Binary files a/www/assets/tiles/13/1550/2891.png and /dev/null differ diff --git a/www/assets/tiles/13/1550/2892.png b/www/assets/tiles/13/1550/2892.png deleted file mode 100644 index cffaf08..0000000 Binary files a/www/assets/tiles/13/1550/2892.png and /dev/null differ diff --git a/www/assets/tiles/13/1550/2893.png b/www/assets/tiles/13/1550/2893.png deleted file mode 100644 index 7ade6d2..0000000 Binary files a/www/assets/tiles/13/1550/2893.png and /dev/null differ diff --git a/www/assets/tiles/13/1550/2894.png b/www/assets/tiles/13/1550/2894.png deleted file mode 100644 index 8db6a31..0000000 Binary files a/www/assets/tiles/13/1550/2894.png and /dev/null differ diff --git a/www/assets/tiles/13/1550/2895.png b/www/assets/tiles/13/1550/2895.png deleted file mode 100644 index 8668ed6..0000000 Binary files a/www/assets/tiles/13/1550/2895.png and /dev/null differ diff --git a/www/assets/tiles/13/1550/2896.png b/www/assets/tiles/13/1550/2896.png deleted file mode 100644 index 7a5bd4c..0000000 Binary files a/www/assets/tiles/13/1550/2896.png and /dev/null differ diff --git a/www/assets/tiles/13/1550/2897.png b/www/assets/tiles/13/1550/2897.png deleted file mode 100644 index 46d313f..0000000 Binary files a/www/assets/tiles/13/1550/2897.png and /dev/null differ diff --git a/www/assets/tiles/13/1551/2890.png b/www/assets/tiles/13/1551/2890.png deleted file mode 100644 index faf9099..0000000 Binary files a/www/assets/tiles/13/1551/2890.png and /dev/null differ diff --git a/www/assets/tiles/13/1551/2891.png b/www/assets/tiles/13/1551/2891.png deleted file mode 100644 index c31fb21..0000000 Binary files a/www/assets/tiles/13/1551/2891.png and /dev/null differ diff --git a/www/assets/tiles/13/1551/2892.png b/www/assets/tiles/13/1551/2892.png deleted file mode 100644 index 50b33fa..0000000 Binary files a/www/assets/tiles/13/1551/2892.png and /dev/null differ diff --git a/www/assets/tiles/13/1551/2893.png b/www/assets/tiles/13/1551/2893.png deleted file mode 100644 index 8449eaf..0000000 Binary files a/www/assets/tiles/13/1551/2893.png and /dev/null differ diff --git a/www/assets/tiles/13/1551/2894.png b/www/assets/tiles/13/1551/2894.png deleted file mode 100644 index ae2bad4..0000000 Binary files a/www/assets/tiles/13/1551/2894.png and /dev/null differ diff --git a/www/assets/tiles/13/1551/2895.png b/www/assets/tiles/13/1551/2895.png deleted file mode 100644 index a55b278..0000000 Binary files a/www/assets/tiles/13/1551/2895.png and /dev/null differ diff --git a/www/assets/tiles/13/1551/2896.png b/www/assets/tiles/13/1551/2896.png deleted file mode 100644 index 00527f2..0000000 Binary files a/www/assets/tiles/13/1551/2896.png and /dev/null differ diff --git a/www/assets/tiles/13/1551/2897.png b/www/assets/tiles/13/1551/2897.png deleted file mode 100644 index a3c9a06..0000000 Binary files a/www/assets/tiles/13/1551/2897.png and /dev/null differ diff --git a/www/assets/tiles/13/1552/2890.png b/www/assets/tiles/13/1552/2890.png deleted file mode 100644 index 568fb7b..0000000 Binary files a/www/assets/tiles/13/1552/2890.png and /dev/null differ diff --git a/www/assets/tiles/13/1552/2891.png b/www/assets/tiles/13/1552/2891.png deleted file mode 100644 index 951aeb3..0000000 Binary files a/www/assets/tiles/13/1552/2891.png and /dev/null differ diff --git a/www/assets/tiles/13/1552/2892.png b/www/assets/tiles/13/1552/2892.png deleted file mode 100644 index 5d24d43..0000000 Binary files a/www/assets/tiles/13/1552/2892.png and /dev/null differ diff --git a/www/assets/tiles/13/1552/2893.png b/www/assets/tiles/13/1552/2893.png deleted file mode 100644 index a9a0871..0000000 Binary files a/www/assets/tiles/13/1552/2893.png and /dev/null differ diff --git a/www/assets/tiles/13/1552/2894.png b/www/assets/tiles/13/1552/2894.png deleted file mode 100644 index 1277e1b..0000000 Binary files a/www/assets/tiles/13/1552/2894.png and /dev/null differ diff --git a/www/assets/tiles/13/1552/2895.png b/www/assets/tiles/13/1552/2895.png deleted file mode 100644 index e3642ba..0000000 Binary files a/www/assets/tiles/13/1552/2895.png and /dev/null differ diff --git a/www/assets/tiles/13/1552/2896.png b/www/assets/tiles/13/1552/2896.png deleted file mode 100644 index a095016..0000000 Binary files a/www/assets/tiles/13/1552/2896.png and /dev/null differ diff --git a/www/assets/tiles/13/1552/2897.png b/www/assets/tiles/13/1552/2897.png deleted file mode 100644 index 048e8ba..0000000 Binary files a/www/assets/tiles/13/1552/2897.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5780.png b/www/assets/tiles/14/3088/5780.png deleted file mode 100644 index 6e5837e..0000000 Binary files a/www/assets/tiles/14/3088/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5781.png b/www/assets/tiles/14/3088/5781.png deleted file mode 100644 index c39f561..0000000 Binary files a/www/assets/tiles/14/3088/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5782.png b/www/assets/tiles/14/3088/5782.png deleted file mode 100644 index 2f8662a..0000000 Binary files a/www/assets/tiles/14/3088/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5783.png b/www/assets/tiles/14/3088/5783.png deleted file mode 100644 index 98dde81..0000000 Binary files a/www/assets/tiles/14/3088/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5784.png b/www/assets/tiles/14/3088/5784.png deleted file mode 100644 index 68147c3..0000000 Binary files a/www/assets/tiles/14/3088/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5785.png b/www/assets/tiles/14/3088/5785.png deleted file mode 100644 index ae4d60a..0000000 Binary files a/www/assets/tiles/14/3088/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5786.png b/www/assets/tiles/14/3088/5786.png deleted file mode 100644 index f812462..0000000 Binary files a/www/assets/tiles/14/3088/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5787.png b/www/assets/tiles/14/3088/5787.png deleted file mode 100644 index b46807a..0000000 Binary files a/www/assets/tiles/14/3088/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5788.png b/www/assets/tiles/14/3088/5788.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/14/3088/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5789.png b/www/assets/tiles/14/3088/5789.png deleted file mode 100644 index 9b7c8ba..0000000 Binary files a/www/assets/tiles/14/3088/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5790.png b/www/assets/tiles/14/3088/5790.png deleted file mode 100644 index 07c29b4..0000000 Binary files a/www/assets/tiles/14/3088/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5791.png b/www/assets/tiles/14/3088/5791.png deleted file mode 100644 index 1b71384..0000000 Binary files a/www/assets/tiles/14/3088/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5792.png b/www/assets/tiles/14/3088/5792.png deleted file mode 100644 index a74eaa6..0000000 Binary files a/www/assets/tiles/14/3088/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5793.png b/www/assets/tiles/14/3088/5793.png deleted file mode 100644 index 831fbc4..0000000 Binary files a/www/assets/tiles/14/3088/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5794.png b/www/assets/tiles/14/3088/5794.png deleted file mode 100644 index 311eef9..0000000 Binary files a/www/assets/tiles/14/3088/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3088/5795.png b/www/assets/tiles/14/3088/5795.png deleted file mode 100644 index 7a78f1a..0000000 Binary files a/www/assets/tiles/14/3088/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/.directory b/www/assets/tiles/14/3089/.directory deleted file mode 100644 index a895ac8..0000000 --- a/www/assets/tiles/14/3089/.directory +++ /dev/null @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2019,7,23,19,17,42 -Version=4 diff --git a/www/assets/tiles/14/3089/5780.png b/www/assets/tiles/14/3089/5780.png deleted file mode 100644 index 23d9d7b..0000000 Binary files a/www/assets/tiles/14/3089/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5781.png b/www/assets/tiles/14/3089/5781.png deleted file mode 100644 index 33c59ea..0000000 Binary files a/www/assets/tiles/14/3089/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5782.png b/www/assets/tiles/14/3089/5782.png deleted file mode 100644 index 36410d2..0000000 Binary files a/www/assets/tiles/14/3089/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5783.png b/www/assets/tiles/14/3089/5783.png deleted file mode 100644 index 08639f2..0000000 Binary files a/www/assets/tiles/14/3089/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5784.png b/www/assets/tiles/14/3089/5784.png deleted file mode 100644 index a1a639e..0000000 Binary files a/www/assets/tiles/14/3089/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5785.png b/www/assets/tiles/14/3089/5785.png deleted file mode 100644 index 1c159ce..0000000 Binary files a/www/assets/tiles/14/3089/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5786.png b/www/assets/tiles/14/3089/5786.png deleted file mode 100644 index 55ad59a..0000000 Binary files a/www/assets/tiles/14/3089/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5787.png b/www/assets/tiles/14/3089/5787.png deleted file mode 100644 index 9585fcd..0000000 Binary files a/www/assets/tiles/14/3089/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5788.png b/www/assets/tiles/14/3089/5788.png deleted file mode 100644 index e44c702..0000000 Binary files a/www/assets/tiles/14/3089/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5789.png b/www/assets/tiles/14/3089/5789.png deleted file mode 100644 index c156d6f..0000000 Binary files a/www/assets/tiles/14/3089/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5790.png b/www/assets/tiles/14/3089/5790.png deleted file mode 100644 index 0c11bfd..0000000 Binary files a/www/assets/tiles/14/3089/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5791.png b/www/assets/tiles/14/3089/5791.png deleted file mode 100644 index b8a6077..0000000 Binary files a/www/assets/tiles/14/3089/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5792.png b/www/assets/tiles/14/3089/5792.png deleted file mode 100644 index e11e3a9..0000000 Binary files a/www/assets/tiles/14/3089/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5793.png b/www/assets/tiles/14/3089/5793.png deleted file mode 100644 index e690e06..0000000 Binary files a/www/assets/tiles/14/3089/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5794.png b/www/assets/tiles/14/3089/5794.png deleted file mode 100644 index cbdddb4..0000000 Binary files a/www/assets/tiles/14/3089/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3089/5795.png b/www/assets/tiles/14/3089/5795.png deleted file mode 100644 index 7a1de21..0000000 Binary files a/www/assets/tiles/14/3089/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5780.png b/www/assets/tiles/14/3090/5780.png deleted file mode 100644 index 82b8b1b..0000000 Binary files a/www/assets/tiles/14/3090/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5781.png b/www/assets/tiles/14/3090/5781.png deleted file mode 100644 index 247f4b6..0000000 Binary files a/www/assets/tiles/14/3090/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5782.png b/www/assets/tiles/14/3090/5782.png deleted file mode 100644 index 8441910..0000000 Binary files a/www/assets/tiles/14/3090/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5783.png b/www/assets/tiles/14/3090/5783.png deleted file mode 100644 index a919037..0000000 Binary files a/www/assets/tiles/14/3090/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5784.png b/www/assets/tiles/14/3090/5784.png deleted file mode 100644 index 1c19123..0000000 Binary files a/www/assets/tiles/14/3090/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5785.png b/www/assets/tiles/14/3090/5785.png deleted file mode 100644 index ded4882..0000000 Binary files a/www/assets/tiles/14/3090/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5786.png b/www/assets/tiles/14/3090/5786.png deleted file mode 100644 index 5eb579f..0000000 Binary files a/www/assets/tiles/14/3090/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5787.png b/www/assets/tiles/14/3090/5787.png deleted file mode 100644 index 2c6bcd5..0000000 Binary files a/www/assets/tiles/14/3090/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5788.png b/www/assets/tiles/14/3090/5788.png deleted file mode 100644 index e599dee..0000000 Binary files a/www/assets/tiles/14/3090/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5789.png b/www/assets/tiles/14/3090/5789.png deleted file mode 100644 index 327241b..0000000 Binary files a/www/assets/tiles/14/3090/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5790.png b/www/assets/tiles/14/3090/5790.png deleted file mode 100644 index 264b2b1..0000000 Binary files a/www/assets/tiles/14/3090/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5791.png b/www/assets/tiles/14/3090/5791.png deleted file mode 100644 index 07891f8..0000000 Binary files a/www/assets/tiles/14/3090/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5792.png b/www/assets/tiles/14/3090/5792.png deleted file mode 100644 index af5f32f..0000000 Binary files a/www/assets/tiles/14/3090/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5793.png b/www/assets/tiles/14/3090/5793.png deleted file mode 100644 index 9d5ecdd..0000000 Binary files a/www/assets/tiles/14/3090/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5794.png b/www/assets/tiles/14/3090/5794.png deleted file mode 100644 index a8b7795..0000000 Binary files a/www/assets/tiles/14/3090/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3090/5795.png b/www/assets/tiles/14/3090/5795.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/14/3090/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5780.png b/www/assets/tiles/14/3091/5780.png deleted file mode 100644 index b37a5c5..0000000 Binary files a/www/assets/tiles/14/3091/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5781.png b/www/assets/tiles/14/3091/5781.png deleted file mode 100644 index 1930560..0000000 Binary files a/www/assets/tiles/14/3091/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5782.png b/www/assets/tiles/14/3091/5782.png deleted file mode 100644 index 4fd5929..0000000 Binary files a/www/assets/tiles/14/3091/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5783.png b/www/assets/tiles/14/3091/5783.png deleted file mode 100644 index 0cac9e7..0000000 Binary files a/www/assets/tiles/14/3091/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5784.png b/www/assets/tiles/14/3091/5784.png deleted file mode 100644 index 28b8d1d..0000000 Binary files a/www/assets/tiles/14/3091/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5785.png b/www/assets/tiles/14/3091/5785.png deleted file mode 100644 index c9ef04d..0000000 Binary files a/www/assets/tiles/14/3091/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5786.png b/www/assets/tiles/14/3091/5786.png deleted file mode 100644 index 6c9dd64..0000000 Binary files a/www/assets/tiles/14/3091/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5787.png b/www/assets/tiles/14/3091/5787.png deleted file mode 100644 index 0c0935b..0000000 Binary files a/www/assets/tiles/14/3091/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5788.png b/www/assets/tiles/14/3091/5788.png deleted file mode 100644 index 2c0ee45..0000000 Binary files a/www/assets/tiles/14/3091/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5789.png b/www/assets/tiles/14/3091/5789.png deleted file mode 100644 index a23f0c7..0000000 Binary files a/www/assets/tiles/14/3091/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5790.png b/www/assets/tiles/14/3091/5790.png deleted file mode 100644 index 8fd9de1..0000000 Binary files a/www/assets/tiles/14/3091/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5791.png b/www/assets/tiles/14/3091/5791.png deleted file mode 100644 index aadac46..0000000 Binary files a/www/assets/tiles/14/3091/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5792.png b/www/assets/tiles/14/3091/5792.png deleted file mode 100644 index 34a5c12..0000000 Binary files a/www/assets/tiles/14/3091/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5793.png b/www/assets/tiles/14/3091/5793.png deleted file mode 100644 index 5d75aa5..0000000 Binary files a/www/assets/tiles/14/3091/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5794.png b/www/assets/tiles/14/3091/5794.png deleted file mode 100644 index d82278a..0000000 Binary files a/www/assets/tiles/14/3091/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3091/5795.png b/www/assets/tiles/14/3091/5795.png deleted file mode 100644 index 31b007d..0000000 Binary files a/www/assets/tiles/14/3091/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5780.png b/www/assets/tiles/14/3092/5780.png deleted file mode 100644 index 3247ad8..0000000 Binary files a/www/assets/tiles/14/3092/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5781.png b/www/assets/tiles/14/3092/5781.png deleted file mode 100644 index 136bc0f..0000000 Binary files a/www/assets/tiles/14/3092/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5782.png b/www/assets/tiles/14/3092/5782.png deleted file mode 100644 index 12a6094..0000000 Binary files a/www/assets/tiles/14/3092/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5783.png b/www/assets/tiles/14/3092/5783.png deleted file mode 100644 index 632fda8..0000000 Binary files a/www/assets/tiles/14/3092/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5784.png b/www/assets/tiles/14/3092/5784.png deleted file mode 100644 index 8485af8..0000000 Binary files a/www/assets/tiles/14/3092/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5785.png b/www/assets/tiles/14/3092/5785.png deleted file mode 100644 index 445d2e3..0000000 Binary files a/www/assets/tiles/14/3092/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5786.png b/www/assets/tiles/14/3092/5786.png deleted file mode 100644 index 8687bc6..0000000 Binary files a/www/assets/tiles/14/3092/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5787.png b/www/assets/tiles/14/3092/5787.png deleted file mode 100644 index 6c3a847..0000000 Binary files a/www/assets/tiles/14/3092/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5788.png b/www/assets/tiles/14/3092/5788.png deleted file mode 100644 index 70185f0..0000000 Binary files a/www/assets/tiles/14/3092/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5789.png b/www/assets/tiles/14/3092/5789.png deleted file mode 100644 index 3c4bd71..0000000 Binary files a/www/assets/tiles/14/3092/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5790.png b/www/assets/tiles/14/3092/5790.png deleted file mode 100644 index 00d9bd1..0000000 Binary files a/www/assets/tiles/14/3092/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5791.png b/www/assets/tiles/14/3092/5791.png deleted file mode 100644 index c462ad4..0000000 Binary files a/www/assets/tiles/14/3092/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5792.png b/www/assets/tiles/14/3092/5792.png deleted file mode 100644 index 8cbfb0f..0000000 Binary files a/www/assets/tiles/14/3092/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5793.png b/www/assets/tiles/14/3092/5793.png deleted file mode 100644 index 5fbe984..0000000 Binary files a/www/assets/tiles/14/3092/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5794.png b/www/assets/tiles/14/3092/5794.png deleted file mode 100644 index 69ee21e..0000000 Binary files a/www/assets/tiles/14/3092/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3092/5795.png b/www/assets/tiles/14/3092/5795.png deleted file mode 100644 index 984e219..0000000 Binary files a/www/assets/tiles/14/3092/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/.directory b/www/assets/tiles/14/3093/.directory deleted file mode 100644 index 71fd076..0000000 --- a/www/assets/tiles/14/3093/.directory +++ /dev/null @@ -1,4 +0,0 @@ -[Dolphin] -PreviewsShown=true -Timestamp=2019,7,23,19,17,45 -Version=4 diff --git a/www/assets/tiles/14/3093/5780.png b/www/assets/tiles/14/3093/5780.png deleted file mode 100644 index cb7c78e..0000000 Binary files a/www/assets/tiles/14/3093/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5781.png b/www/assets/tiles/14/3093/5781.png deleted file mode 100644 index 535d69e..0000000 Binary files a/www/assets/tiles/14/3093/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5782.png b/www/assets/tiles/14/3093/5782.png deleted file mode 100644 index e4eaf9c..0000000 Binary files a/www/assets/tiles/14/3093/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5783.png b/www/assets/tiles/14/3093/5783.png deleted file mode 100644 index bba5aca..0000000 Binary files a/www/assets/tiles/14/3093/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5784.png b/www/assets/tiles/14/3093/5784.png deleted file mode 100644 index e0a03af..0000000 Binary files a/www/assets/tiles/14/3093/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5785.png b/www/assets/tiles/14/3093/5785.png deleted file mode 100644 index cf3e6e3..0000000 Binary files a/www/assets/tiles/14/3093/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5786.png b/www/assets/tiles/14/3093/5786.png deleted file mode 100644 index ca9de5f..0000000 Binary files a/www/assets/tiles/14/3093/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5787.png b/www/assets/tiles/14/3093/5787.png deleted file mode 100644 index a1253d5..0000000 Binary files a/www/assets/tiles/14/3093/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5788.png b/www/assets/tiles/14/3093/5788.png deleted file mode 100644 index 4014799..0000000 Binary files a/www/assets/tiles/14/3093/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5789.png b/www/assets/tiles/14/3093/5789.png deleted file mode 100644 index 5bc2eef..0000000 Binary files a/www/assets/tiles/14/3093/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5790.png b/www/assets/tiles/14/3093/5790.png deleted file mode 100644 index 2ad90c3..0000000 Binary files a/www/assets/tiles/14/3093/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5791.png b/www/assets/tiles/14/3093/5791.png deleted file mode 100644 index 55928f8..0000000 Binary files a/www/assets/tiles/14/3093/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5792.png b/www/assets/tiles/14/3093/5792.png deleted file mode 100644 index 121c740..0000000 Binary files a/www/assets/tiles/14/3093/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5793.png b/www/assets/tiles/14/3093/5793.png deleted file mode 100644 index fb92139..0000000 Binary files a/www/assets/tiles/14/3093/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5794.png b/www/assets/tiles/14/3093/5794.png deleted file mode 100644 index d762527..0000000 Binary files a/www/assets/tiles/14/3093/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3093/5795.png b/www/assets/tiles/14/3093/5795.png deleted file mode 100644 index 2af261b..0000000 Binary files a/www/assets/tiles/14/3093/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5780.png b/www/assets/tiles/14/3094/5780.png deleted file mode 100644 index 09aa745..0000000 Binary files a/www/assets/tiles/14/3094/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5781.png b/www/assets/tiles/14/3094/5781.png deleted file mode 100644 index 81b0784..0000000 Binary files a/www/assets/tiles/14/3094/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5782.png b/www/assets/tiles/14/3094/5782.png deleted file mode 100644 index 1b1e8bb..0000000 Binary files a/www/assets/tiles/14/3094/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5783.png b/www/assets/tiles/14/3094/5783.png deleted file mode 100644 index 9d64c2c..0000000 Binary files a/www/assets/tiles/14/3094/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5784.png b/www/assets/tiles/14/3094/5784.png deleted file mode 100644 index e6a2e86..0000000 Binary files a/www/assets/tiles/14/3094/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5785.png b/www/assets/tiles/14/3094/5785.png deleted file mode 100644 index 920f3d0..0000000 Binary files a/www/assets/tiles/14/3094/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5786.png b/www/assets/tiles/14/3094/5786.png deleted file mode 100644 index 1205e97..0000000 Binary files a/www/assets/tiles/14/3094/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5787.png b/www/assets/tiles/14/3094/5787.png deleted file mode 100644 index f066c3f..0000000 Binary files a/www/assets/tiles/14/3094/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5788.png b/www/assets/tiles/14/3094/5788.png deleted file mode 100644 index e4bc853..0000000 Binary files a/www/assets/tiles/14/3094/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5789.png b/www/assets/tiles/14/3094/5789.png deleted file mode 100644 index fde630d..0000000 Binary files a/www/assets/tiles/14/3094/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5790.png b/www/assets/tiles/14/3094/5790.png deleted file mode 100644 index aa01143..0000000 Binary files a/www/assets/tiles/14/3094/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5791.png b/www/assets/tiles/14/3094/5791.png deleted file mode 100644 index bfe2a09..0000000 Binary files a/www/assets/tiles/14/3094/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5792.png b/www/assets/tiles/14/3094/5792.png deleted file mode 100644 index f1bcd67..0000000 Binary files a/www/assets/tiles/14/3094/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5793.png b/www/assets/tiles/14/3094/5793.png deleted file mode 100644 index c5d7d47..0000000 Binary files a/www/assets/tiles/14/3094/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5794.png b/www/assets/tiles/14/3094/5794.png deleted file mode 100644 index eed1dc4..0000000 Binary files a/www/assets/tiles/14/3094/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3094/5795.png b/www/assets/tiles/14/3094/5795.png deleted file mode 100644 index 42240ad..0000000 Binary files a/www/assets/tiles/14/3094/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5780.png b/www/assets/tiles/14/3095/5780.png deleted file mode 100644 index ff2344b..0000000 Binary files a/www/assets/tiles/14/3095/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5781.png b/www/assets/tiles/14/3095/5781.png deleted file mode 100644 index 993845e..0000000 Binary files a/www/assets/tiles/14/3095/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5782.png b/www/assets/tiles/14/3095/5782.png deleted file mode 100644 index 76d785c..0000000 Binary files a/www/assets/tiles/14/3095/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5783.png b/www/assets/tiles/14/3095/5783.png deleted file mode 100644 index 9b29608..0000000 Binary files a/www/assets/tiles/14/3095/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5784.png b/www/assets/tiles/14/3095/5784.png deleted file mode 100644 index c5faa42..0000000 Binary files a/www/assets/tiles/14/3095/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5785.png b/www/assets/tiles/14/3095/5785.png deleted file mode 100644 index f29d169..0000000 Binary files a/www/assets/tiles/14/3095/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5786.png b/www/assets/tiles/14/3095/5786.png deleted file mode 100644 index 2378f26..0000000 Binary files a/www/assets/tiles/14/3095/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5787.png b/www/assets/tiles/14/3095/5787.png deleted file mode 100644 index 843e97d..0000000 Binary files a/www/assets/tiles/14/3095/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5788.png b/www/assets/tiles/14/3095/5788.png deleted file mode 100644 index d24e474..0000000 Binary files a/www/assets/tiles/14/3095/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5789.png b/www/assets/tiles/14/3095/5789.png deleted file mode 100644 index 8e7026b..0000000 Binary files a/www/assets/tiles/14/3095/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5790.png b/www/assets/tiles/14/3095/5790.png deleted file mode 100644 index 6ce8cfc..0000000 Binary files a/www/assets/tiles/14/3095/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5791.png b/www/assets/tiles/14/3095/5791.png deleted file mode 100644 index fb32599..0000000 Binary files a/www/assets/tiles/14/3095/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5792.png b/www/assets/tiles/14/3095/5792.png deleted file mode 100644 index 5b593e9..0000000 Binary files a/www/assets/tiles/14/3095/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5793.png b/www/assets/tiles/14/3095/5793.png deleted file mode 100644 index db85c9d..0000000 Binary files a/www/assets/tiles/14/3095/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5794.png b/www/assets/tiles/14/3095/5794.png deleted file mode 100644 index 30c4d0a..0000000 Binary files a/www/assets/tiles/14/3095/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3095/5795.png b/www/assets/tiles/14/3095/5795.png deleted file mode 100644 index 31b7853..0000000 Binary files a/www/assets/tiles/14/3095/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5780.png b/www/assets/tiles/14/3096/5780.png deleted file mode 100644 index 25ad0ce..0000000 Binary files a/www/assets/tiles/14/3096/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5781.png b/www/assets/tiles/14/3096/5781.png deleted file mode 100644 index 8af12ed..0000000 Binary files a/www/assets/tiles/14/3096/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5782.png b/www/assets/tiles/14/3096/5782.png deleted file mode 100644 index 9cdbe58..0000000 Binary files a/www/assets/tiles/14/3096/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5783.png b/www/assets/tiles/14/3096/5783.png deleted file mode 100644 index 4a1297e..0000000 Binary files a/www/assets/tiles/14/3096/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5784.png b/www/assets/tiles/14/3096/5784.png deleted file mode 100644 index c275c99..0000000 Binary files a/www/assets/tiles/14/3096/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5785.png b/www/assets/tiles/14/3096/5785.png deleted file mode 100644 index b0efde8..0000000 Binary files a/www/assets/tiles/14/3096/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5786.png b/www/assets/tiles/14/3096/5786.png deleted file mode 100644 index 6d17bb3..0000000 Binary files a/www/assets/tiles/14/3096/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5787.png b/www/assets/tiles/14/3096/5787.png deleted file mode 100644 index 3bb73c3..0000000 Binary files a/www/assets/tiles/14/3096/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5788.png b/www/assets/tiles/14/3096/5788.png deleted file mode 100644 index 5afac2b..0000000 Binary files a/www/assets/tiles/14/3096/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5789.png b/www/assets/tiles/14/3096/5789.png deleted file mode 100644 index db69db1..0000000 Binary files a/www/assets/tiles/14/3096/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5790.png b/www/assets/tiles/14/3096/5790.png deleted file mode 100644 index 424ef4f..0000000 Binary files a/www/assets/tiles/14/3096/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5791.png b/www/assets/tiles/14/3096/5791.png deleted file mode 100644 index 5578cdb..0000000 Binary files a/www/assets/tiles/14/3096/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5792.png b/www/assets/tiles/14/3096/5792.png deleted file mode 100644 index 85c44b3..0000000 Binary files a/www/assets/tiles/14/3096/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5793.png b/www/assets/tiles/14/3096/5793.png deleted file mode 100644 index 6a42e1e..0000000 Binary files a/www/assets/tiles/14/3096/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5794.png b/www/assets/tiles/14/3096/5794.png deleted file mode 100644 index accf6a8..0000000 Binary files a/www/assets/tiles/14/3096/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3096/5795.png b/www/assets/tiles/14/3096/5795.png deleted file mode 100644 index b61c6f8..0000000 Binary files a/www/assets/tiles/14/3096/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5780.png b/www/assets/tiles/14/3097/5780.png deleted file mode 100644 index 311b086..0000000 Binary files a/www/assets/tiles/14/3097/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5781.png b/www/assets/tiles/14/3097/5781.png deleted file mode 100644 index dda2e46..0000000 Binary files a/www/assets/tiles/14/3097/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5782.png b/www/assets/tiles/14/3097/5782.png deleted file mode 100644 index bd11a7e..0000000 Binary files a/www/assets/tiles/14/3097/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5783.png b/www/assets/tiles/14/3097/5783.png deleted file mode 100644 index 3fd7d12..0000000 Binary files a/www/assets/tiles/14/3097/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5784.png b/www/assets/tiles/14/3097/5784.png deleted file mode 100644 index 4be2e2a..0000000 Binary files a/www/assets/tiles/14/3097/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5785.png b/www/assets/tiles/14/3097/5785.png deleted file mode 100644 index c8cf167..0000000 Binary files a/www/assets/tiles/14/3097/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5786.png b/www/assets/tiles/14/3097/5786.png deleted file mode 100644 index c9e8701..0000000 Binary files a/www/assets/tiles/14/3097/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5787.png b/www/assets/tiles/14/3097/5787.png deleted file mode 100644 index a6a1772..0000000 Binary files a/www/assets/tiles/14/3097/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5788.png b/www/assets/tiles/14/3097/5788.png deleted file mode 100644 index 56f8c97..0000000 Binary files a/www/assets/tiles/14/3097/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5789.png b/www/assets/tiles/14/3097/5789.png deleted file mode 100644 index 6a5e3aa..0000000 Binary files a/www/assets/tiles/14/3097/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5790.png b/www/assets/tiles/14/3097/5790.png deleted file mode 100644 index ef28621..0000000 Binary files a/www/assets/tiles/14/3097/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5791.png b/www/assets/tiles/14/3097/5791.png deleted file mode 100644 index 1a5fc1c..0000000 Binary files a/www/assets/tiles/14/3097/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5792.png b/www/assets/tiles/14/3097/5792.png deleted file mode 100644 index 8d47c30..0000000 Binary files a/www/assets/tiles/14/3097/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5793.png b/www/assets/tiles/14/3097/5793.png deleted file mode 100644 index 64c98d8..0000000 Binary files a/www/assets/tiles/14/3097/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5794.png b/www/assets/tiles/14/3097/5794.png deleted file mode 100644 index ce63d5c..0000000 Binary files a/www/assets/tiles/14/3097/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3097/5795.png b/www/assets/tiles/14/3097/5795.png deleted file mode 100644 index ea27c45..0000000 Binary files a/www/assets/tiles/14/3097/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5780.png b/www/assets/tiles/14/3098/5780.png deleted file mode 100644 index 4772ee6..0000000 Binary files a/www/assets/tiles/14/3098/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5781.png b/www/assets/tiles/14/3098/5781.png deleted file mode 100644 index fc4d00b..0000000 Binary files a/www/assets/tiles/14/3098/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5782.png b/www/assets/tiles/14/3098/5782.png deleted file mode 100644 index 75f3f71..0000000 Binary files a/www/assets/tiles/14/3098/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5783.png b/www/assets/tiles/14/3098/5783.png deleted file mode 100644 index c0185f4..0000000 Binary files a/www/assets/tiles/14/3098/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5784.png b/www/assets/tiles/14/3098/5784.png deleted file mode 100644 index 7829f72..0000000 Binary files a/www/assets/tiles/14/3098/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5785.png b/www/assets/tiles/14/3098/5785.png deleted file mode 100644 index 2a56aef..0000000 Binary files a/www/assets/tiles/14/3098/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5786.png b/www/assets/tiles/14/3098/5786.png deleted file mode 100644 index c0ceff1..0000000 Binary files a/www/assets/tiles/14/3098/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5787.png b/www/assets/tiles/14/3098/5787.png deleted file mode 100644 index 0a99597..0000000 Binary files a/www/assets/tiles/14/3098/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5788.png b/www/assets/tiles/14/3098/5788.png deleted file mode 100644 index 57f6257..0000000 Binary files a/www/assets/tiles/14/3098/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5789.png b/www/assets/tiles/14/3098/5789.png deleted file mode 100644 index 5525916..0000000 Binary files a/www/assets/tiles/14/3098/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5790.png b/www/assets/tiles/14/3098/5790.png deleted file mode 100644 index 3128a29..0000000 Binary files a/www/assets/tiles/14/3098/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5791.png b/www/assets/tiles/14/3098/5791.png deleted file mode 100644 index cdacb8b..0000000 Binary files a/www/assets/tiles/14/3098/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5792.png b/www/assets/tiles/14/3098/5792.png deleted file mode 100644 index 9a2a17a..0000000 Binary files a/www/assets/tiles/14/3098/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5793.png b/www/assets/tiles/14/3098/5793.png deleted file mode 100644 index 0905e80..0000000 Binary files a/www/assets/tiles/14/3098/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5794.png b/www/assets/tiles/14/3098/5794.png deleted file mode 100644 index 89c2b31..0000000 Binary files a/www/assets/tiles/14/3098/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3098/5795.png b/www/assets/tiles/14/3098/5795.png deleted file mode 100644 index 73f7166..0000000 Binary files a/www/assets/tiles/14/3098/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5780.png b/www/assets/tiles/14/3099/5780.png deleted file mode 100644 index bf0114b..0000000 Binary files a/www/assets/tiles/14/3099/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5781.png b/www/assets/tiles/14/3099/5781.png deleted file mode 100644 index 53243ec..0000000 Binary files a/www/assets/tiles/14/3099/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5782.png b/www/assets/tiles/14/3099/5782.png deleted file mode 100644 index 2015954..0000000 Binary files a/www/assets/tiles/14/3099/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5783.png b/www/assets/tiles/14/3099/5783.png deleted file mode 100644 index 4f16c4b..0000000 Binary files a/www/assets/tiles/14/3099/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5784.png b/www/assets/tiles/14/3099/5784.png deleted file mode 100644 index d3cf84a..0000000 Binary files a/www/assets/tiles/14/3099/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5785.png b/www/assets/tiles/14/3099/5785.png deleted file mode 100644 index ca702f5..0000000 Binary files a/www/assets/tiles/14/3099/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5786.png b/www/assets/tiles/14/3099/5786.png deleted file mode 100644 index 6386458..0000000 Binary files a/www/assets/tiles/14/3099/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5787.png b/www/assets/tiles/14/3099/5787.png deleted file mode 100644 index 2355a2a..0000000 Binary files a/www/assets/tiles/14/3099/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5788.png b/www/assets/tiles/14/3099/5788.png deleted file mode 100644 index 0ee377c..0000000 Binary files a/www/assets/tiles/14/3099/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5789.png b/www/assets/tiles/14/3099/5789.png deleted file mode 100644 index 29d298b..0000000 Binary files a/www/assets/tiles/14/3099/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5790.png b/www/assets/tiles/14/3099/5790.png deleted file mode 100644 index 86cabd7..0000000 Binary files a/www/assets/tiles/14/3099/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5791.png b/www/assets/tiles/14/3099/5791.png deleted file mode 100644 index 81a206a..0000000 Binary files a/www/assets/tiles/14/3099/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5792.png b/www/assets/tiles/14/3099/5792.png deleted file mode 100644 index 5e18e89..0000000 Binary files a/www/assets/tiles/14/3099/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5793.png b/www/assets/tiles/14/3099/5793.png deleted file mode 100644 index 28ac28d..0000000 Binary files a/www/assets/tiles/14/3099/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5794.png b/www/assets/tiles/14/3099/5794.png deleted file mode 100644 index a44c42a..0000000 Binary files a/www/assets/tiles/14/3099/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3099/5795.png b/www/assets/tiles/14/3099/5795.png deleted file mode 100644 index ed2ee0e..0000000 Binary files a/www/assets/tiles/14/3099/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5780.png b/www/assets/tiles/14/3100/5780.png deleted file mode 100644 index 7244e67..0000000 Binary files a/www/assets/tiles/14/3100/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5781.png b/www/assets/tiles/14/3100/5781.png deleted file mode 100644 index 40a7d6e..0000000 Binary files a/www/assets/tiles/14/3100/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5782.png b/www/assets/tiles/14/3100/5782.png deleted file mode 100644 index 36c450b..0000000 Binary files a/www/assets/tiles/14/3100/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5783.png b/www/assets/tiles/14/3100/5783.png deleted file mode 100644 index 67f6669..0000000 Binary files a/www/assets/tiles/14/3100/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5784.png b/www/assets/tiles/14/3100/5784.png deleted file mode 100644 index b17e7ff..0000000 Binary files a/www/assets/tiles/14/3100/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5785.png b/www/assets/tiles/14/3100/5785.png deleted file mode 100644 index f4980a3..0000000 Binary files a/www/assets/tiles/14/3100/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5786.png b/www/assets/tiles/14/3100/5786.png deleted file mode 100644 index f4a37aa..0000000 Binary files a/www/assets/tiles/14/3100/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5787.png b/www/assets/tiles/14/3100/5787.png deleted file mode 100644 index e0799c3..0000000 Binary files a/www/assets/tiles/14/3100/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5788.png b/www/assets/tiles/14/3100/5788.png deleted file mode 100644 index 873d3b1..0000000 Binary files a/www/assets/tiles/14/3100/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5789.png b/www/assets/tiles/14/3100/5789.png deleted file mode 100644 index f7b884b..0000000 Binary files a/www/assets/tiles/14/3100/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5790.png b/www/assets/tiles/14/3100/5790.png deleted file mode 100644 index ff70795..0000000 Binary files a/www/assets/tiles/14/3100/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5791.png b/www/assets/tiles/14/3100/5791.png deleted file mode 100644 index 504b78e..0000000 Binary files a/www/assets/tiles/14/3100/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5792.png b/www/assets/tiles/14/3100/5792.png deleted file mode 100644 index 788ac6c..0000000 Binary files a/www/assets/tiles/14/3100/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5793.png b/www/assets/tiles/14/3100/5793.png deleted file mode 100644 index 0fbac87..0000000 Binary files a/www/assets/tiles/14/3100/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5794.png b/www/assets/tiles/14/3100/5794.png deleted file mode 100644 index ed621a6..0000000 Binary files a/www/assets/tiles/14/3100/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3100/5795.png b/www/assets/tiles/14/3100/5795.png deleted file mode 100644 index 735fa82..0000000 Binary files a/www/assets/tiles/14/3100/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5780.png b/www/assets/tiles/14/3101/5780.png deleted file mode 100644 index a914635..0000000 Binary files a/www/assets/tiles/14/3101/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5781.png b/www/assets/tiles/14/3101/5781.png deleted file mode 100644 index fbfdeb8..0000000 Binary files a/www/assets/tiles/14/3101/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5782.png b/www/assets/tiles/14/3101/5782.png deleted file mode 100644 index ad97625..0000000 Binary files a/www/assets/tiles/14/3101/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5783.png b/www/assets/tiles/14/3101/5783.png deleted file mode 100644 index d0a2340..0000000 Binary files a/www/assets/tiles/14/3101/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5784.png b/www/assets/tiles/14/3101/5784.png deleted file mode 100644 index 7cb0bd5..0000000 Binary files a/www/assets/tiles/14/3101/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5785.png b/www/assets/tiles/14/3101/5785.png deleted file mode 100644 index 40b2dfe..0000000 Binary files a/www/assets/tiles/14/3101/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5786.png b/www/assets/tiles/14/3101/5786.png deleted file mode 100644 index e81a243..0000000 Binary files a/www/assets/tiles/14/3101/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5787.png b/www/assets/tiles/14/3101/5787.png deleted file mode 100644 index b0befe5..0000000 Binary files a/www/assets/tiles/14/3101/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5788.png b/www/assets/tiles/14/3101/5788.png deleted file mode 100644 index 1624e6d..0000000 Binary files a/www/assets/tiles/14/3101/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5789.png b/www/assets/tiles/14/3101/5789.png deleted file mode 100644 index 9814e9b..0000000 Binary files a/www/assets/tiles/14/3101/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5790.png b/www/assets/tiles/14/3101/5790.png deleted file mode 100644 index 0297cf9..0000000 Binary files a/www/assets/tiles/14/3101/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5791.png b/www/assets/tiles/14/3101/5791.png deleted file mode 100644 index 9f68d4f..0000000 Binary files a/www/assets/tiles/14/3101/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5792.png b/www/assets/tiles/14/3101/5792.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/14/3101/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5793.png b/www/assets/tiles/14/3101/5793.png deleted file mode 100644 index c4b919c..0000000 Binary files a/www/assets/tiles/14/3101/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5794.png b/www/assets/tiles/14/3101/5794.png deleted file mode 100644 index 4270968..0000000 Binary files a/www/assets/tiles/14/3101/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3101/5795.png b/www/assets/tiles/14/3101/5795.png deleted file mode 100644 index f34401d..0000000 Binary files a/www/assets/tiles/14/3101/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5780.png b/www/assets/tiles/14/3102/5780.png deleted file mode 100644 index 17ec6f6..0000000 Binary files a/www/assets/tiles/14/3102/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5781.png b/www/assets/tiles/14/3102/5781.png deleted file mode 100644 index 5ceebab..0000000 Binary files a/www/assets/tiles/14/3102/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5782.png b/www/assets/tiles/14/3102/5782.png deleted file mode 100644 index e62eb64..0000000 Binary files a/www/assets/tiles/14/3102/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5783.png b/www/assets/tiles/14/3102/5783.png deleted file mode 100644 index 5f5d1e3..0000000 Binary files a/www/assets/tiles/14/3102/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5784.png b/www/assets/tiles/14/3102/5784.png deleted file mode 100644 index 1c4d2e4..0000000 Binary files a/www/assets/tiles/14/3102/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5785.png b/www/assets/tiles/14/3102/5785.png deleted file mode 100644 index 1d5df82..0000000 Binary files a/www/assets/tiles/14/3102/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5786.png b/www/assets/tiles/14/3102/5786.png deleted file mode 100644 index 0b8de08..0000000 Binary files a/www/assets/tiles/14/3102/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5787.png b/www/assets/tiles/14/3102/5787.png deleted file mode 100644 index b2a8a95..0000000 Binary files a/www/assets/tiles/14/3102/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5788.png b/www/assets/tiles/14/3102/5788.png deleted file mode 100644 index df8eeee..0000000 Binary files a/www/assets/tiles/14/3102/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5789.png b/www/assets/tiles/14/3102/5789.png deleted file mode 100644 index fad0682..0000000 Binary files a/www/assets/tiles/14/3102/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5790.png b/www/assets/tiles/14/3102/5790.png deleted file mode 100644 index 84bd6c3..0000000 Binary files a/www/assets/tiles/14/3102/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5791.png b/www/assets/tiles/14/3102/5791.png deleted file mode 100644 index a3a4f18..0000000 Binary files a/www/assets/tiles/14/3102/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5792.png b/www/assets/tiles/14/3102/5792.png deleted file mode 100644 index bee6044..0000000 Binary files a/www/assets/tiles/14/3102/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5793.png b/www/assets/tiles/14/3102/5793.png deleted file mode 100644 index a313d0f..0000000 Binary files a/www/assets/tiles/14/3102/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5794.png b/www/assets/tiles/14/3102/5794.png deleted file mode 100644 index a3224c3..0000000 Binary files a/www/assets/tiles/14/3102/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3102/5795.png b/www/assets/tiles/14/3102/5795.png deleted file mode 100644 index d847eb4..0000000 Binary files a/www/assets/tiles/14/3102/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5780.png b/www/assets/tiles/14/3103/5780.png deleted file mode 100644 index 4156825..0000000 Binary files a/www/assets/tiles/14/3103/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5781.png b/www/assets/tiles/14/3103/5781.png deleted file mode 100644 index 58e4b05..0000000 Binary files a/www/assets/tiles/14/3103/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5782.png b/www/assets/tiles/14/3103/5782.png deleted file mode 100644 index df0d6f4..0000000 Binary files a/www/assets/tiles/14/3103/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5783.png b/www/assets/tiles/14/3103/5783.png deleted file mode 100644 index 83d54e3..0000000 Binary files a/www/assets/tiles/14/3103/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5784.png b/www/assets/tiles/14/3103/5784.png deleted file mode 100644 index dcd0e3f..0000000 Binary files a/www/assets/tiles/14/3103/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5785.png b/www/assets/tiles/14/3103/5785.png deleted file mode 100644 index a2e739f..0000000 Binary files a/www/assets/tiles/14/3103/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5786.png b/www/assets/tiles/14/3103/5786.png deleted file mode 100644 index 445529a..0000000 Binary files a/www/assets/tiles/14/3103/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5787.png b/www/assets/tiles/14/3103/5787.png deleted file mode 100644 index 34eaf5e..0000000 Binary files a/www/assets/tiles/14/3103/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5788.png b/www/assets/tiles/14/3103/5788.png deleted file mode 100644 index 5754734..0000000 Binary files a/www/assets/tiles/14/3103/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5789.png b/www/assets/tiles/14/3103/5789.png deleted file mode 100644 index feebe46..0000000 Binary files a/www/assets/tiles/14/3103/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5790.png b/www/assets/tiles/14/3103/5790.png deleted file mode 100644 index 249b2f3..0000000 Binary files a/www/assets/tiles/14/3103/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5791.png b/www/assets/tiles/14/3103/5791.png deleted file mode 100644 index dcb81a6..0000000 Binary files a/www/assets/tiles/14/3103/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5792.png b/www/assets/tiles/14/3103/5792.png deleted file mode 100644 index 430a30d..0000000 Binary files a/www/assets/tiles/14/3103/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5793.png b/www/assets/tiles/14/3103/5793.png deleted file mode 100644 index 0eb6508..0000000 Binary files a/www/assets/tiles/14/3103/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5794.png b/www/assets/tiles/14/3103/5794.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/14/3103/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3103/5795.png b/www/assets/tiles/14/3103/5795.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/14/3103/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5780.png b/www/assets/tiles/14/3104/5780.png deleted file mode 100644 index 68ebec3..0000000 Binary files a/www/assets/tiles/14/3104/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5781.png b/www/assets/tiles/14/3104/5781.png deleted file mode 100644 index 5c5696c..0000000 Binary files a/www/assets/tiles/14/3104/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5782.png b/www/assets/tiles/14/3104/5782.png deleted file mode 100644 index 9b667ed..0000000 Binary files a/www/assets/tiles/14/3104/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5783.png b/www/assets/tiles/14/3104/5783.png deleted file mode 100644 index 6c49267..0000000 Binary files a/www/assets/tiles/14/3104/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5784.png b/www/assets/tiles/14/3104/5784.png deleted file mode 100644 index d2f9e57..0000000 Binary files a/www/assets/tiles/14/3104/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5785.png b/www/assets/tiles/14/3104/5785.png deleted file mode 100644 index cee5d84..0000000 Binary files a/www/assets/tiles/14/3104/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5786.png b/www/assets/tiles/14/3104/5786.png deleted file mode 100644 index 72eee25..0000000 Binary files a/www/assets/tiles/14/3104/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5787.png b/www/assets/tiles/14/3104/5787.png deleted file mode 100644 index 51cada5..0000000 Binary files a/www/assets/tiles/14/3104/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5788.png b/www/assets/tiles/14/3104/5788.png deleted file mode 100644 index 6168eaf..0000000 Binary files a/www/assets/tiles/14/3104/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5789.png b/www/assets/tiles/14/3104/5789.png deleted file mode 100644 index f87f37e..0000000 Binary files a/www/assets/tiles/14/3104/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5790.png b/www/assets/tiles/14/3104/5790.png deleted file mode 100644 index af4b1ec..0000000 Binary files a/www/assets/tiles/14/3104/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5791.png b/www/assets/tiles/14/3104/5791.png deleted file mode 100644 index e3310fc..0000000 Binary files a/www/assets/tiles/14/3104/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5792.png b/www/assets/tiles/14/3104/5792.png deleted file mode 100644 index fe20d77..0000000 Binary files a/www/assets/tiles/14/3104/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5793.png b/www/assets/tiles/14/3104/5793.png deleted file mode 100644 index 0d326c7..0000000 Binary files a/www/assets/tiles/14/3104/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5794.png b/www/assets/tiles/14/3104/5794.png deleted file mode 100644 index ed231d2..0000000 Binary files a/www/assets/tiles/14/3104/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3104/5795.png b/www/assets/tiles/14/3104/5795.png deleted file mode 100644 index 6cc4017..0000000 Binary files a/www/assets/tiles/14/3104/5795.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5780.png b/www/assets/tiles/14/3105/5780.png deleted file mode 100644 index bc95bb9..0000000 Binary files a/www/assets/tiles/14/3105/5780.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5781.png b/www/assets/tiles/14/3105/5781.png deleted file mode 100644 index 382132c..0000000 Binary files a/www/assets/tiles/14/3105/5781.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5782.png b/www/assets/tiles/14/3105/5782.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/14/3105/5782.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5783.png b/www/assets/tiles/14/3105/5783.png deleted file mode 100644 index 32c0831..0000000 Binary files a/www/assets/tiles/14/3105/5783.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5784.png b/www/assets/tiles/14/3105/5784.png deleted file mode 100644 index a4b87f7..0000000 Binary files a/www/assets/tiles/14/3105/5784.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5785.png b/www/assets/tiles/14/3105/5785.png deleted file mode 100644 index d2d26fa..0000000 Binary files a/www/assets/tiles/14/3105/5785.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5786.png b/www/assets/tiles/14/3105/5786.png deleted file mode 100644 index c15e9b7..0000000 Binary files a/www/assets/tiles/14/3105/5786.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5787.png b/www/assets/tiles/14/3105/5787.png deleted file mode 100644 index cf59160..0000000 Binary files a/www/assets/tiles/14/3105/5787.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5788.png b/www/assets/tiles/14/3105/5788.png deleted file mode 100644 index 9e44362..0000000 Binary files a/www/assets/tiles/14/3105/5788.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5789.png b/www/assets/tiles/14/3105/5789.png deleted file mode 100644 index defe00e..0000000 Binary files a/www/assets/tiles/14/3105/5789.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5790.png b/www/assets/tiles/14/3105/5790.png deleted file mode 100644 index ebbcac6..0000000 Binary files a/www/assets/tiles/14/3105/5790.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5791.png b/www/assets/tiles/14/3105/5791.png deleted file mode 100644 index 1578f9c..0000000 Binary files a/www/assets/tiles/14/3105/5791.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5792.png b/www/assets/tiles/14/3105/5792.png deleted file mode 100644 index 7cc0f4b..0000000 Binary files a/www/assets/tiles/14/3105/5792.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5793.png b/www/assets/tiles/14/3105/5793.png deleted file mode 100644 index aa3f3ab..0000000 Binary files a/www/assets/tiles/14/3105/5793.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5794.png b/www/assets/tiles/14/3105/5794.png deleted file mode 100644 index c5e9696..0000000 Binary files a/www/assets/tiles/14/3105/5794.png and /dev/null differ diff --git a/www/assets/tiles/14/3105/5795.png b/www/assets/tiles/14/3105/5795.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/14/3105/5795.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11560.png b/www/assets/tiles/15/6176/11560.png deleted file mode 100644 index 120b949..0000000 Binary files a/www/assets/tiles/15/6176/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11561.png b/www/assets/tiles/15/6176/11561.png deleted file mode 100644 index 77bd797..0000000 Binary files a/www/assets/tiles/15/6176/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11562.png b/www/assets/tiles/15/6176/11562.png deleted file mode 100644 index 669e8fa..0000000 Binary files a/www/assets/tiles/15/6176/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11563.png b/www/assets/tiles/15/6176/11563.png deleted file mode 100644 index 87a52f2..0000000 Binary files a/www/assets/tiles/15/6176/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11564.png b/www/assets/tiles/15/6176/11564.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6176/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11565.png b/www/assets/tiles/15/6176/11565.png deleted file mode 100644 index ec41b79..0000000 Binary files a/www/assets/tiles/15/6176/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11566.png b/www/assets/tiles/15/6176/11566.png deleted file mode 100644 index 7340683..0000000 Binary files a/www/assets/tiles/15/6176/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11567.png b/www/assets/tiles/15/6176/11567.png deleted file mode 100644 index d6d8f0d..0000000 Binary files a/www/assets/tiles/15/6176/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11568.png b/www/assets/tiles/15/6176/11568.png deleted file mode 100644 index 598e2af..0000000 Binary files a/www/assets/tiles/15/6176/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11569.png b/www/assets/tiles/15/6176/11569.png deleted file mode 100644 index 2343a5e..0000000 Binary files a/www/assets/tiles/15/6176/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11570.png b/www/assets/tiles/15/6176/11570.png deleted file mode 100644 index c9b9629..0000000 Binary files a/www/assets/tiles/15/6176/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11571.png b/www/assets/tiles/15/6176/11571.png deleted file mode 100644 index 03d88eb..0000000 Binary files a/www/assets/tiles/15/6176/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11572.png b/www/assets/tiles/15/6176/11572.png deleted file mode 100644 index 62100ad..0000000 Binary files a/www/assets/tiles/15/6176/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11573.png b/www/assets/tiles/15/6176/11573.png deleted file mode 100644 index 485d420..0000000 Binary files a/www/assets/tiles/15/6176/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11574.png b/www/assets/tiles/15/6176/11574.png deleted file mode 100644 index 89d4f4a..0000000 Binary files a/www/assets/tiles/15/6176/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11575.png b/www/assets/tiles/15/6176/11575.png deleted file mode 100644 index e75719c..0000000 Binary files a/www/assets/tiles/15/6176/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11576.png b/www/assets/tiles/15/6176/11576.png deleted file mode 100644 index f1a06c5..0000000 Binary files a/www/assets/tiles/15/6176/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11577.png b/www/assets/tiles/15/6176/11577.png deleted file mode 100644 index bf0436b..0000000 Binary files a/www/assets/tiles/15/6176/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11578.png b/www/assets/tiles/15/6176/11578.png deleted file mode 100644 index d7efd3e..0000000 Binary files a/www/assets/tiles/15/6176/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11579.png b/www/assets/tiles/15/6176/11579.png deleted file mode 100644 index 22f89c6..0000000 Binary files a/www/assets/tiles/15/6176/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11580.png b/www/assets/tiles/15/6176/11580.png deleted file mode 100644 index 93e0702..0000000 Binary files a/www/assets/tiles/15/6176/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11581.png b/www/assets/tiles/15/6176/11581.png deleted file mode 100644 index c42c114..0000000 Binary files a/www/assets/tiles/15/6176/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11582.png b/www/assets/tiles/15/6176/11582.png deleted file mode 100644 index e03207a..0000000 Binary files a/www/assets/tiles/15/6176/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11583.png b/www/assets/tiles/15/6176/11583.png deleted file mode 100644 index 5abe1b6..0000000 Binary files a/www/assets/tiles/15/6176/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11584.png b/www/assets/tiles/15/6176/11584.png deleted file mode 100644 index f2a2baa..0000000 Binary files a/www/assets/tiles/15/6176/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11585.png b/www/assets/tiles/15/6176/11585.png deleted file mode 100644 index 672bcf0..0000000 Binary files a/www/assets/tiles/15/6176/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11586.png b/www/assets/tiles/15/6176/11586.png deleted file mode 100644 index aae5996..0000000 Binary files a/www/assets/tiles/15/6176/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11587.png b/www/assets/tiles/15/6176/11587.png deleted file mode 100644 index 69c59b9..0000000 Binary files a/www/assets/tiles/15/6176/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11588.png b/www/assets/tiles/15/6176/11588.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6176/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11589.png b/www/assets/tiles/15/6176/11589.png deleted file mode 100644 index a2a1f80..0000000 Binary files a/www/assets/tiles/15/6176/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6176/11590.png b/www/assets/tiles/15/6176/11590.png deleted file mode 100644 index 3a03c88..0000000 Binary files a/www/assets/tiles/15/6176/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11560.png b/www/assets/tiles/15/6177/11560.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6177/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11561.png b/www/assets/tiles/15/6177/11561.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6177/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11562.png b/www/assets/tiles/15/6177/11562.png deleted file mode 100644 index 41025f1..0000000 Binary files a/www/assets/tiles/15/6177/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11563.png b/www/assets/tiles/15/6177/11563.png deleted file mode 100644 index 491cdef..0000000 Binary files a/www/assets/tiles/15/6177/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11564.png b/www/assets/tiles/15/6177/11564.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6177/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11565.png b/www/assets/tiles/15/6177/11565.png deleted file mode 100644 index 6cf46dc..0000000 Binary files a/www/assets/tiles/15/6177/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11566.png b/www/assets/tiles/15/6177/11566.png deleted file mode 100644 index d923147..0000000 Binary files a/www/assets/tiles/15/6177/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11567.png b/www/assets/tiles/15/6177/11567.png deleted file mode 100644 index fecb6e2..0000000 Binary files a/www/assets/tiles/15/6177/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11568.png b/www/assets/tiles/15/6177/11568.png deleted file mode 100644 index 228e952..0000000 Binary files a/www/assets/tiles/15/6177/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11569.png b/www/assets/tiles/15/6177/11569.png deleted file mode 100644 index 51091b3..0000000 Binary files a/www/assets/tiles/15/6177/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11570.png b/www/assets/tiles/15/6177/11570.png deleted file mode 100644 index a52f91c..0000000 Binary files a/www/assets/tiles/15/6177/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11571.png b/www/assets/tiles/15/6177/11571.png deleted file mode 100644 index 38e0255..0000000 Binary files a/www/assets/tiles/15/6177/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11572.png b/www/assets/tiles/15/6177/11572.png deleted file mode 100644 index 37cf7ec..0000000 Binary files a/www/assets/tiles/15/6177/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11573.png b/www/assets/tiles/15/6177/11573.png deleted file mode 100644 index 871e02f..0000000 Binary files a/www/assets/tiles/15/6177/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11574.png b/www/assets/tiles/15/6177/11574.png deleted file mode 100644 index 4687f5e..0000000 Binary files a/www/assets/tiles/15/6177/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11575.png b/www/assets/tiles/15/6177/11575.png deleted file mode 100644 index b07125c..0000000 Binary files a/www/assets/tiles/15/6177/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11576.png b/www/assets/tiles/15/6177/11576.png deleted file mode 100644 index 4990e98..0000000 Binary files a/www/assets/tiles/15/6177/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11577.png b/www/assets/tiles/15/6177/11577.png deleted file mode 100644 index 4364675..0000000 Binary files a/www/assets/tiles/15/6177/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11578.png b/www/assets/tiles/15/6177/11578.png deleted file mode 100644 index 5255e76..0000000 Binary files a/www/assets/tiles/15/6177/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11579.png b/www/assets/tiles/15/6177/11579.png deleted file mode 100644 index d77ed33..0000000 Binary files a/www/assets/tiles/15/6177/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11580.png b/www/assets/tiles/15/6177/11580.png deleted file mode 100644 index 4088889..0000000 Binary files a/www/assets/tiles/15/6177/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11581.png b/www/assets/tiles/15/6177/11581.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6177/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11582.png b/www/assets/tiles/15/6177/11582.png deleted file mode 100644 index 1e74526..0000000 Binary files a/www/assets/tiles/15/6177/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11583.png b/www/assets/tiles/15/6177/11583.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6177/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11584.png b/www/assets/tiles/15/6177/11584.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6177/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11585.png b/www/assets/tiles/15/6177/11585.png deleted file mode 100644 index da29507..0000000 Binary files a/www/assets/tiles/15/6177/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11586.png b/www/assets/tiles/15/6177/11586.png deleted file mode 100644 index 34dc481..0000000 Binary files a/www/assets/tiles/15/6177/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11587.png b/www/assets/tiles/15/6177/11587.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6177/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11588.png b/www/assets/tiles/15/6177/11588.png deleted file mode 100644 index 6bce49d..0000000 Binary files a/www/assets/tiles/15/6177/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11589.png b/www/assets/tiles/15/6177/11589.png deleted file mode 100644 index 0a57084..0000000 Binary files a/www/assets/tiles/15/6177/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6177/11590.png b/www/assets/tiles/15/6177/11590.png deleted file mode 100644 index cbaf535..0000000 Binary files a/www/assets/tiles/15/6177/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11560.png b/www/assets/tiles/15/6178/11560.png deleted file mode 100644 index 69aa9e6..0000000 Binary files a/www/assets/tiles/15/6178/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11561.png b/www/assets/tiles/15/6178/11561.png deleted file mode 100644 index 2e08577..0000000 Binary files a/www/assets/tiles/15/6178/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11562.png b/www/assets/tiles/15/6178/11562.png deleted file mode 100644 index 96b4d4d..0000000 Binary files a/www/assets/tiles/15/6178/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11563.png b/www/assets/tiles/15/6178/11563.png deleted file mode 100644 index a710151..0000000 Binary files a/www/assets/tiles/15/6178/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11564.png b/www/assets/tiles/15/6178/11564.png deleted file mode 100644 index 5272584..0000000 Binary files a/www/assets/tiles/15/6178/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11565.png b/www/assets/tiles/15/6178/11565.png deleted file mode 100644 index f233476..0000000 Binary files a/www/assets/tiles/15/6178/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11566.png b/www/assets/tiles/15/6178/11566.png deleted file mode 100644 index 6bfc509..0000000 Binary files a/www/assets/tiles/15/6178/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11567.png b/www/assets/tiles/15/6178/11567.png deleted file mode 100644 index 2505e55..0000000 Binary files a/www/assets/tiles/15/6178/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11568.png b/www/assets/tiles/15/6178/11568.png deleted file mode 100644 index c6f8bd1..0000000 Binary files a/www/assets/tiles/15/6178/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11569.png b/www/assets/tiles/15/6178/11569.png deleted file mode 100644 index 17e0ccb..0000000 Binary files a/www/assets/tiles/15/6178/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11570.png b/www/assets/tiles/15/6178/11570.png deleted file mode 100644 index 9881acd..0000000 Binary files a/www/assets/tiles/15/6178/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11571.png b/www/assets/tiles/15/6178/11571.png deleted file mode 100644 index dc73640..0000000 Binary files a/www/assets/tiles/15/6178/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11572.png b/www/assets/tiles/15/6178/11572.png deleted file mode 100644 index 674d780..0000000 Binary files a/www/assets/tiles/15/6178/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11573.png b/www/assets/tiles/15/6178/11573.png deleted file mode 100644 index 0c28e16..0000000 Binary files a/www/assets/tiles/15/6178/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11574.png b/www/assets/tiles/15/6178/11574.png deleted file mode 100644 index ceb5971..0000000 Binary files a/www/assets/tiles/15/6178/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11575.png b/www/assets/tiles/15/6178/11575.png deleted file mode 100644 index 5659de3..0000000 Binary files a/www/assets/tiles/15/6178/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11576.png b/www/assets/tiles/15/6178/11576.png deleted file mode 100644 index e8d4938..0000000 Binary files a/www/assets/tiles/15/6178/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11577.png b/www/assets/tiles/15/6178/11577.png deleted file mode 100644 index 9c399a9..0000000 Binary files a/www/assets/tiles/15/6178/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11578.png b/www/assets/tiles/15/6178/11578.png deleted file mode 100644 index d28e892..0000000 Binary files a/www/assets/tiles/15/6178/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11579.png b/www/assets/tiles/15/6178/11579.png deleted file mode 100644 index e204353..0000000 Binary files a/www/assets/tiles/15/6178/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11580.png b/www/assets/tiles/15/6178/11580.png deleted file mode 100644 index 09b0294..0000000 Binary files a/www/assets/tiles/15/6178/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11581.png b/www/assets/tiles/15/6178/11581.png deleted file mode 100644 index 382193a..0000000 Binary files a/www/assets/tiles/15/6178/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11582.png b/www/assets/tiles/15/6178/11582.png deleted file mode 100644 index 737fc07..0000000 Binary files a/www/assets/tiles/15/6178/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11583.png b/www/assets/tiles/15/6178/11583.png deleted file mode 100644 index 80c770d..0000000 Binary files a/www/assets/tiles/15/6178/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11584.png b/www/assets/tiles/15/6178/11584.png deleted file mode 100644 index c96e71b..0000000 Binary files a/www/assets/tiles/15/6178/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11585.png b/www/assets/tiles/15/6178/11585.png deleted file mode 100644 index d6efcc1..0000000 Binary files a/www/assets/tiles/15/6178/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11586.png b/www/assets/tiles/15/6178/11586.png deleted file mode 100644 index 547c847..0000000 Binary files a/www/assets/tiles/15/6178/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11587.png b/www/assets/tiles/15/6178/11587.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6178/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11588.png b/www/assets/tiles/15/6178/11588.png deleted file mode 100644 index 8b0cddd..0000000 Binary files a/www/assets/tiles/15/6178/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11589.png b/www/assets/tiles/15/6178/11589.png deleted file mode 100644 index 8a2bfa3..0000000 Binary files a/www/assets/tiles/15/6178/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6178/11590.png b/www/assets/tiles/15/6178/11590.png deleted file mode 100644 index 2d29dbc..0000000 Binary files a/www/assets/tiles/15/6178/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11560.png b/www/assets/tiles/15/6179/11560.png deleted file mode 100644 index f5450a2..0000000 Binary files a/www/assets/tiles/15/6179/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11561.png b/www/assets/tiles/15/6179/11561.png deleted file mode 100644 index 1495f02..0000000 Binary files a/www/assets/tiles/15/6179/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11562.png b/www/assets/tiles/15/6179/11562.png deleted file mode 100644 index 3bea0ac..0000000 Binary files a/www/assets/tiles/15/6179/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11563.png b/www/assets/tiles/15/6179/11563.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6179/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11564.png b/www/assets/tiles/15/6179/11564.png deleted file mode 100644 index b3657de..0000000 Binary files a/www/assets/tiles/15/6179/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11565.png b/www/assets/tiles/15/6179/11565.png deleted file mode 100644 index f674e1a..0000000 Binary files a/www/assets/tiles/15/6179/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11566.png b/www/assets/tiles/15/6179/11566.png deleted file mode 100644 index 2ca91e7..0000000 Binary files a/www/assets/tiles/15/6179/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11567.png b/www/assets/tiles/15/6179/11567.png deleted file mode 100644 index ede9294..0000000 Binary files a/www/assets/tiles/15/6179/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11568.png b/www/assets/tiles/15/6179/11568.png deleted file mode 100644 index 897c1cf..0000000 Binary files a/www/assets/tiles/15/6179/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11569.png b/www/assets/tiles/15/6179/11569.png deleted file mode 100644 index f139ec5..0000000 Binary files a/www/assets/tiles/15/6179/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11570.png b/www/assets/tiles/15/6179/11570.png deleted file mode 100644 index 8c5750e..0000000 Binary files a/www/assets/tiles/15/6179/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11571.png b/www/assets/tiles/15/6179/11571.png deleted file mode 100644 index f8aaaf4..0000000 Binary files a/www/assets/tiles/15/6179/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11572.png b/www/assets/tiles/15/6179/11572.png deleted file mode 100644 index 1833b4a..0000000 Binary files a/www/assets/tiles/15/6179/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11573.png b/www/assets/tiles/15/6179/11573.png deleted file mode 100644 index 4808516..0000000 Binary files a/www/assets/tiles/15/6179/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11574.png b/www/assets/tiles/15/6179/11574.png deleted file mode 100644 index db0fb22..0000000 Binary files a/www/assets/tiles/15/6179/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11575.png b/www/assets/tiles/15/6179/11575.png deleted file mode 100644 index 33aa769..0000000 Binary files a/www/assets/tiles/15/6179/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11576.png b/www/assets/tiles/15/6179/11576.png deleted file mode 100644 index e8cf699..0000000 Binary files a/www/assets/tiles/15/6179/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11577.png b/www/assets/tiles/15/6179/11577.png deleted file mode 100644 index 680c506..0000000 Binary files a/www/assets/tiles/15/6179/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11578.png b/www/assets/tiles/15/6179/11578.png deleted file mode 100644 index b8bf3f4..0000000 Binary files a/www/assets/tiles/15/6179/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11579.png b/www/assets/tiles/15/6179/11579.png deleted file mode 100644 index 9f1c820..0000000 Binary files a/www/assets/tiles/15/6179/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11580.png b/www/assets/tiles/15/6179/11580.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6179/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11581.png b/www/assets/tiles/15/6179/11581.png deleted file mode 100644 index 75cd2c4..0000000 Binary files a/www/assets/tiles/15/6179/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11582.png b/www/assets/tiles/15/6179/11582.png deleted file mode 100644 index 630de73..0000000 Binary files a/www/assets/tiles/15/6179/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11583.png b/www/assets/tiles/15/6179/11583.png deleted file mode 100644 index 41e0eae..0000000 Binary files a/www/assets/tiles/15/6179/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11584.png b/www/assets/tiles/15/6179/11584.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6179/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11585.png b/www/assets/tiles/15/6179/11585.png deleted file mode 100644 index 5fc13cb..0000000 Binary files a/www/assets/tiles/15/6179/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11586.png b/www/assets/tiles/15/6179/11586.png deleted file mode 100644 index 20b2d8b..0000000 Binary files a/www/assets/tiles/15/6179/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11587.png b/www/assets/tiles/15/6179/11587.png deleted file mode 100644 index a8836fa..0000000 Binary files a/www/assets/tiles/15/6179/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11588.png b/www/assets/tiles/15/6179/11588.png deleted file mode 100644 index 587d119..0000000 Binary files a/www/assets/tiles/15/6179/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11589.png b/www/assets/tiles/15/6179/11589.png deleted file mode 100644 index 4d6871e..0000000 Binary files a/www/assets/tiles/15/6179/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6179/11590.png b/www/assets/tiles/15/6179/11590.png deleted file mode 100644 index f301481..0000000 Binary files a/www/assets/tiles/15/6179/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11560.png b/www/assets/tiles/15/6180/11560.png deleted file mode 100644 index 5c8cf41..0000000 Binary files a/www/assets/tiles/15/6180/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11561.png b/www/assets/tiles/15/6180/11561.png deleted file mode 100644 index ba8d13d..0000000 Binary files a/www/assets/tiles/15/6180/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11562.png b/www/assets/tiles/15/6180/11562.png deleted file mode 100644 index 7a18718..0000000 Binary files a/www/assets/tiles/15/6180/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11563.png b/www/assets/tiles/15/6180/11563.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6180/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11564.png b/www/assets/tiles/15/6180/11564.png deleted file mode 100644 index ed829a1..0000000 Binary files a/www/assets/tiles/15/6180/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11565.png b/www/assets/tiles/15/6180/11565.png deleted file mode 100644 index da4aed8..0000000 Binary files a/www/assets/tiles/15/6180/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11566.png b/www/assets/tiles/15/6180/11566.png deleted file mode 100644 index 9f38edf..0000000 Binary files a/www/assets/tiles/15/6180/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11567.png b/www/assets/tiles/15/6180/11567.png deleted file mode 100644 index 1b25c98..0000000 Binary files a/www/assets/tiles/15/6180/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11568.png b/www/assets/tiles/15/6180/11568.png deleted file mode 100644 index 28d2f12..0000000 Binary files a/www/assets/tiles/15/6180/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11569.png b/www/assets/tiles/15/6180/11569.png deleted file mode 100644 index 1810c3c..0000000 Binary files a/www/assets/tiles/15/6180/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11570.png b/www/assets/tiles/15/6180/11570.png deleted file mode 100644 index 2e4f7e2..0000000 Binary files a/www/assets/tiles/15/6180/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11571.png b/www/assets/tiles/15/6180/11571.png deleted file mode 100644 index 0f7701d..0000000 Binary files a/www/assets/tiles/15/6180/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11572.png b/www/assets/tiles/15/6180/11572.png deleted file mode 100644 index 62706a8..0000000 Binary files a/www/assets/tiles/15/6180/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11573.png b/www/assets/tiles/15/6180/11573.png deleted file mode 100644 index 62e6a95..0000000 Binary files a/www/assets/tiles/15/6180/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11574.png b/www/assets/tiles/15/6180/11574.png deleted file mode 100644 index bd0de36..0000000 Binary files a/www/assets/tiles/15/6180/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11575.png b/www/assets/tiles/15/6180/11575.png deleted file mode 100644 index e82b548..0000000 Binary files a/www/assets/tiles/15/6180/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11576.png b/www/assets/tiles/15/6180/11576.png deleted file mode 100644 index 78b1f19..0000000 Binary files a/www/assets/tiles/15/6180/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11577.png b/www/assets/tiles/15/6180/11577.png deleted file mode 100644 index 9c8103e..0000000 Binary files a/www/assets/tiles/15/6180/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11578.png b/www/assets/tiles/15/6180/11578.png deleted file mode 100644 index ce77e34..0000000 Binary files a/www/assets/tiles/15/6180/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11579.png b/www/assets/tiles/15/6180/11579.png deleted file mode 100644 index 786589a..0000000 Binary files a/www/assets/tiles/15/6180/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11580.png b/www/assets/tiles/15/6180/11580.png deleted file mode 100644 index 23a7a89..0000000 Binary files a/www/assets/tiles/15/6180/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11581.png b/www/assets/tiles/15/6180/11581.png deleted file mode 100644 index f70376d..0000000 Binary files a/www/assets/tiles/15/6180/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11582.png b/www/assets/tiles/15/6180/11582.png deleted file mode 100644 index 3fa0672..0000000 Binary files a/www/assets/tiles/15/6180/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11583.png b/www/assets/tiles/15/6180/11583.png deleted file mode 100644 index 782e14b..0000000 Binary files a/www/assets/tiles/15/6180/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11584.png b/www/assets/tiles/15/6180/11584.png deleted file mode 100644 index 7ed3d2d..0000000 Binary files a/www/assets/tiles/15/6180/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11585.png b/www/assets/tiles/15/6180/11585.png deleted file mode 100644 index 268141c..0000000 Binary files a/www/assets/tiles/15/6180/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11586.png b/www/assets/tiles/15/6180/11586.png deleted file mode 100644 index a93d065..0000000 Binary files a/www/assets/tiles/15/6180/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11587.png b/www/assets/tiles/15/6180/11587.png deleted file mode 100644 index a8ee70d..0000000 Binary files a/www/assets/tiles/15/6180/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11588.png b/www/assets/tiles/15/6180/11588.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6180/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11589.png b/www/assets/tiles/15/6180/11589.png deleted file mode 100644 index 8189dd2..0000000 Binary files a/www/assets/tiles/15/6180/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6180/11590.png b/www/assets/tiles/15/6180/11590.png deleted file mode 100644 index dc9cba0..0000000 Binary files a/www/assets/tiles/15/6180/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11560.png b/www/assets/tiles/15/6181/11560.png deleted file mode 100644 index fea6ea7..0000000 Binary files a/www/assets/tiles/15/6181/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11561.png b/www/assets/tiles/15/6181/11561.png deleted file mode 100644 index 9d91800..0000000 Binary files a/www/assets/tiles/15/6181/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11562.png b/www/assets/tiles/15/6181/11562.png deleted file mode 100644 index 89f982e..0000000 Binary files a/www/assets/tiles/15/6181/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11563.png b/www/assets/tiles/15/6181/11563.png deleted file mode 100644 index 95af6df..0000000 Binary files a/www/assets/tiles/15/6181/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11564.png b/www/assets/tiles/15/6181/11564.png deleted file mode 100644 index 3e75cb0..0000000 Binary files a/www/assets/tiles/15/6181/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11565.png b/www/assets/tiles/15/6181/11565.png deleted file mode 100644 index 2081270..0000000 Binary files a/www/assets/tiles/15/6181/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11566.png b/www/assets/tiles/15/6181/11566.png deleted file mode 100644 index a0b7b71..0000000 Binary files a/www/assets/tiles/15/6181/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11567.png b/www/assets/tiles/15/6181/11567.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/15/6181/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11568.png b/www/assets/tiles/15/6181/11568.png deleted file mode 100644 index 67c080e..0000000 Binary files a/www/assets/tiles/15/6181/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11569.png b/www/assets/tiles/15/6181/11569.png deleted file mode 100644 index 031fec0..0000000 Binary files a/www/assets/tiles/15/6181/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11570.png b/www/assets/tiles/15/6181/11570.png deleted file mode 100644 index e36d60c..0000000 Binary files a/www/assets/tiles/15/6181/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11571.png b/www/assets/tiles/15/6181/11571.png deleted file mode 100644 index 5d5ad81..0000000 Binary files a/www/assets/tiles/15/6181/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11572.png b/www/assets/tiles/15/6181/11572.png deleted file mode 100644 index 5bd2d6d..0000000 Binary files a/www/assets/tiles/15/6181/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11573.png b/www/assets/tiles/15/6181/11573.png deleted file mode 100644 index 757dc00..0000000 Binary files a/www/assets/tiles/15/6181/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11574.png b/www/assets/tiles/15/6181/11574.png deleted file mode 100644 index a0bbee8..0000000 Binary files a/www/assets/tiles/15/6181/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11575.png b/www/assets/tiles/15/6181/11575.png deleted file mode 100644 index ae8c1c0..0000000 Binary files a/www/assets/tiles/15/6181/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11576.png b/www/assets/tiles/15/6181/11576.png deleted file mode 100644 index 1098516..0000000 Binary files a/www/assets/tiles/15/6181/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11577.png b/www/assets/tiles/15/6181/11577.png deleted file mode 100644 index 6342c7a..0000000 Binary files a/www/assets/tiles/15/6181/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11578.png b/www/assets/tiles/15/6181/11578.png deleted file mode 100644 index b9a35a5..0000000 Binary files a/www/assets/tiles/15/6181/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11579.png b/www/assets/tiles/15/6181/11579.png deleted file mode 100644 index 136c46a..0000000 Binary files a/www/assets/tiles/15/6181/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11580.png b/www/assets/tiles/15/6181/11580.png deleted file mode 100644 index 030ba89..0000000 Binary files a/www/assets/tiles/15/6181/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11581.png b/www/assets/tiles/15/6181/11581.png deleted file mode 100644 index c9c0b93..0000000 Binary files a/www/assets/tiles/15/6181/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11582.png b/www/assets/tiles/15/6181/11582.png deleted file mode 100644 index 7d2abe4..0000000 Binary files a/www/assets/tiles/15/6181/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11583.png b/www/assets/tiles/15/6181/11583.png deleted file mode 100644 index 6082a9a..0000000 Binary files a/www/assets/tiles/15/6181/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11584.png b/www/assets/tiles/15/6181/11584.png deleted file mode 100644 index 59be46c..0000000 Binary files a/www/assets/tiles/15/6181/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11585.png b/www/assets/tiles/15/6181/11585.png deleted file mode 100644 index f376248..0000000 Binary files a/www/assets/tiles/15/6181/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11586.png b/www/assets/tiles/15/6181/11586.png deleted file mode 100644 index 40f55a2..0000000 Binary files a/www/assets/tiles/15/6181/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11587.png b/www/assets/tiles/15/6181/11587.png deleted file mode 100644 index 979620e..0000000 Binary files a/www/assets/tiles/15/6181/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11588.png b/www/assets/tiles/15/6181/11588.png deleted file mode 100644 index 3248039..0000000 Binary files a/www/assets/tiles/15/6181/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11589.png b/www/assets/tiles/15/6181/11589.png deleted file mode 100644 index af0bf0b..0000000 Binary files a/www/assets/tiles/15/6181/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6181/11590.png b/www/assets/tiles/15/6181/11590.png deleted file mode 100644 index e88305c..0000000 Binary files a/www/assets/tiles/15/6181/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11560.png b/www/assets/tiles/15/6182/11560.png deleted file mode 100644 index 494873a..0000000 Binary files a/www/assets/tiles/15/6182/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11561.png b/www/assets/tiles/15/6182/11561.png deleted file mode 100644 index 8098711..0000000 Binary files a/www/assets/tiles/15/6182/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11562.png b/www/assets/tiles/15/6182/11562.png deleted file mode 100644 index c7aceea..0000000 Binary files a/www/assets/tiles/15/6182/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11563.png b/www/assets/tiles/15/6182/11563.png deleted file mode 100644 index 33d8242..0000000 Binary files a/www/assets/tiles/15/6182/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11564.png b/www/assets/tiles/15/6182/11564.png deleted file mode 100644 index 4ce9eba..0000000 Binary files a/www/assets/tiles/15/6182/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11565.png b/www/assets/tiles/15/6182/11565.png deleted file mode 100644 index 309624a..0000000 Binary files a/www/assets/tiles/15/6182/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11566.png b/www/assets/tiles/15/6182/11566.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/15/6182/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11567.png b/www/assets/tiles/15/6182/11567.png deleted file mode 100644 index b17eba1..0000000 Binary files a/www/assets/tiles/15/6182/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11568.png b/www/assets/tiles/15/6182/11568.png deleted file mode 100644 index 7f38af9..0000000 Binary files a/www/assets/tiles/15/6182/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11569.png b/www/assets/tiles/15/6182/11569.png deleted file mode 100644 index 8e429e1..0000000 Binary files a/www/assets/tiles/15/6182/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11570.png b/www/assets/tiles/15/6182/11570.png deleted file mode 100644 index 2ad3257..0000000 Binary files a/www/assets/tiles/15/6182/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11571.png b/www/assets/tiles/15/6182/11571.png deleted file mode 100644 index 571eb43..0000000 Binary files a/www/assets/tiles/15/6182/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11572.png b/www/assets/tiles/15/6182/11572.png deleted file mode 100644 index 771707a..0000000 Binary files a/www/assets/tiles/15/6182/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11573.png b/www/assets/tiles/15/6182/11573.png deleted file mode 100644 index edd7a9f..0000000 Binary files a/www/assets/tiles/15/6182/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11574.png b/www/assets/tiles/15/6182/11574.png deleted file mode 100644 index c079cd5..0000000 Binary files a/www/assets/tiles/15/6182/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11575.png b/www/assets/tiles/15/6182/11575.png deleted file mode 100644 index debaa66..0000000 Binary files a/www/assets/tiles/15/6182/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11576.png b/www/assets/tiles/15/6182/11576.png deleted file mode 100644 index 43ccb1b..0000000 Binary files a/www/assets/tiles/15/6182/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11577.png b/www/assets/tiles/15/6182/11577.png deleted file mode 100644 index f0a7488..0000000 Binary files a/www/assets/tiles/15/6182/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11578.png b/www/assets/tiles/15/6182/11578.png deleted file mode 100644 index 18f75cf..0000000 Binary files a/www/assets/tiles/15/6182/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11579.png b/www/assets/tiles/15/6182/11579.png deleted file mode 100644 index 80dbc72..0000000 Binary files a/www/assets/tiles/15/6182/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11580.png b/www/assets/tiles/15/6182/11580.png deleted file mode 100644 index 9483ff4..0000000 Binary files a/www/assets/tiles/15/6182/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11581.png b/www/assets/tiles/15/6182/11581.png deleted file mode 100644 index bf439c4..0000000 Binary files a/www/assets/tiles/15/6182/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11582.png b/www/assets/tiles/15/6182/11582.png deleted file mode 100644 index a283180..0000000 Binary files a/www/assets/tiles/15/6182/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11583.png b/www/assets/tiles/15/6182/11583.png deleted file mode 100644 index 834e112..0000000 Binary files a/www/assets/tiles/15/6182/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11584.png b/www/assets/tiles/15/6182/11584.png deleted file mode 100644 index 4ea9a46..0000000 Binary files a/www/assets/tiles/15/6182/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11585.png b/www/assets/tiles/15/6182/11585.png deleted file mode 100644 index 16cc19f..0000000 Binary files a/www/assets/tiles/15/6182/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11586.png b/www/assets/tiles/15/6182/11586.png deleted file mode 100644 index 577d140..0000000 Binary files a/www/assets/tiles/15/6182/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11587.png b/www/assets/tiles/15/6182/11587.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6182/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11588.png b/www/assets/tiles/15/6182/11588.png deleted file mode 100644 index a90a461..0000000 Binary files a/www/assets/tiles/15/6182/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11589.png b/www/assets/tiles/15/6182/11589.png deleted file mode 100644 index 1720ad7..0000000 Binary files a/www/assets/tiles/15/6182/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6182/11590.png b/www/assets/tiles/15/6182/11590.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6182/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11560.png b/www/assets/tiles/15/6183/11560.png deleted file mode 100644 index 63f6504..0000000 Binary files a/www/assets/tiles/15/6183/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11561.png b/www/assets/tiles/15/6183/11561.png deleted file mode 100644 index 1f81c56..0000000 Binary files a/www/assets/tiles/15/6183/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11562.png b/www/assets/tiles/15/6183/11562.png deleted file mode 100644 index 3b90523..0000000 Binary files a/www/assets/tiles/15/6183/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11563.png b/www/assets/tiles/15/6183/11563.png deleted file mode 100644 index 2a6e49b..0000000 Binary files a/www/assets/tiles/15/6183/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11564.png b/www/assets/tiles/15/6183/11564.png deleted file mode 100644 index b6d9c4b..0000000 Binary files a/www/assets/tiles/15/6183/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11565.png b/www/assets/tiles/15/6183/11565.png deleted file mode 100644 index a2930da..0000000 Binary files a/www/assets/tiles/15/6183/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11566.png b/www/assets/tiles/15/6183/11566.png deleted file mode 100644 index 9eb2aaf..0000000 Binary files a/www/assets/tiles/15/6183/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11567.png b/www/assets/tiles/15/6183/11567.png deleted file mode 100644 index 1600b56..0000000 Binary files a/www/assets/tiles/15/6183/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11568.png b/www/assets/tiles/15/6183/11568.png deleted file mode 100644 index 00fab88..0000000 Binary files a/www/assets/tiles/15/6183/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11569.png b/www/assets/tiles/15/6183/11569.png deleted file mode 100644 index 7adcd46..0000000 Binary files a/www/assets/tiles/15/6183/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11570.png b/www/assets/tiles/15/6183/11570.png deleted file mode 100644 index 6e82d84..0000000 Binary files a/www/assets/tiles/15/6183/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11571.png b/www/assets/tiles/15/6183/11571.png deleted file mode 100644 index c16e420..0000000 Binary files a/www/assets/tiles/15/6183/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11572.png b/www/assets/tiles/15/6183/11572.png deleted file mode 100644 index 3350367..0000000 Binary files a/www/assets/tiles/15/6183/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11573.png b/www/assets/tiles/15/6183/11573.png deleted file mode 100644 index d375938..0000000 Binary files a/www/assets/tiles/15/6183/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11574.png b/www/assets/tiles/15/6183/11574.png deleted file mode 100644 index bf30616..0000000 Binary files a/www/assets/tiles/15/6183/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11575.png b/www/assets/tiles/15/6183/11575.png deleted file mode 100644 index 1bb2fd8..0000000 Binary files a/www/assets/tiles/15/6183/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11576.png b/www/assets/tiles/15/6183/11576.png deleted file mode 100644 index bd7390b..0000000 Binary files a/www/assets/tiles/15/6183/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11577.png b/www/assets/tiles/15/6183/11577.png deleted file mode 100644 index 4db7439..0000000 Binary files a/www/assets/tiles/15/6183/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11578.png b/www/assets/tiles/15/6183/11578.png deleted file mode 100644 index 065597d..0000000 Binary files a/www/assets/tiles/15/6183/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11579.png b/www/assets/tiles/15/6183/11579.png deleted file mode 100644 index e6ff769..0000000 Binary files a/www/assets/tiles/15/6183/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11580.png b/www/assets/tiles/15/6183/11580.png deleted file mode 100644 index 10c7c67..0000000 Binary files a/www/assets/tiles/15/6183/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11581.png b/www/assets/tiles/15/6183/11581.png deleted file mode 100644 index 7759f5f..0000000 Binary files a/www/assets/tiles/15/6183/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11582.png b/www/assets/tiles/15/6183/11582.png deleted file mode 100644 index 20a3e4d..0000000 Binary files a/www/assets/tiles/15/6183/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11583.png b/www/assets/tiles/15/6183/11583.png deleted file mode 100644 index d79044b..0000000 Binary files a/www/assets/tiles/15/6183/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11584.png b/www/assets/tiles/15/6183/11584.png deleted file mode 100644 index c44c36a..0000000 Binary files a/www/assets/tiles/15/6183/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11585.png b/www/assets/tiles/15/6183/11585.png deleted file mode 100644 index be5c4f3..0000000 Binary files a/www/assets/tiles/15/6183/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11586.png b/www/assets/tiles/15/6183/11586.png deleted file mode 100644 index b569706..0000000 Binary files a/www/assets/tiles/15/6183/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11587.png b/www/assets/tiles/15/6183/11587.png deleted file mode 100644 index 989e604..0000000 Binary files a/www/assets/tiles/15/6183/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11588.png b/www/assets/tiles/15/6183/11588.png deleted file mode 100644 index 2984ce9..0000000 Binary files a/www/assets/tiles/15/6183/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11589.png b/www/assets/tiles/15/6183/11589.png deleted file mode 100644 index 1dd61c7..0000000 Binary files a/www/assets/tiles/15/6183/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6183/11590.png b/www/assets/tiles/15/6183/11590.png deleted file mode 100644 index 6b0cbb7..0000000 Binary files a/www/assets/tiles/15/6183/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11560.png b/www/assets/tiles/15/6184/11560.png deleted file mode 100644 index 7b5d0ea..0000000 Binary files a/www/assets/tiles/15/6184/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11561.png b/www/assets/tiles/15/6184/11561.png deleted file mode 100644 index f26193d..0000000 Binary files a/www/assets/tiles/15/6184/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11562.png b/www/assets/tiles/15/6184/11562.png deleted file mode 100644 index e9d91f6..0000000 Binary files a/www/assets/tiles/15/6184/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11563.png b/www/assets/tiles/15/6184/11563.png deleted file mode 100644 index 490dbfd..0000000 Binary files a/www/assets/tiles/15/6184/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11564.png b/www/assets/tiles/15/6184/11564.png deleted file mode 100644 index 6130027..0000000 Binary files a/www/assets/tiles/15/6184/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11565.png b/www/assets/tiles/15/6184/11565.png deleted file mode 100644 index 2f96eb5..0000000 Binary files a/www/assets/tiles/15/6184/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11566.png b/www/assets/tiles/15/6184/11566.png deleted file mode 100644 index 8b744ae..0000000 Binary files a/www/assets/tiles/15/6184/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11567.png b/www/assets/tiles/15/6184/11567.png deleted file mode 100644 index 3d8a0c2..0000000 Binary files a/www/assets/tiles/15/6184/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11568.png b/www/assets/tiles/15/6184/11568.png deleted file mode 100644 index 8d3a7a6..0000000 Binary files a/www/assets/tiles/15/6184/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11569.png b/www/assets/tiles/15/6184/11569.png deleted file mode 100644 index 60c074e..0000000 Binary files a/www/assets/tiles/15/6184/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11570.png b/www/assets/tiles/15/6184/11570.png deleted file mode 100644 index 0d2d36a..0000000 Binary files a/www/assets/tiles/15/6184/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11571.png b/www/assets/tiles/15/6184/11571.png deleted file mode 100644 index 0324ae6..0000000 Binary files a/www/assets/tiles/15/6184/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11572.png b/www/assets/tiles/15/6184/11572.png deleted file mode 100644 index 5b669c6..0000000 Binary files a/www/assets/tiles/15/6184/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11573.png b/www/assets/tiles/15/6184/11573.png deleted file mode 100644 index ac7da777a..0000000 Binary files a/www/assets/tiles/15/6184/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11574.png b/www/assets/tiles/15/6184/11574.png deleted file mode 100644 index 1e2c3bb..0000000 Binary files a/www/assets/tiles/15/6184/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11575.png b/www/assets/tiles/15/6184/11575.png deleted file mode 100644 index c1ff14a..0000000 Binary files a/www/assets/tiles/15/6184/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11576.png b/www/assets/tiles/15/6184/11576.png deleted file mode 100644 index c7cc622..0000000 Binary files a/www/assets/tiles/15/6184/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11577.png b/www/assets/tiles/15/6184/11577.png deleted file mode 100644 index eec682b..0000000 Binary files a/www/assets/tiles/15/6184/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11578.png b/www/assets/tiles/15/6184/11578.png deleted file mode 100644 index d1dcae3..0000000 Binary files a/www/assets/tiles/15/6184/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11579.png b/www/assets/tiles/15/6184/11579.png deleted file mode 100644 index 74cccce..0000000 Binary files a/www/assets/tiles/15/6184/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11580.png b/www/assets/tiles/15/6184/11580.png deleted file mode 100644 index 87f454e..0000000 Binary files a/www/assets/tiles/15/6184/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11581.png b/www/assets/tiles/15/6184/11581.png deleted file mode 100644 index 676e3ff..0000000 Binary files a/www/assets/tiles/15/6184/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11582.png b/www/assets/tiles/15/6184/11582.png deleted file mode 100644 index d34f35d..0000000 Binary files a/www/assets/tiles/15/6184/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11583.png b/www/assets/tiles/15/6184/11583.png deleted file mode 100644 index e57a102..0000000 Binary files a/www/assets/tiles/15/6184/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11584.png b/www/assets/tiles/15/6184/11584.png deleted file mode 100644 index ac1ce45..0000000 Binary files a/www/assets/tiles/15/6184/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11585.png b/www/assets/tiles/15/6184/11585.png deleted file mode 100644 index 555dc8a..0000000 Binary files a/www/assets/tiles/15/6184/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11586.png b/www/assets/tiles/15/6184/11586.png deleted file mode 100644 index c5c3105..0000000 Binary files a/www/assets/tiles/15/6184/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11587.png b/www/assets/tiles/15/6184/11587.png deleted file mode 100644 index 17bc5e8..0000000 Binary files a/www/assets/tiles/15/6184/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11588.png b/www/assets/tiles/15/6184/11588.png deleted file mode 100644 index 1244c29..0000000 Binary files a/www/assets/tiles/15/6184/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11589.png b/www/assets/tiles/15/6184/11589.png deleted file mode 100644 index b0c25c5..0000000 Binary files a/www/assets/tiles/15/6184/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6184/11590.png b/www/assets/tiles/15/6184/11590.png deleted file mode 100644 index 0815235..0000000 Binary files a/www/assets/tiles/15/6184/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11560.png b/www/assets/tiles/15/6185/11560.png deleted file mode 100644 index 5128bc1..0000000 Binary files a/www/assets/tiles/15/6185/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11561.png b/www/assets/tiles/15/6185/11561.png deleted file mode 100644 index edcc11d..0000000 Binary files a/www/assets/tiles/15/6185/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11562.png b/www/assets/tiles/15/6185/11562.png deleted file mode 100644 index a30de03..0000000 Binary files a/www/assets/tiles/15/6185/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11563.png b/www/assets/tiles/15/6185/11563.png deleted file mode 100644 index 425b25a..0000000 Binary files a/www/assets/tiles/15/6185/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11564.png b/www/assets/tiles/15/6185/11564.png deleted file mode 100644 index 01a2c96..0000000 Binary files a/www/assets/tiles/15/6185/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11565.png b/www/assets/tiles/15/6185/11565.png deleted file mode 100644 index dc14e81..0000000 Binary files a/www/assets/tiles/15/6185/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11566.png b/www/assets/tiles/15/6185/11566.png deleted file mode 100644 index cace234..0000000 Binary files a/www/assets/tiles/15/6185/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11567.png b/www/assets/tiles/15/6185/11567.png deleted file mode 100644 index d3db9ee..0000000 Binary files a/www/assets/tiles/15/6185/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11568.png b/www/assets/tiles/15/6185/11568.png deleted file mode 100644 index 4d108b2..0000000 Binary files a/www/assets/tiles/15/6185/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11569.png b/www/assets/tiles/15/6185/11569.png deleted file mode 100644 index 3598eac..0000000 Binary files a/www/assets/tiles/15/6185/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11570.png b/www/assets/tiles/15/6185/11570.png deleted file mode 100644 index 1a5ba1f..0000000 Binary files a/www/assets/tiles/15/6185/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11571.png b/www/assets/tiles/15/6185/11571.png deleted file mode 100644 index 645368c..0000000 Binary files a/www/assets/tiles/15/6185/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11572.png b/www/assets/tiles/15/6185/11572.png deleted file mode 100644 index 7256f94..0000000 Binary files a/www/assets/tiles/15/6185/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11573.png b/www/assets/tiles/15/6185/11573.png deleted file mode 100644 index e230a08..0000000 Binary files a/www/assets/tiles/15/6185/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11574.png b/www/assets/tiles/15/6185/11574.png deleted file mode 100644 index c612115..0000000 Binary files a/www/assets/tiles/15/6185/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11575.png b/www/assets/tiles/15/6185/11575.png deleted file mode 100644 index 5db2607..0000000 Binary files a/www/assets/tiles/15/6185/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11576.png b/www/assets/tiles/15/6185/11576.png deleted file mode 100644 index 0033fd5..0000000 Binary files a/www/assets/tiles/15/6185/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11577.png b/www/assets/tiles/15/6185/11577.png deleted file mode 100644 index 2bab7cf..0000000 Binary files a/www/assets/tiles/15/6185/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11578.png b/www/assets/tiles/15/6185/11578.png deleted file mode 100644 index 4d9a5e4..0000000 Binary files a/www/assets/tiles/15/6185/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11579.png b/www/assets/tiles/15/6185/11579.png deleted file mode 100644 index 2079d0d..0000000 Binary files a/www/assets/tiles/15/6185/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11580.png b/www/assets/tiles/15/6185/11580.png deleted file mode 100644 index 347200b..0000000 Binary files a/www/assets/tiles/15/6185/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11581.png b/www/assets/tiles/15/6185/11581.png deleted file mode 100644 index 7c9d8b2..0000000 Binary files a/www/assets/tiles/15/6185/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11582.png b/www/assets/tiles/15/6185/11582.png deleted file mode 100644 index 742eddd..0000000 Binary files a/www/assets/tiles/15/6185/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11583.png b/www/assets/tiles/15/6185/11583.png deleted file mode 100644 index 4cfeb72..0000000 Binary files a/www/assets/tiles/15/6185/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11584.png b/www/assets/tiles/15/6185/11584.png deleted file mode 100644 index 80a6ed9..0000000 Binary files a/www/assets/tiles/15/6185/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11585.png b/www/assets/tiles/15/6185/11585.png deleted file mode 100644 index 92fc9be..0000000 Binary files a/www/assets/tiles/15/6185/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11586.png b/www/assets/tiles/15/6185/11586.png deleted file mode 100644 index 174b047..0000000 Binary files a/www/assets/tiles/15/6185/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11587.png b/www/assets/tiles/15/6185/11587.png deleted file mode 100644 index de38c63..0000000 Binary files a/www/assets/tiles/15/6185/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11588.png b/www/assets/tiles/15/6185/11588.png deleted file mode 100644 index b8410c5..0000000 Binary files a/www/assets/tiles/15/6185/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11589.png b/www/assets/tiles/15/6185/11589.png deleted file mode 100644 index 455fb97..0000000 Binary files a/www/assets/tiles/15/6185/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6185/11590.png b/www/assets/tiles/15/6185/11590.png deleted file mode 100644 index f7d7815..0000000 Binary files a/www/assets/tiles/15/6185/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11560.png b/www/assets/tiles/15/6186/11560.png deleted file mode 100644 index 41e7c5c..0000000 Binary files a/www/assets/tiles/15/6186/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11561.png b/www/assets/tiles/15/6186/11561.png deleted file mode 100644 index 0ebc096..0000000 Binary files a/www/assets/tiles/15/6186/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11562.png b/www/assets/tiles/15/6186/11562.png deleted file mode 100644 index dc92995..0000000 Binary files a/www/assets/tiles/15/6186/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11563.png b/www/assets/tiles/15/6186/11563.png deleted file mode 100644 index c7bd096..0000000 Binary files a/www/assets/tiles/15/6186/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11564.png b/www/assets/tiles/15/6186/11564.png deleted file mode 100644 index 43d7350..0000000 Binary files a/www/assets/tiles/15/6186/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11565.png b/www/assets/tiles/15/6186/11565.png deleted file mode 100644 index 76d5b71..0000000 Binary files a/www/assets/tiles/15/6186/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11566.png b/www/assets/tiles/15/6186/11566.png deleted file mode 100644 index e2b79b6..0000000 Binary files a/www/assets/tiles/15/6186/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11567.png b/www/assets/tiles/15/6186/11567.png deleted file mode 100644 index b79c5b2..0000000 Binary files a/www/assets/tiles/15/6186/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11568.png b/www/assets/tiles/15/6186/11568.png deleted file mode 100644 index eb27908..0000000 Binary files a/www/assets/tiles/15/6186/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11569.png b/www/assets/tiles/15/6186/11569.png deleted file mode 100644 index 2f215e6..0000000 Binary files a/www/assets/tiles/15/6186/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11570.png b/www/assets/tiles/15/6186/11570.png deleted file mode 100644 index d9a3cfa..0000000 Binary files a/www/assets/tiles/15/6186/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11571.png b/www/assets/tiles/15/6186/11571.png deleted file mode 100644 index 0fe5091..0000000 Binary files a/www/assets/tiles/15/6186/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11572.png b/www/assets/tiles/15/6186/11572.png deleted file mode 100644 index bacd461..0000000 Binary files a/www/assets/tiles/15/6186/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11573.png b/www/assets/tiles/15/6186/11573.png deleted file mode 100644 index a2c63e6..0000000 Binary files a/www/assets/tiles/15/6186/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11574.png b/www/assets/tiles/15/6186/11574.png deleted file mode 100644 index 178e7b0..0000000 Binary files a/www/assets/tiles/15/6186/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11575.png b/www/assets/tiles/15/6186/11575.png deleted file mode 100644 index f8db2e6..0000000 Binary files a/www/assets/tiles/15/6186/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11576.png b/www/assets/tiles/15/6186/11576.png deleted file mode 100644 index cf0caaa..0000000 Binary files a/www/assets/tiles/15/6186/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11577.png b/www/assets/tiles/15/6186/11577.png deleted file mode 100644 index 9c9106c..0000000 Binary files a/www/assets/tiles/15/6186/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11578.png b/www/assets/tiles/15/6186/11578.png deleted file mode 100644 index 1b3f25d..0000000 Binary files a/www/assets/tiles/15/6186/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11579.png b/www/assets/tiles/15/6186/11579.png deleted file mode 100644 index 35459a4..0000000 Binary files a/www/assets/tiles/15/6186/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11580.png b/www/assets/tiles/15/6186/11580.png deleted file mode 100644 index 3772135..0000000 Binary files a/www/assets/tiles/15/6186/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11581.png b/www/assets/tiles/15/6186/11581.png deleted file mode 100644 index 58aae66..0000000 Binary files a/www/assets/tiles/15/6186/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11582.png b/www/assets/tiles/15/6186/11582.png deleted file mode 100644 index e1b6cbf..0000000 Binary files a/www/assets/tiles/15/6186/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11583.png b/www/assets/tiles/15/6186/11583.png deleted file mode 100644 index 85ac6b0..0000000 Binary files a/www/assets/tiles/15/6186/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11584.png b/www/assets/tiles/15/6186/11584.png deleted file mode 100644 index 548506e..0000000 Binary files a/www/assets/tiles/15/6186/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11585.png b/www/assets/tiles/15/6186/11585.png deleted file mode 100644 index 163f6ea..0000000 Binary files a/www/assets/tiles/15/6186/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11586.png b/www/assets/tiles/15/6186/11586.png deleted file mode 100644 index ac4f48e..0000000 Binary files a/www/assets/tiles/15/6186/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11587.png b/www/assets/tiles/15/6186/11587.png deleted file mode 100644 index 80c938a..0000000 Binary files a/www/assets/tiles/15/6186/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11588.png b/www/assets/tiles/15/6186/11588.png deleted file mode 100644 index 01aa685..0000000 Binary files a/www/assets/tiles/15/6186/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11589.png b/www/assets/tiles/15/6186/11589.png deleted file mode 100644 index a8a6b45..0000000 Binary files a/www/assets/tiles/15/6186/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6186/11590.png b/www/assets/tiles/15/6186/11590.png deleted file mode 100644 index b7ecbdd..0000000 Binary files a/www/assets/tiles/15/6186/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11560.png b/www/assets/tiles/15/6187/11560.png deleted file mode 100644 index 2659d93..0000000 Binary files a/www/assets/tiles/15/6187/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11561.png b/www/assets/tiles/15/6187/11561.png deleted file mode 100644 index eb12208..0000000 Binary files a/www/assets/tiles/15/6187/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11562.png b/www/assets/tiles/15/6187/11562.png deleted file mode 100644 index 3f2ea62..0000000 Binary files a/www/assets/tiles/15/6187/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11563.png b/www/assets/tiles/15/6187/11563.png deleted file mode 100644 index 4e5c67f..0000000 Binary files a/www/assets/tiles/15/6187/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11564.png b/www/assets/tiles/15/6187/11564.png deleted file mode 100644 index c881d3d..0000000 Binary files a/www/assets/tiles/15/6187/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11565.png b/www/assets/tiles/15/6187/11565.png deleted file mode 100644 index 2e0bcfb..0000000 Binary files a/www/assets/tiles/15/6187/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11566.png b/www/assets/tiles/15/6187/11566.png deleted file mode 100644 index 09e7b31..0000000 Binary files a/www/assets/tiles/15/6187/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11567.png b/www/assets/tiles/15/6187/11567.png deleted file mode 100644 index 4d09ed7..0000000 Binary files a/www/assets/tiles/15/6187/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11568.png b/www/assets/tiles/15/6187/11568.png deleted file mode 100644 index 06de358..0000000 Binary files a/www/assets/tiles/15/6187/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11569.png b/www/assets/tiles/15/6187/11569.png deleted file mode 100644 index 64b41a3..0000000 Binary files a/www/assets/tiles/15/6187/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11570.png b/www/assets/tiles/15/6187/11570.png deleted file mode 100644 index 27428d0..0000000 Binary files a/www/assets/tiles/15/6187/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11571.png b/www/assets/tiles/15/6187/11571.png deleted file mode 100644 index 7e1bd94..0000000 Binary files a/www/assets/tiles/15/6187/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11572.png b/www/assets/tiles/15/6187/11572.png deleted file mode 100644 index 1032c90..0000000 Binary files a/www/assets/tiles/15/6187/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11573.png b/www/assets/tiles/15/6187/11573.png deleted file mode 100644 index 4176f53..0000000 Binary files a/www/assets/tiles/15/6187/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11574.png b/www/assets/tiles/15/6187/11574.png deleted file mode 100644 index 39f245a..0000000 Binary files a/www/assets/tiles/15/6187/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11575.png b/www/assets/tiles/15/6187/11575.png deleted file mode 100644 index 24b74bd..0000000 Binary files a/www/assets/tiles/15/6187/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11576.png b/www/assets/tiles/15/6187/11576.png deleted file mode 100644 index c18edc3..0000000 Binary files a/www/assets/tiles/15/6187/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11577.png b/www/assets/tiles/15/6187/11577.png deleted file mode 100644 index f37e8c0..0000000 Binary files a/www/assets/tiles/15/6187/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11578.png b/www/assets/tiles/15/6187/11578.png deleted file mode 100644 index d47b2a0..0000000 Binary files a/www/assets/tiles/15/6187/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11579.png b/www/assets/tiles/15/6187/11579.png deleted file mode 100644 index 01e7b2a..0000000 Binary files a/www/assets/tiles/15/6187/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11580.png b/www/assets/tiles/15/6187/11580.png deleted file mode 100644 index c7a0a17..0000000 Binary files a/www/assets/tiles/15/6187/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11581.png b/www/assets/tiles/15/6187/11581.png deleted file mode 100644 index 7fa613a..0000000 Binary files a/www/assets/tiles/15/6187/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11582.png b/www/assets/tiles/15/6187/11582.png deleted file mode 100644 index 69f2055..0000000 Binary files a/www/assets/tiles/15/6187/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11583.png b/www/assets/tiles/15/6187/11583.png deleted file mode 100644 index 0e753ed..0000000 Binary files a/www/assets/tiles/15/6187/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11584.png b/www/assets/tiles/15/6187/11584.png deleted file mode 100644 index e915a0c..0000000 Binary files a/www/assets/tiles/15/6187/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11585.png b/www/assets/tiles/15/6187/11585.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6187/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11586.png b/www/assets/tiles/15/6187/11586.png deleted file mode 100644 index 3b2d582..0000000 Binary files a/www/assets/tiles/15/6187/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11587.png b/www/assets/tiles/15/6187/11587.png deleted file mode 100644 index c583791..0000000 Binary files a/www/assets/tiles/15/6187/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11588.png b/www/assets/tiles/15/6187/11588.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/15/6187/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11589.png b/www/assets/tiles/15/6187/11589.png deleted file mode 100644 index 5cdf505..0000000 Binary files a/www/assets/tiles/15/6187/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6187/11590.png b/www/assets/tiles/15/6187/11590.png deleted file mode 100644 index f07699e..0000000 Binary files a/www/assets/tiles/15/6187/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11560.png b/www/assets/tiles/15/6188/11560.png deleted file mode 100644 index 31f6d9d..0000000 Binary files a/www/assets/tiles/15/6188/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11561.png b/www/assets/tiles/15/6188/11561.png deleted file mode 100644 index bcb2b9a..0000000 Binary files a/www/assets/tiles/15/6188/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11562.png b/www/assets/tiles/15/6188/11562.png deleted file mode 100644 index 87eecbf..0000000 Binary files a/www/assets/tiles/15/6188/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11563.png b/www/assets/tiles/15/6188/11563.png deleted file mode 100644 index f93bc05..0000000 Binary files a/www/assets/tiles/15/6188/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11564.png b/www/assets/tiles/15/6188/11564.png deleted file mode 100644 index 7f2aad9..0000000 Binary files a/www/assets/tiles/15/6188/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11565.png b/www/assets/tiles/15/6188/11565.png deleted file mode 100644 index 4711c59..0000000 Binary files a/www/assets/tiles/15/6188/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11566.png b/www/assets/tiles/15/6188/11566.png deleted file mode 100644 index 70677ad..0000000 Binary files a/www/assets/tiles/15/6188/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11567.png b/www/assets/tiles/15/6188/11567.png deleted file mode 100644 index be8018d..0000000 Binary files a/www/assets/tiles/15/6188/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11568.png b/www/assets/tiles/15/6188/11568.png deleted file mode 100644 index 1be5d84..0000000 Binary files a/www/assets/tiles/15/6188/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11569.png b/www/assets/tiles/15/6188/11569.png deleted file mode 100644 index 347436a..0000000 Binary files a/www/assets/tiles/15/6188/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11570.png b/www/assets/tiles/15/6188/11570.png deleted file mode 100644 index 5603c81..0000000 Binary files a/www/assets/tiles/15/6188/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11571.png b/www/assets/tiles/15/6188/11571.png deleted file mode 100644 index 0c616af..0000000 Binary files a/www/assets/tiles/15/6188/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11572.png b/www/assets/tiles/15/6188/11572.png deleted file mode 100644 index 633d2e3..0000000 Binary files a/www/assets/tiles/15/6188/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11573.png b/www/assets/tiles/15/6188/11573.png deleted file mode 100644 index 5ba525d..0000000 Binary files a/www/assets/tiles/15/6188/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11574.png b/www/assets/tiles/15/6188/11574.png deleted file mode 100644 index 036113a..0000000 Binary files a/www/assets/tiles/15/6188/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11575.png b/www/assets/tiles/15/6188/11575.png deleted file mode 100644 index b37da9a..0000000 Binary files a/www/assets/tiles/15/6188/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11576.png b/www/assets/tiles/15/6188/11576.png deleted file mode 100644 index fe884ce..0000000 Binary files a/www/assets/tiles/15/6188/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11577.png b/www/assets/tiles/15/6188/11577.png deleted file mode 100644 index dbc6671..0000000 Binary files a/www/assets/tiles/15/6188/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11578.png b/www/assets/tiles/15/6188/11578.png deleted file mode 100644 index bf41c16..0000000 Binary files a/www/assets/tiles/15/6188/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11579.png b/www/assets/tiles/15/6188/11579.png deleted file mode 100644 index a77756c..0000000 Binary files a/www/assets/tiles/15/6188/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11580.png b/www/assets/tiles/15/6188/11580.png deleted file mode 100644 index 112d440..0000000 Binary files a/www/assets/tiles/15/6188/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11581.png b/www/assets/tiles/15/6188/11581.png deleted file mode 100644 index b72e344..0000000 Binary files a/www/assets/tiles/15/6188/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11582.png b/www/assets/tiles/15/6188/11582.png deleted file mode 100644 index f20503d..0000000 Binary files a/www/assets/tiles/15/6188/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11583.png b/www/assets/tiles/15/6188/11583.png deleted file mode 100644 index d942b9f..0000000 Binary files a/www/assets/tiles/15/6188/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11584.png b/www/assets/tiles/15/6188/11584.png deleted file mode 100644 index e417f3f..0000000 Binary files a/www/assets/tiles/15/6188/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11585.png b/www/assets/tiles/15/6188/11585.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6188/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11586.png b/www/assets/tiles/15/6188/11586.png deleted file mode 100644 index d66ad78..0000000 Binary files a/www/assets/tiles/15/6188/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11587.png b/www/assets/tiles/15/6188/11587.png deleted file mode 100644 index 79c7c37..0000000 Binary files a/www/assets/tiles/15/6188/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11588.png b/www/assets/tiles/15/6188/11588.png deleted file mode 100644 index 68e8d03..0000000 Binary files a/www/assets/tiles/15/6188/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11589.png b/www/assets/tiles/15/6188/11589.png deleted file mode 100644 index 1de148e..0000000 Binary files a/www/assets/tiles/15/6188/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6188/11590.png b/www/assets/tiles/15/6188/11590.png deleted file mode 100644 index 79f0b4d..0000000 Binary files a/www/assets/tiles/15/6188/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11560.png b/www/assets/tiles/15/6189/11560.png deleted file mode 100644 index 0134792..0000000 Binary files a/www/assets/tiles/15/6189/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11561.png b/www/assets/tiles/15/6189/11561.png deleted file mode 100644 index 41942b4..0000000 Binary files a/www/assets/tiles/15/6189/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11562.png b/www/assets/tiles/15/6189/11562.png deleted file mode 100644 index 24014e0..0000000 Binary files a/www/assets/tiles/15/6189/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11563.png b/www/assets/tiles/15/6189/11563.png deleted file mode 100644 index 383ec6f..0000000 Binary files a/www/assets/tiles/15/6189/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11564.png b/www/assets/tiles/15/6189/11564.png deleted file mode 100644 index 959b3ce..0000000 Binary files a/www/assets/tiles/15/6189/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11565.png b/www/assets/tiles/15/6189/11565.png deleted file mode 100644 index f3affaa..0000000 Binary files a/www/assets/tiles/15/6189/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11566.png b/www/assets/tiles/15/6189/11566.png deleted file mode 100644 index cc80689..0000000 Binary files a/www/assets/tiles/15/6189/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11567.png b/www/assets/tiles/15/6189/11567.png deleted file mode 100644 index 50e2aae..0000000 Binary files a/www/assets/tiles/15/6189/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11568.png b/www/assets/tiles/15/6189/11568.png deleted file mode 100644 index ad22c7a..0000000 Binary files a/www/assets/tiles/15/6189/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11569.png b/www/assets/tiles/15/6189/11569.png deleted file mode 100644 index c46ed71..0000000 Binary files a/www/assets/tiles/15/6189/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11570.png b/www/assets/tiles/15/6189/11570.png deleted file mode 100644 index 75cc961..0000000 Binary files a/www/assets/tiles/15/6189/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11571.png b/www/assets/tiles/15/6189/11571.png deleted file mode 100644 index b6ccff2..0000000 Binary files a/www/assets/tiles/15/6189/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11572.png b/www/assets/tiles/15/6189/11572.png deleted file mode 100644 index 78f3db0..0000000 Binary files a/www/assets/tiles/15/6189/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11573.png b/www/assets/tiles/15/6189/11573.png deleted file mode 100644 index 9a0aafd..0000000 Binary files a/www/assets/tiles/15/6189/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11574.png b/www/assets/tiles/15/6189/11574.png deleted file mode 100644 index 04f674f..0000000 Binary files a/www/assets/tiles/15/6189/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11575.png b/www/assets/tiles/15/6189/11575.png deleted file mode 100644 index 00c85db..0000000 Binary files a/www/assets/tiles/15/6189/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11576.png b/www/assets/tiles/15/6189/11576.png deleted file mode 100644 index 776b99f..0000000 Binary files a/www/assets/tiles/15/6189/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11577.png b/www/assets/tiles/15/6189/11577.png deleted file mode 100644 index 64034dc..0000000 Binary files a/www/assets/tiles/15/6189/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11578.png b/www/assets/tiles/15/6189/11578.png deleted file mode 100644 index 9b97927..0000000 Binary files a/www/assets/tiles/15/6189/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11579.png b/www/assets/tiles/15/6189/11579.png deleted file mode 100644 index fe9a60c..0000000 Binary files a/www/assets/tiles/15/6189/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11580.png b/www/assets/tiles/15/6189/11580.png deleted file mode 100644 index 80dc157..0000000 Binary files a/www/assets/tiles/15/6189/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11581.png b/www/assets/tiles/15/6189/11581.png deleted file mode 100644 index 5a721eb..0000000 Binary files a/www/assets/tiles/15/6189/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11582.png b/www/assets/tiles/15/6189/11582.png deleted file mode 100644 index 7a0a1aa..0000000 Binary files a/www/assets/tiles/15/6189/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11583.png b/www/assets/tiles/15/6189/11583.png deleted file mode 100644 index 3cecfac..0000000 Binary files a/www/assets/tiles/15/6189/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11584.png b/www/assets/tiles/15/6189/11584.png deleted file mode 100644 index bd4d81e..0000000 Binary files a/www/assets/tiles/15/6189/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11585.png b/www/assets/tiles/15/6189/11585.png deleted file mode 100644 index 32bb1f0..0000000 Binary files a/www/assets/tiles/15/6189/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11586.png b/www/assets/tiles/15/6189/11586.png deleted file mode 100644 index 3a5aab2..0000000 Binary files a/www/assets/tiles/15/6189/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11587.png b/www/assets/tiles/15/6189/11587.png deleted file mode 100644 index a8ac970..0000000 Binary files a/www/assets/tiles/15/6189/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11588.png b/www/assets/tiles/15/6189/11588.png deleted file mode 100644 index 68fb6ca..0000000 Binary files a/www/assets/tiles/15/6189/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11589.png b/www/assets/tiles/15/6189/11589.png deleted file mode 100644 index daee527..0000000 Binary files a/www/assets/tiles/15/6189/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6189/11590.png b/www/assets/tiles/15/6189/11590.png deleted file mode 100644 index b8d10a1..0000000 Binary files a/www/assets/tiles/15/6189/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11560.png b/www/assets/tiles/15/6190/11560.png deleted file mode 100644 index e7579e6..0000000 Binary files a/www/assets/tiles/15/6190/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11561.png b/www/assets/tiles/15/6190/11561.png deleted file mode 100644 index 1141e04..0000000 Binary files a/www/assets/tiles/15/6190/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11562.png b/www/assets/tiles/15/6190/11562.png deleted file mode 100644 index b6da474..0000000 Binary files a/www/assets/tiles/15/6190/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11563.png b/www/assets/tiles/15/6190/11563.png deleted file mode 100644 index 28d0fde..0000000 Binary files a/www/assets/tiles/15/6190/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11564.png b/www/assets/tiles/15/6190/11564.png deleted file mode 100644 index 98df42e..0000000 Binary files a/www/assets/tiles/15/6190/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11565.png b/www/assets/tiles/15/6190/11565.png deleted file mode 100644 index fbcc99c..0000000 Binary files a/www/assets/tiles/15/6190/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11566.png b/www/assets/tiles/15/6190/11566.png deleted file mode 100644 index bf265fd..0000000 Binary files a/www/assets/tiles/15/6190/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11567.png b/www/assets/tiles/15/6190/11567.png deleted file mode 100644 index 0d36fb1..0000000 Binary files a/www/assets/tiles/15/6190/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11568.png b/www/assets/tiles/15/6190/11568.png deleted file mode 100644 index de3bfbd..0000000 Binary files a/www/assets/tiles/15/6190/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11569.png b/www/assets/tiles/15/6190/11569.png deleted file mode 100644 index 5a02def..0000000 Binary files a/www/assets/tiles/15/6190/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11570.png b/www/assets/tiles/15/6190/11570.png deleted file mode 100644 index ea25784..0000000 Binary files a/www/assets/tiles/15/6190/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11571.png b/www/assets/tiles/15/6190/11571.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6190/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11572.png b/www/assets/tiles/15/6190/11572.png deleted file mode 100644 index 73fe33c..0000000 Binary files a/www/assets/tiles/15/6190/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11573.png b/www/assets/tiles/15/6190/11573.png deleted file mode 100644 index 79c1f0c..0000000 Binary files a/www/assets/tiles/15/6190/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11574.png b/www/assets/tiles/15/6190/11574.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6190/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11575.png b/www/assets/tiles/15/6190/11575.png deleted file mode 100644 index fbd5a77..0000000 Binary files a/www/assets/tiles/15/6190/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11576.png b/www/assets/tiles/15/6190/11576.png deleted file mode 100644 index 01409db..0000000 Binary files a/www/assets/tiles/15/6190/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11577.png b/www/assets/tiles/15/6190/11577.png deleted file mode 100644 index 2e3d3fb..0000000 Binary files a/www/assets/tiles/15/6190/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11578.png b/www/assets/tiles/15/6190/11578.png deleted file mode 100644 index 0a6fc9c..0000000 Binary files a/www/assets/tiles/15/6190/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11579.png b/www/assets/tiles/15/6190/11579.png deleted file mode 100644 index 50c100d..0000000 Binary files a/www/assets/tiles/15/6190/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11580.png b/www/assets/tiles/15/6190/11580.png deleted file mode 100644 index 7764b59..0000000 Binary files a/www/assets/tiles/15/6190/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11581.png b/www/assets/tiles/15/6190/11581.png deleted file mode 100644 index 4cbb097..0000000 Binary files a/www/assets/tiles/15/6190/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11582.png b/www/assets/tiles/15/6190/11582.png deleted file mode 100644 index 4ca263b..0000000 Binary files a/www/assets/tiles/15/6190/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11583.png b/www/assets/tiles/15/6190/11583.png deleted file mode 100644 index 4da5c52..0000000 Binary files a/www/assets/tiles/15/6190/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11584.png b/www/assets/tiles/15/6190/11584.png deleted file mode 100644 index b8c2908..0000000 Binary files a/www/assets/tiles/15/6190/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11585.png b/www/assets/tiles/15/6190/11585.png deleted file mode 100644 index b0284a6..0000000 Binary files a/www/assets/tiles/15/6190/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11586.png b/www/assets/tiles/15/6190/11586.png deleted file mode 100644 index 7bfcf8d..0000000 Binary files a/www/assets/tiles/15/6190/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11587.png b/www/assets/tiles/15/6190/11587.png deleted file mode 100644 index fcba06b..0000000 Binary files a/www/assets/tiles/15/6190/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11588.png b/www/assets/tiles/15/6190/11588.png deleted file mode 100644 index b543363..0000000 Binary files a/www/assets/tiles/15/6190/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11589.png b/www/assets/tiles/15/6190/11589.png deleted file mode 100644 index d75cd2e..0000000 Binary files a/www/assets/tiles/15/6190/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6190/11590.png b/www/assets/tiles/15/6190/11590.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6190/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11560.png b/www/assets/tiles/15/6191/11560.png deleted file mode 100644 index b5feffb..0000000 Binary files a/www/assets/tiles/15/6191/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11561.png b/www/assets/tiles/15/6191/11561.png deleted file mode 100644 index 60c9c79..0000000 Binary files a/www/assets/tiles/15/6191/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11562.png b/www/assets/tiles/15/6191/11562.png deleted file mode 100644 index 018390c..0000000 Binary files a/www/assets/tiles/15/6191/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11563.png b/www/assets/tiles/15/6191/11563.png deleted file mode 100644 index ed9df24..0000000 Binary files a/www/assets/tiles/15/6191/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11564.png b/www/assets/tiles/15/6191/11564.png deleted file mode 100644 index d7bb882..0000000 Binary files a/www/assets/tiles/15/6191/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11565.png b/www/assets/tiles/15/6191/11565.png deleted file mode 100644 index a7aab9d..0000000 Binary files a/www/assets/tiles/15/6191/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11566.png b/www/assets/tiles/15/6191/11566.png deleted file mode 100644 index 5b59e00..0000000 Binary files a/www/assets/tiles/15/6191/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11567.png b/www/assets/tiles/15/6191/11567.png deleted file mode 100644 index 7e1d7fb..0000000 Binary files a/www/assets/tiles/15/6191/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11568.png b/www/assets/tiles/15/6191/11568.png deleted file mode 100644 index 55b025e..0000000 Binary files a/www/assets/tiles/15/6191/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11569.png b/www/assets/tiles/15/6191/11569.png deleted file mode 100644 index da51863..0000000 Binary files a/www/assets/tiles/15/6191/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11570.png b/www/assets/tiles/15/6191/11570.png deleted file mode 100644 index 71bfb94..0000000 Binary files a/www/assets/tiles/15/6191/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11571.png b/www/assets/tiles/15/6191/11571.png deleted file mode 100644 index 87c1250..0000000 Binary files a/www/assets/tiles/15/6191/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11572.png b/www/assets/tiles/15/6191/11572.png deleted file mode 100644 index 165f9e1..0000000 Binary files a/www/assets/tiles/15/6191/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11573.png b/www/assets/tiles/15/6191/11573.png deleted file mode 100644 index 600a17d..0000000 Binary files a/www/assets/tiles/15/6191/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11574.png b/www/assets/tiles/15/6191/11574.png deleted file mode 100644 index 43c156a..0000000 Binary files a/www/assets/tiles/15/6191/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11575.png b/www/assets/tiles/15/6191/11575.png deleted file mode 100644 index a28d85b..0000000 Binary files a/www/assets/tiles/15/6191/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11576.png b/www/assets/tiles/15/6191/11576.png deleted file mode 100644 index 9f5b9ca..0000000 Binary files a/www/assets/tiles/15/6191/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11577.png b/www/assets/tiles/15/6191/11577.png deleted file mode 100644 index eaa539c..0000000 Binary files a/www/assets/tiles/15/6191/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11578.png b/www/assets/tiles/15/6191/11578.png deleted file mode 100644 index 8561490..0000000 Binary files a/www/assets/tiles/15/6191/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11579.png b/www/assets/tiles/15/6191/11579.png deleted file mode 100644 index 9c00939..0000000 Binary files a/www/assets/tiles/15/6191/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11580.png b/www/assets/tiles/15/6191/11580.png deleted file mode 100644 index 463e480..0000000 Binary files a/www/assets/tiles/15/6191/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11581.png b/www/assets/tiles/15/6191/11581.png deleted file mode 100644 index 33657c6..0000000 Binary files a/www/assets/tiles/15/6191/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11582.png b/www/assets/tiles/15/6191/11582.png deleted file mode 100644 index 0f32b60..0000000 Binary files a/www/assets/tiles/15/6191/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11583.png b/www/assets/tiles/15/6191/11583.png deleted file mode 100644 index 35833b0..0000000 Binary files a/www/assets/tiles/15/6191/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11584.png b/www/assets/tiles/15/6191/11584.png deleted file mode 100644 index acdbbe5..0000000 Binary files a/www/assets/tiles/15/6191/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11585.png b/www/assets/tiles/15/6191/11585.png deleted file mode 100644 index c9bfaa5..0000000 Binary files a/www/assets/tiles/15/6191/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11586.png b/www/assets/tiles/15/6191/11586.png deleted file mode 100644 index be839ab..0000000 Binary files a/www/assets/tiles/15/6191/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11587.png b/www/assets/tiles/15/6191/11587.png deleted file mode 100644 index 4606199..0000000 Binary files a/www/assets/tiles/15/6191/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11588.png b/www/assets/tiles/15/6191/11588.png deleted file mode 100644 index 7a35cba..0000000 Binary files a/www/assets/tiles/15/6191/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11589.png b/www/assets/tiles/15/6191/11589.png deleted file mode 100644 index 39b22dd..0000000 Binary files a/www/assets/tiles/15/6191/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6191/11590.png b/www/assets/tiles/15/6191/11590.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6191/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11560.png b/www/assets/tiles/15/6192/11560.png deleted file mode 100644 index 5441c3c..0000000 Binary files a/www/assets/tiles/15/6192/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11561.png b/www/assets/tiles/15/6192/11561.png deleted file mode 100644 index ba29f17..0000000 Binary files a/www/assets/tiles/15/6192/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11562.png b/www/assets/tiles/15/6192/11562.png deleted file mode 100644 index 7dd4564..0000000 Binary files a/www/assets/tiles/15/6192/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11563.png b/www/assets/tiles/15/6192/11563.png deleted file mode 100644 index d5c6e50..0000000 Binary files a/www/assets/tiles/15/6192/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11564.png b/www/assets/tiles/15/6192/11564.png deleted file mode 100644 index 77f7fb2..0000000 Binary files a/www/assets/tiles/15/6192/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11565.png b/www/assets/tiles/15/6192/11565.png deleted file mode 100644 index cf82104..0000000 Binary files a/www/assets/tiles/15/6192/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11566.png b/www/assets/tiles/15/6192/11566.png deleted file mode 100644 index e5c4859..0000000 Binary files a/www/assets/tiles/15/6192/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11567.png b/www/assets/tiles/15/6192/11567.png deleted file mode 100644 index f3766c5..0000000 Binary files a/www/assets/tiles/15/6192/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11568.png b/www/assets/tiles/15/6192/11568.png deleted file mode 100644 index 117de22..0000000 Binary files a/www/assets/tiles/15/6192/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11569.png b/www/assets/tiles/15/6192/11569.png deleted file mode 100644 index 2c8afba..0000000 Binary files a/www/assets/tiles/15/6192/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11570.png b/www/assets/tiles/15/6192/11570.png deleted file mode 100644 index cec5c7b..0000000 Binary files a/www/assets/tiles/15/6192/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11571.png b/www/assets/tiles/15/6192/11571.png deleted file mode 100644 index 52a826f..0000000 Binary files a/www/assets/tiles/15/6192/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11572.png b/www/assets/tiles/15/6192/11572.png deleted file mode 100644 index 54473b6..0000000 Binary files a/www/assets/tiles/15/6192/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11573.png b/www/assets/tiles/15/6192/11573.png deleted file mode 100644 index 33c6e22..0000000 Binary files a/www/assets/tiles/15/6192/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11574.png b/www/assets/tiles/15/6192/11574.png deleted file mode 100644 index a0d9744..0000000 Binary files a/www/assets/tiles/15/6192/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11575.png b/www/assets/tiles/15/6192/11575.png deleted file mode 100644 index bcc0a92..0000000 Binary files a/www/assets/tiles/15/6192/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11576.png b/www/assets/tiles/15/6192/11576.png deleted file mode 100644 index 3d01394..0000000 Binary files a/www/assets/tiles/15/6192/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11577.png b/www/assets/tiles/15/6192/11577.png deleted file mode 100644 index bf545aa..0000000 Binary files a/www/assets/tiles/15/6192/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11578.png b/www/assets/tiles/15/6192/11578.png deleted file mode 100644 index 19cfe8d..0000000 Binary files a/www/assets/tiles/15/6192/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11579.png b/www/assets/tiles/15/6192/11579.png deleted file mode 100644 index b21f0d4..0000000 Binary files a/www/assets/tiles/15/6192/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11580.png b/www/assets/tiles/15/6192/11580.png deleted file mode 100644 index 331d4db..0000000 Binary files a/www/assets/tiles/15/6192/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11581.png b/www/assets/tiles/15/6192/11581.png deleted file mode 100644 index 07c43b0..0000000 Binary files a/www/assets/tiles/15/6192/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11582.png b/www/assets/tiles/15/6192/11582.png deleted file mode 100644 index d13300e..0000000 Binary files a/www/assets/tiles/15/6192/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11583.png b/www/assets/tiles/15/6192/11583.png deleted file mode 100644 index 21af4ac..0000000 Binary files a/www/assets/tiles/15/6192/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11584.png b/www/assets/tiles/15/6192/11584.png deleted file mode 100644 index 8d3f88a..0000000 Binary files a/www/assets/tiles/15/6192/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11585.png b/www/assets/tiles/15/6192/11585.png deleted file mode 100644 index 63f7305..0000000 Binary files a/www/assets/tiles/15/6192/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11586.png b/www/assets/tiles/15/6192/11586.png deleted file mode 100644 index 7b1e4b8..0000000 Binary files a/www/assets/tiles/15/6192/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11587.png b/www/assets/tiles/15/6192/11587.png deleted file mode 100644 index 9794a18..0000000 Binary files a/www/assets/tiles/15/6192/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11588.png b/www/assets/tiles/15/6192/11588.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6192/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11589.png b/www/assets/tiles/15/6192/11589.png deleted file mode 100644 index 84fe614..0000000 Binary files a/www/assets/tiles/15/6192/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6192/11590.png b/www/assets/tiles/15/6192/11590.png deleted file mode 100644 index f173bb9..0000000 Binary files a/www/assets/tiles/15/6192/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11560.png b/www/assets/tiles/15/6193/11560.png deleted file mode 100644 index ab456a1..0000000 Binary files a/www/assets/tiles/15/6193/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11561.png b/www/assets/tiles/15/6193/11561.png deleted file mode 100644 index 78ae8c9..0000000 Binary files a/www/assets/tiles/15/6193/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11562.png b/www/assets/tiles/15/6193/11562.png deleted file mode 100644 index f04a8fd..0000000 Binary files a/www/assets/tiles/15/6193/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11563.png b/www/assets/tiles/15/6193/11563.png deleted file mode 100644 index 5d41ad5..0000000 Binary files a/www/assets/tiles/15/6193/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11564.png b/www/assets/tiles/15/6193/11564.png deleted file mode 100644 index 886783d..0000000 Binary files a/www/assets/tiles/15/6193/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11565.png b/www/assets/tiles/15/6193/11565.png deleted file mode 100644 index 5388a57..0000000 Binary files a/www/assets/tiles/15/6193/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11566.png b/www/assets/tiles/15/6193/11566.png deleted file mode 100644 index 338cdf8..0000000 Binary files a/www/assets/tiles/15/6193/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11567.png b/www/assets/tiles/15/6193/11567.png deleted file mode 100644 index a6797f2..0000000 Binary files a/www/assets/tiles/15/6193/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11568.png b/www/assets/tiles/15/6193/11568.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6193/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11569.png b/www/assets/tiles/15/6193/11569.png deleted file mode 100644 index 73b9b37..0000000 Binary files a/www/assets/tiles/15/6193/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11570.png b/www/assets/tiles/15/6193/11570.png deleted file mode 100644 index 4284b9d..0000000 Binary files a/www/assets/tiles/15/6193/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11571.png b/www/assets/tiles/15/6193/11571.png deleted file mode 100644 index 87c6e01..0000000 Binary files a/www/assets/tiles/15/6193/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11572.png b/www/assets/tiles/15/6193/11572.png deleted file mode 100644 index 5565350..0000000 Binary files a/www/assets/tiles/15/6193/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11573.png b/www/assets/tiles/15/6193/11573.png deleted file mode 100644 index b04ffe2..0000000 Binary files a/www/assets/tiles/15/6193/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11574.png b/www/assets/tiles/15/6193/11574.png deleted file mode 100644 index e3f3ae7..0000000 Binary files a/www/assets/tiles/15/6193/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11575.png b/www/assets/tiles/15/6193/11575.png deleted file mode 100644 index 52084a5..0000000 Binary files a/www/assets/tiles/15/6193/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11576.png b/www/assets/tiles/15/6193/11576.png deleted file mode 100644 index 8538ae0..0000000 Binary files a/www/assets/tiles/15/6193/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11577.png b/www/assets/tiles/15/6193/11577.png deleted file mode 100644 index 5a1d933..0000000 Binary files a/www/assets/tiles/15/6193/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11578.png b/www/assets/tiles/15/6193/11578.png deleted file mode 100644 index 8a04628..0000000 Binary files a/www/assets/tiles/15/6193/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11579.png b/www/assets/tiles/15/6193/11579.png deleted file mode 100644 index 96414b7..0000000 Binary files a/www/assets/tiles/15/6193/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11580.png b/www/assets/tiles/15/6193/11580.png deleted file mode 100644 index 21046dd..0000000 Binary files a/www/assets/tiles/15/6193/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11581.png b/www/assets/tiles/15/6193/11581.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6193/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11582.png b/www/assets/tiles/15/6193/11582.png deleted file mode 100644 index a90b032..0000000 Binary files a/www/assets/tiles/15/6193/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11583.png b/www/assets/tiles/15/6193/11583.png deleted file mode 100644 index 2553edc..0000000 Binary files a/www/assets/tiles/15/6193/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11584.png b/www/assets/tiles/15/6193/11584.png deleted file mode 100644 index 67aa955..0000000 Binary files a/www/assets/tiles/15/6193/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11585.png b/www/assets/tiles/15/6193/11585.png deleted file mode 100644 index a22d001..0000000 Binary files a/www/assets/tiles/15/6193/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11586.png b/www/assets/tiles/15/6193/11586.png deleted file mode 100644 index 84b591d..0000000 Binary files a/www/assets/tiles/15/6193/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11587.png b/www/assets/tiles/15/6193/11587.png deleted file mode 100644 index 0762082..0000000 Binary files a/www/assets/tiles/15/6193/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11588.png b/www/assets/tiles/15/6193/11588.png deleted file mode 100644 index 94fc7dd..0000000 Binary files a/www/assets/tiles/15/6193/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11589.png b/www/assets/tiles/15/6193/11589.png deleted file mode 100644 index e6ab045..0000000 Binary files a/www/assets/tiles/15/6193/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6193/11590.png b/www/assets/tiles/15/6193/11590.png deleted file mode 100644 index 012d25b..0000000 Binary files a/www/assets/tiles/15/6193/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11560.png b/www/assets/tiles/15/6194/11560.png deleted file mode 100644 index ec100b5..0000000 Binary files a/www/assets/tiles/15/6194/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11561.png b/www/assets/tiles/15/6194/11561.png deleted file mode 100644 index 38526c7..0000000 Binary files a/www/assets/tiles/15/6194/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11562.png b/www/assets/tiles/15/6194/11562.png deleted file mode 100644 index 4b68d05..0000000 Binary files a/www/assets/tiles/15/6194/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11563.png b/www/assets/tiles/15/6194/11563.png deleted file mode 100644 index ac46047..0000000 Binary files a/www/assets/tiles/15/6194/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11564.png b/www/assets/tiles/15/6194/11564.png deleted file mode 100644 index 9dd953a..0000000 Binary files a/www/assets/tiles/15/6194/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11565.png b/www/assets/tiles/15/6194/11565.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/15/6194/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11566.png b/www/assets/tiles/15/6194/11566.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/15/6194/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11567.png b/www/assets/tiles/15/6194/11567.png deleted file mode 100644 index f701184..0000000 Binary files a/www/assets/tiles/15/6194/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11568.png b/www/assets/tiles/15/6194/11568.png deleted file mode 100644 index cd8bd0f..0000000 Binary files a/www/assets/tiles/15/6194/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11569.png b/www/assets/tiles/15/6194/11569.png deleted file mode 100644 index 0dfd5b9..0000000 Binary files a/www/assets/tiles/15/6194/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11570.png b/www/assets/tiles/15/6194/11570.png deleted file mode 100644 index 5c2eb5d..0000000 Binary files a/www/assets/tiles/15/6194/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11571.png b/www/assets/tiles/15/6194/11571.png deleted file mode 100644 index 90fc2a6..0000000 Binary files a/www/assets/tiles/15/6194/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11572.png b/www/assets/tiles/15/6194/11572.png deleted file mode 100644 index 45577ff..0000000 Binary files a/www/assets/tiles/15/6194/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11573.png b/www/assets/tiles/15/6194/11573.png deleted file mode 100644 index b08da11..0000000 Binary files a/www/assets/tiles/15/6194/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11574.png b/www/assets/tiles/15/6194/11574.png deleted file mode 100644 index 1a84b36..0000000 Binary files a/www/assets/tiles/15/6194/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11575.png b/www/assets/tiles/15/6194/11575.png deleted file mode 100644 index f81fc1b..0000000 Binary files a/www/assets/tiles/15/6194/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11576.png b/www/assets/tiles/15/6194/11576.png deleted file mode 100644 index 738b51a..0000000 Binary files a/www/assets/tiles/15/6194/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11577.png b/www/assets/tiles/15/6194/11577.png deleted file mode 100644 index 2ce35f4..0000000 Binary files a/www/assets/tiles/15/6194/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11578.png b/www/assets/tiles/15/6194/11578.png deleted file mode 100644 index 7422108..0000000 Binary files a/www/assets/tiles/15/6194/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11579.png b/www/assets/tiles/15/6194/11579.png deleted file mode 100644 index 8adef87..0000000 Binary files a/www/assets/tiles/15/6194/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11580.png b/www/assets/tiles/15/6194/11580.png deleted file mode 100644 index 8688e6f..0000000 Binary files a/www/assets/tiles/15/6194/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11581.png b/www/assets/tiles/15/6194/11581.png deleted file mode 100644 index 7694af1..0000000 Binary files a/www/assets/tiles/15/6194/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11582.png b/www/assets/tiles/15/6194/11582.png deleted file mode 100644 index eaeae6b..0000000 Binary files a/www/assets/tiles/15/6194/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11583.png b/www/assets/tiles/15/6194/11583.png deleted file mode 100644 index 733ae3d..0000000 Binary files a/www/assets/tiles/15/6194/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11584.png b/www/assets/tiles/15/6194/11584.png deleted file mode 100644 index e7da508..0000000 Binary files a/www/assets/tiles/15/6194/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11585.png b/www/assets/tiles/15/6194/11585.png deleted file mode 100644 index d14d3a1..0000000 Binary files a/www/assets/tiles/15/6194/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11586.png b/www/assets/tiles/15/6194/11586.png deleted file mode 100644 index b9faec0..0000000 Binary files a/www/assets/tiles/15/6194/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11587.png b/www/assets/tiles/15/6194/11587.png deleted file mode 100644 index 431c66a..0000000 Binary files a/www/assets/tiles/15/6194/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11588.png b/www/assets/tiles/15/6194/11588.png deleted file mode 100644 index 9663720..0000000 Binary files a/www/assets/tiles/15/6194/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11589.png b/www/assets/tiles/15/6194/11589.png deleted file mode 100644 index 2000927..0000000 Binary files a/www/assets/tiles/15/6194/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6194/11590.png b/www/assets/tiles/15/6194/11590.png deleted file mode 100644 index f15fa63..0000000 Binary files a/www/assets/tiles/15/6194/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11560.png b/www/assets/tiles/15/6195/11560.png deleted file mode 100644 index 7bd0ce9..0000000 Binary files a/www/assets/tiles/15/6195/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11561.png b/www/assets/tiles/15/6195/11561.png deleted file mode 100644 index 033b07a..0000000 Binary files a/www/assets/tiles/15/6195/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11562.png b/www/assets/tiles/15/6195/11562.png deleted file mode 100644 index f819361..0000000 Binary files a/www/assets/tiles/15/6195/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11563.png b/www/assets/tiles/15/6195/11563.png deleted file mode 100644 index f21ba43..0000000 Binary files a/www/assets/tiles/15/6195/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11564.png b/www/assets/tiles/15/6195/11564.png deleted file mode 100644 index ecc4a83..0000000 Binary files a/www/assets/tiles/15/6195/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11565.png b/www/assets/tiles/15/6195/11565.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/15/6195/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11566.png b/www/assets/tiles/15/6195/11566.png deleted file mode 100644 index 8b7186f..0000000 Binary files a/www/assets/tiles/15/6195/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11567.png b/www/assets/tiles/15/6195/11567.png deleted file mode 100644 index b7a56fa..0000000 Binary files a/www/assets/tiles/15/6195/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11568.png b/www/assets/tiles/15/6195/11568.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6195/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11569.png b/www/assets/tiles/15/6195/11569.png deleted file mode 100644 index 5406981..0000000 Binary files a/www/assets/tiles/15/6195/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11570.png b/www/assets/tiles/15/6195/11570.png deleted file mode 100644 index f2b9730..0000000 Binary files a/www/assets/tiles/15/6195/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11571.png b/www/assets/tiles/15/6195/11571.png deleted file mode 100644 index a960a6a..0000000 Binary files a/www/assets/tiles/15/6195/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11572.png b/www/assets/tiles/15/6195/11572.png deleted file mode 100644 index 2d12760..0000000 Binary files a/www/assets/tiles/15/6195/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11573.png b/www/assets/tiles/15/6195/11573.png deleted file mode 100644 index 527879c..0000000 Binary files a/www/assets/tiles/15/6195/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11574.png b/www/assets/tiles/15/6195/11574.png deleted file mode 100644 index 4c711e1..0000000 Binary files a/www/assets/tiles/15/6195/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11575.png b/www/assets/tiles/15/6195/11575.png deleted file mode 100644 index 0dc3be8..0000000 Binary files a/www/assets/tiles/15/6195/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11576.png b/www/assets/tiles/15/6195/11576.png deleted file mode 100644 index 631c8f4..0000000 Binary files a/www/assets/tiles/15/6195/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11577.png b/www/assets/tiles/15/6195/11577.png deleted file mode 100644 index fd91837..0000000 Binary files a/www/assets/tiles/15/6195/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11578.png b/www/assets/tiles/15/6195/11578.png deleted file mode 100644 index a5214dd..0000000 Binary files a/www/assets/tiles/15/6195/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11579.png b/www/assets/tiles/15/6195/11579.png deleted file mode 100644 index 7bab4d2..0000000 Binary files a/www/assets/tiles/15/6195/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11580.png b/www/assets/tiles/15/6195/11580.png deleted file mode 100644 index 39288e4..0000000 Binary files a/www/assets/tiles/15/6195/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11581.png b/www/assets/tiles/15/6195/11581.png deleted file mode 100644 index f866438..0000000 Binary files a/www/assets/tiles/15/6195/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11582.png b/www/assets/tiles/15/6195/11582.png deleted file mode 100644 index 408b6eb..0000000 Binary files a/www/assets/tiles/15/6195/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11583.png b/www/assets/tiles/15/6195/11583.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6195/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11584.png b/www/assets/tiles/15/6195/11584.png deleted file mode 100644 index 404458f..0000000 Binary files a/www/assets/tiles/15/6195/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11585.png b/www/assets/tiles/15/6195/11585.png deleted file mode 100644 index c3f08ad..0000000 Binary files a/www/assets/tiles/15/6195/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11586.png b/www/assets/tiles/15/6195/11586.png deleted file mode 100644 index 36d89be..0000000 Binary files a/www/assets/tiles/15/6195/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11587.png b/www/assets/tiles/15/6195/11587.png deleted file mode 100644 index 25f37b7..0000000 Binary files a/www/assets/tiles/15/6195/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11588.png b/www/assets/tiles/15/6195/11588.png deleted file mode 100644 index cedd186..0000000 Binary files a/www/assets/tiles/15/6195/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11589.png b/www/assets/tiles/15/6195/11589.png deleted file mode 100644 index 2ffe5aa..0000000 Binary files a/www/assets/tiles/15/6195/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6195/11590.png b/www/assets/tiles/15/6195/11590.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6195/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11560.png b/www/assets/tiles/15/6196/11560.png deleted file mode 100644 index d9fc0e1..0000000 Binary files a/www/assets/tiles/15/6196/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11561.png b/www/assets/tiles/15/6196/11561.png deleted file mode 100644 index 1cde65d..0000000 Binary files a/www/assets/tiles/15/6196/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11562.png b/www/assets/tiles/15/6196/11562.png deleted file mode 100644 index f9bde2a..0000000 Binary files a/www/assets/tiles/15/6196/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11563.png b/www/assets/tiles/15/6196/11563.png deleted file mode 100644 index 533d372..0000000 Binary files a/www/assets/tiles/15/6196/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11564.png b/www/assets/tiles/15/6196/11564.png deleted file mode 100644 index 794dc0a..0000000 Binary files a/www/assets/tiles/15/6196/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11565.png b/www/assets/tiles/15/6196/11565.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/15/6196/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11566.png b/www/assets/tiles/15/6196/11566.png deleted file mode 100644 index fe679f1..0000000 Binary files a/www/assets/tiles/15/6196/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11567.png b/www/assets/tiles/15/6196/11567.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6196/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11568.png b/www/assets/tiles/15/6196/11568.png deleted file mode 100644 index 1e0bb96..0000000 Binary files a/www/assets/tiles/15/6196/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11569.png b/www/assets/tiles/15/6196/11569.png deleted file mode 100644 index 55be4b4..0000000 Binary files a/www/assets/tiles/15/6196/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11570.png b/www/assets/tiles/15/6196/11570.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6196/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11571.png b/www/assets/tiles/15/6196/11571.png deleted file mode 100644 index 3151db8..0000000 Binary files a/www/assets/tiles/15/6196/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11572.png b/www/assets/tiles/15/6196/11572.png deleted file mode 100644 index a911ef5..0000000 Binary files a/www/assets/tiles/15/6196/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11573.png b/www/assets/tiles/15/6196/11573.png deleted file mode 100644 index 2be23dc..0000000 Binary files a/www/assets/tiles/15/6196/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11574.png b/www/assets/tiles/15/6196/11574.png deleted file mode 100644 index eb0c090..0000000 Binary files a/www/assets/tiles/15/6196/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11575.png b/www/assets/tiles/15/6196/11575.png deleted file mode 100644 index 9f52598..0000000 Binary files a/www/assets/tiles/15/6196/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11576.png b/www/assets/tiles/15/6196/11576.png deleted file mode 100644 index aaf2f42..0000000 Binary files a/www/assets/tiles/15/6196/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11577.png b/www/assets/tiles/15/6196/11577.png deleted file mode 100644 index 960801a..0000000 Binary files a/www/assets/tiles/15/6196/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11578.png b/www/assets/tiles/15/6196/11578.png deleted file mode 100644 index 7479366..0000000 Binary files a/www/assets/tiles/15/6196/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11579.png b/www/assets/tiles/15/6196/11579.png deleted file mode 100644 index 059ef1f..0000000 Binary files a/www/assets/tiles/15/6196/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11580.png b/www/assets/tiles/15/6196/11580.png deleted file mode 100644 index 901d65e..0000000 Binary files a/www/assets/tiles/15/6196/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11581.png b/www/assets/tiles/15/6196/11581.png deleted file mode 100644 index 0456216..0000000 Binary files a/www/assets/tiles/15/6196/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11582.png b/www/assets/tiles/15/6196/11582.png deleted file mode 100644 index dcaf18d..0000000 Binary files a/www/assets/tiles/15/6196/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11583.png b/www/assets/tiles/15/6196/11583.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6196/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11584.png b/www/assets/tiles/15/6196/11584.png deleted file mode 100644 index 3bfec30..0000000 Binary files a/www/assets/tiles/15/6196/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11585.png b/www/assets/tiles/15/6196/11585.png deleted file mode 100644 index 755df68..0000000 Binary files a/www/assets/tiles/15/6196/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11586.png b/www/assets/tiles/15/6196/11586.png deleted file mode 100644 index a8cc329..0000000 Binary files a/www/assets/tiles/15/6196/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11587.png b/www/assets/tiles/15/6196/11587.png deleted file mode 100644 index bf1426c..0000000 Binary files a/www/assets/tiles/15/6196/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11588.png b/www/assets/tiles/15/6196/11588.png deleted file mode 100644 index bc2c576..0000000 Binary files a/www/assets/tiles/15/6196/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11589.png b/www/assets/tiles/15/6196/11589.png deleted file mode 100644 index aea19e9..0000000 Binary files a/www/assets/tiles/15/6196/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6196/11590.png b/www/assets/tiles/15/6196/11590.png deleted file mode 100644 index af5f8a5..0000000 Binary files a/www/assets/tiles/15/6196/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11560.png b/www/assets/tiles/15/6197/11560.png deleted file mode 100644 index 356f418..0000000 Binary files a/www/assets/tiles/15/6197/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11561.png b/www/assets/tiles/15/6197/11561.png deleted file mode 100644 index 3de7048..0000000 Binary files a/www/assets/tiles/15/6197/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11562.png b/www/assets/tiles/15/6197/11562.png deleted file mode 100644 index 47fa4f9..0000000 Binary files a/www/assets/tiles/15/6197/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11563.png b/www/assets/tiles/15/6197/11563.png deleted file mode 100644 index c43a175..0000000 Binary files a/www/assets/tiles/15/6197/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11564.png b/www/assets/tiles/15/6197/11564.png deleted file mode 100644 index e27bfe2..0000000 Binary files a/www/assets/tiles/15/6197/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11565.png b/www/assets/tiles/15/6197/11565.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/15/6197/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11566.png b/www/assets/tiles/15/6197/11566.png deleted file mode 100644 index 9c37e76..0000000 Binary files a/www/assets/tiles/15/6197/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11567.png b/www/assets/tiles/15/6197/11567.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6197/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11568.png b/www/assets/tiles/15/6197/11568.png deleted file mode 100644 index 4b4c2bc..0000000 Binary files a/www/assets/tiles/15/6197/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11569.png b/www/assets/tiles/15/6197/11569.png deleted file mode 100644 index 718bcfa..0000000 Binary files a/www/assets/tiles/15/6197/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11570.png b/www/assets/tiles/15/6197/11570.png deleted file mode 100644 index ab48bca..0000000 Binary files a/www/assets/tiles/15/6197/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11571.png b/www/assets/tiles/15/6197/11571.png deleted file mode 100644 index 54e8235..0000000 Binary files a/www/assets/tiles/15/6197/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11572.png b/www/assets/tiles/15/6197/11572.png deleted file mode 100644 index 8a0a94d..0000000 Binary files a/www/assets/tiles/15/6197/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11573.png b/www/assets/tiles/15/6197/11573.png deleted file mode 100644 index 01c28da..0000000 Binary files a/www/assets/tiles/15/6197/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11574.png b/www/assets/tiles/15/6197/11574.png deleted file mode 100644 index 150f9cd..0000000 Binary files a/www/assets/tiles/15/6197/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11575.png b/www/assets/tiles/15/6197/11575.png deleted file mode 100644 index 9c3cbeb..0000000 Binary files a/www/assets/tiles/15/6197/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11576.png b/www/assets/tiles/15/6197/11576.png deleted file mode 100644 index 33f1acb..0000000 Binary files a/www/assets/tiles/15/6197/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11577.png b/www/assets/tiles/15/6197/11577.png deleted file mode 100644 index bf6b435..0000000 Binary files a/www/assets/tiles/15/6197/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11578.png b/www/assets/tiles/15/6197/11578.png deleted file mode 100644 index f763edd..0000000 Binary files a/www/assets/tiles/15/6197/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11579.png b/www/assets/tiles/15/6197/11579.png deleted file mode 100644 index e1c7c13..0000000 Binary files a/www/assets/tiles/15/6197/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11580.png b/www/assets/tiles/15/6197/11580.png deleted file mode 100644 index 02bbb20..0000000 Binary files a/www/assets/tiles/15/6197/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11581.png b/www/assets/tiles/15/6197/11581.png deleted file mode 100644 index 2d39b4a..0000000 Binary files a/www/assets/tiles/15/6197/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11582.png b/www/assets/tiles/15/6197/11582.png deleted file mode 100644 index 00ce5fc..0000000 Binary files a/www/assets/tiles/15/6197/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11583.png b/www/assets/tiles/15/6197/11583.png deleted file mode 100644 index 4298ae0..0000000 Binary files a/www/assets/tiles/15/6197/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11584.png b/www/assets/tiles/15/6197/11584.png deleted file mode 100644 index 0b8cedc..0000000 Binary files a/www/assets/tiles/15/6197/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11585.png b/www/assets/tiles/15/6197/11585.png deleted file mode 100644 index 0e4ccca..0000000 Binary files a/www/assets/tiles/15/6197/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11586.png b/www/assets/tiles/15/6197/11586.png deleted file mode 100644 index 2b6b97a..0000000 Binary files a/www/assets/tiles/15/6197/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11587.png b/www/assets/tiles/15/6197/11587.png deleted file mode 100644 index 1632644..0000000 Binary files a/www/assets/tiles/15/6197/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11588.png b/www/assets/tiles/15/6197/11588.png deleted file mode 100644 index adf8bd2..0000000 Binary files a/www/assets/tiles/15/6197/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11589.png b/www/assets/tiles/15/6197/11589.png deleted file mode 100644 index 7245315..0000000 Binary files a/www/assets/tiles/15/6197/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6197/11590.png b/www/assets/tiles/15/6197/11590.png deleted file mode 100644 index 02ccbee..0000000 Binary files a/www/assets/tiles/15/6197/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11560.png b/www/assets/tiles/15/6198/11560.png deleted file mode 100644 index 649cec8..0000000 Binary files a/www/assets/tiles/15/6198/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11561.png b/www/assets/tiles/15/6198/11561.png deleted file mode 100644 index 91fb93f..0000000 Binary files a/www/assets/tiles/15/6198/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11562.png b/www/assets/tiles/15/6198/11562.png deleted file mode 100644 index e0b12a9..0000000 Binary files a/www/assets/tiles/15/6198/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11563.png b/www/assets/tiles/15/6198/11563.png deleted file mode 100644 index deb7554..0000000 Binary files a/www/assets/tiles/15/6198/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11564.png b/www/assets/tiles/15/6198/11564.png deleted file mode 100644 index f6fc408..0000000 Binary files a/www/assets/tiles/15/6198/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11565.png b/www/assets/tiles/15/6198/11565.png deleted file mode 100644 index 6a37c3c..0000000 Binary files a/www/assets/tiles/15/6198/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11566.png b/www/assets/tiles/15/6198/11566.png deleted file mode 100644 index 4150557..0000000 Binary files a/www/assets/tiles/15/6198/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11567.png b/www/assets/tiles/15/6198/11567.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6198/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11568.png b/www/assets/tiles/15/6198/11568.png deleted file mode 100644 index 3f1e3d1..0000000 Binary files a/www/assets/tiles/15/6198/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11569.png b/www/assets/tiles/15/6198/11569.png deleted file mode 100644 index d99cbf3..0000000 Binary files a/www/assets/tiles/15/6198/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11570.png b/www/assets/tiles/15/6198/11570.png deleted file mode 100644 index 8238c2c..0000000 Binary files a/www/assets/tiles/15/6198/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11571.png b/www/assets/tiles/15/6198/11571.png deleted file mode 100644 index ce39efb..0000000 Binary files a/www/assets/tiles/15/6198/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11572.png b/www/assets/tiles/15/6198/11572.png deleted file mode 100644 index f5ec9e8..0000000 Binary files a/www/assets/tiles/15/6198/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11573.png b/www/assets/tiles/15/6198/11573.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6198/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11574.png b/www/assets/tiles/15/6198/11574.png deleted file mode 100644 index a26e286..0000000 Binary files a/www/assets/tiles/15/6198/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11575.png b/www/assets/tiles/15/6198/11575.png deleted file mode 100644 index 19a5f11..0000000 Binary files a/www/assets/tiles/15/6198/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11576.png b/www/assets/tiles/15/6198/11576.png deleted file mode 100644 index 51f439b..0000000 Binary files a/www/assets/tiles/15/6198/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11577.png b/www/assets/tiles/15/6198/11577.png deleted file mode 100644 index 5316ea2..0000000 Binary files a/www/assets/tiles/15/6198/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11578.png b/www/assets/tiles/15/6198/11578.png deleted file mode 100644 index c37435f..0000000 Binary files a/www/assets/tiles/15/6198/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11579.png b/www/assets/tiles/15/6198/11579.png deleted file mode 100644 index 6189ec7..0000000 Binary files a/www/assets/tiles/15/6198/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11580.png b/www/assets/tiles/15/6198/11580.png deleted file mode 100644 index 085abad..0000000 Binary files a/www/assets/tiles/15/6198/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11581.png b/www/assets/tiles/15/6198/11581.png deleted file mode 100644 index e90b9be..0000000 Binary files a/www/assets/tiles/15/6198/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11582.png b/www/assets/tiles/15/6198/11582.png deleted file mode 100644 index 75bd8c6..0000000 Binary files a/www/assets/tiles/15/6198/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11583.png b/www/assets/tiles/15/6198/11583.png deleted file mode 100644 index d2b9b55..0000000 Binary files a/www/assets/tiles/15/6198/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11584.png b/www/assets/tiles/15/6198/11584.png deleted file mode 100644 index 9a904cd..0000000 Binary files a/www/assets/tiles/15/6198/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11585.png b/www/assets/tiles/15/6198/11585.png deleted file mode 100644 index 1c7e5e2..0000000 Binary files a/www/assets/tiles/15/6198/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11586.png b/www/assets/tiles/15/6198/11586.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6198/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11587.png b/www/assets/tiles/15/6198/11587.png deleted file mode 100644 index c1d95e4..0000000 Binary files a/www/assets/tiles/15/6198/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11588.png b/www/assets/tiles/15/6198/11588.png deleted file mode 100644 index 2c03e92..0000000 Binary files a/www/assets/tiles/15/6198/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11589.png b/www/assets/tiles/15/6198/11589.png deleted file mode 100644 index c38be3e..0000000 Binary files a/www/assets/tiles/15/6198/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6198/11590.png b/www/assets/tiles/15/6198/11590.png deleted file mode 100644 index 505352f..0000000 Binary files a/www/assets/tiles/15/6198/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11560.png b/www/assets/tiles/15/6199/11560.png deleted file mode 100644 index b7b4844..0000000 Binary files a/www/assets/tiles/15/6199/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11561.png b/www/assets/tiles/15/6199/11561.png deleted file mode 100644 index 29e0e67..0000000 Binary files a/www/assets/tiles/15/6199/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11562.png b/www/assets/tiles/15/6199/11562.png deleted file mode 100644 index 177f56a..0000000 Binary files a/www/assets/tiles/15/6199/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11563.png b/www/assets/tiles/15/6199/11563.png deleted file mode 100644 index 33d4b1b..0000000 Binary files a/www/assets/tiles/15/6199/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11564.png b/www/assets/tiles/15/6199/11564.png deleted file mode 100644 index 4fb04e5..0000000 Binary files a/www/assets/tiles/15/6199/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11565.png b/www/assets/tiles/15/6199/11565.png deleted file mode 100644 index 642c1c2..0000000 Binary files a/www/assets/tiles/15/6199/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11566.png b/www/assets/tiles/15/6199/11566.png deleted file mode 100644 index b77505f..0000000 Binary files a/www/assets/tiles/15/6199/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11567.png b/www/assets/tiles/15/6199/11567.png deleted file mode 100644 index a7301aa..0000000 Binary files a/www/assets/tiles/15/6199/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11568.png b/www/assets/tiles/15/6199/11568.png deleted file mode 100644 index 67a0beb..0000000 Binary files a/www/assets/tiles/15/6199/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11569.png b/www/assets/tiles/15/6199/11569.png deleted file mode 100644 index dfebebf..0000000 Binary files a/www/assets/tiles/15/6199/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11570.png b/www/assets/tiles/15/6199/11570.png deleted file mode 100644 index e26704b..0000000 Binary files a/www/assets/tiles/15/6199/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11571.png b/www/assets/tiles/15/6199/11571.png deleted file mode 100644 index efe293a..0000000 Binary files a/www/assets/tiles/15/6199/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11572.png b/www/assets/tiles/15/6199/11572.png deleted file mode 100644 index dd96dcd..0000000 Binary files a/www/assets/tiles/15/6199/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11573.png b/www/assets/tiles/15/6199/11573.png deleted file mode 100644 index ccbe2cc..0000000 Binary files a/www/assets/tiles/15/6199/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11574.png b/www/assets/tiles/15/6199/11574.png deleted file mode 100644 index 228e405..0000000 Binary files a/www/assets/tiles/15/6199/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11575.png b/www/assets/tiles/15/6199/11575.png deleted file mode 100644 index 38505a5..0000000 Binary files a/www/assets/tiles/15/6199/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11576.png b/www/assets/tiles/15/6199/11576.png deleted file mode 100644 index 7cbc9e7..0000000 Binary files a/www/assets/tiles/15/6199/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11577.png b/www/assets/tiles/15/6199/11577.png deleted file mode 100644 index 3d812f4..0000000 Binary files a/www/assets/tiles/15/6199/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11578.png b/www/assets/tiles/15/6199/11578.png deleted file mode 100644 index 6944462..0000000 Binary files a/www/assets/tiles/15/6199/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11579.png b/www/assets/tiles/15/6199/11579.png deleted file mode 100644 index a6ade02..0000000 Binary files a/www/assets/tiles/15/6199/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11580.png b/www/assets/tiles/15/6199/11580.png deleted file mode 100644 index 54f6cfa..0000000 Binary files a/www/assets/tiles/15/6199/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11581.png b/www/assets/tiles/15/6199/11581.png deleted file mode 100644 index 87b086e..0000000 Binary files a/www/assets/tiles/15/6199/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11582.png b/www/assets/tiles/15/6199/11582.png deleted file mode 100644 index 99a9ed5..0000000 Binary files a/www/assets/tiles/15/6199/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11583.png b/www/assets/tiles/15/6199/11583.png deleted file mode 100644 index d5f41ee..0000000 Binary files a/www/assets/tiles/15/6199/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11584.png b/www/assets/tiles/15/6199/11584.png deleted file mode 100644 index 83f1836..0000000 Binary files a/www/assets/tiles/15/6199/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11585.png b/www/assets/tiles/15/6199/11585.png deleted file mode 100644 index b26b2d3..0000000 Binary files a/www/assets/tiles/15/6199/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11586.png b/www/assets/tiles/15/6199/11586.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6199/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11587.png b/www/assets/tiles/15/6199/11587.png deleted file mode 100644 index 319903f..0000000 Binary files a/www/assets/tiles/15/6199/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11588.png b/www/assets/tiles/15/6199/11588.png deleted file mode 100644 index 44a58f6..0000000 Binary files a/www/assets/tiles/15/6199/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11589.png b/www/assets/tiles/15/6199/11589.png deleted file mode 100644 index 7e34133..0000000 Binary files a/www/assets/tiles/15/6199/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6199/11590.png b/www/assets/tiles/15/6199/11590.png deleted file mode 100644 index 97acf9d..0000000 Binary files a/www/assets/tiles/15/6199/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11560.png b/www/assets/tiles/15/6200/11560.png deleted file mode 100644 index 7306ec6..0000000 Binary files a/www/assets/tiles/15/6200/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11561.png b/www/assets/tiles/15/6200/11561.png deleted file mode 100644 index 346e703..0000000 Binary files a/www/assets/tiles/15/6200/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11562.png b/www/assets/tiles/15/6200/11562.png deleted file mode 100644 index 884d02c..0000000 Binary files a/www/assets/tiles/15/6200/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11563.png b/www/assets/tiles/15/6200/11563.png deleted file mode 100644 index c73fb3a..0000000 Binary files a/www/assets/tiles/15/6200/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11564.png b/www/assets/tiles/15/6200/11564.png deleted file mode 100644 index b3f4c48..0000000 Binary files a/www/assets/tiles/15/6200/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11565.png b/www/assets/tiles/15/6200/11565.png deleted file mode 100644 index edc4429..0000000 Binary files a/www/assets/tiles/15/6200/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11566.png b/www/assets/tiles/15/6200/11566.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6200/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11567.png b/www/assets/tiles/15/6200/11567.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6200/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11568.png b/www/assets/tiles/15/6200/11568.png deleted file mode 100644 index 3cd9da0..0000000 Binary files a/www/assets/tiles/15/6200/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11569.png b/www/assets/tiles/15/6200/11569.png deleted file mode 100644 index a60c4b6..0000000 Binary files a/www/assets/tiles/15/6200/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11570.png b/www/assets/tiles/15/6200/11570.png deleted file mode 100644 index eb5218d..0000000 Binary files a/www/assets/tiles/15/6200/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11571.png b/www/assets/tiles/15/6200/11571.png deleted file mode 100644 index 320c115..0000000 Binary files a/www/assets/tiles/15/6200/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11572.png b/www/assets/tiles/15/6200/11572.png deleted file mode 100644 index 0669c25..0000000 Binary files a/www/assets/tiles/15/6200/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11573.png b/www/assets/tiles/15/6200/11573.png deleted file mode 100644 index 8372145..0000000 Binary files a/www/assets/tiles/15/6200/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11574.png b/www/assets/tiles/15/6200/11574.png deleted file mode 100644 index a9f6c4f..0000000 Binary files a/www/assets/tiles/15/6200/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11575.png b/www/assets/tiles/15/6200/11575.png deleted file mode 100644 index b9ced8c..0000000 Binary files a/www/assets/tiles/15/6200/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11576.png b/www/assets/tiles/15/6200/11576.png deleted file mode 100644 index 04c6882..0000000 Binary files a/www/assets/tiles/15/6200/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11577.png b/www/assets/tiles/15/6200/11577.png deleted file mode 100644 index 8f7cab0..0000000 Binary files a/www/assets/tiles/15/6200/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11578.png b/www/assets/tiles/15/6200/11578.png deleted file mode 100644 index 19bf29d..0000000 Binary files a/www/assets/tiles/15/6200/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11579.png b/www/assets/tiles/15/6200/11579.png deleted file mode 100644 index 4dfd6df..0000000 Binary files a/www/assets/tiles/15/6200/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11580.png b/www/assets/tiles/15/6200/11580.png deleted file mode 100644 index ad97b68..0000000 Binary files a/www/assets/tiles/15/6200/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11581.png b/www/assets/tiles/15/6200/11581.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6200/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11582.png b/www/assets/tiles/15/6200/11582.png deleted file mode 100644 index 6efa501..0000000 Binary files a/www/assets/tiles/15/6200/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11583.png b/www/assets/tiles/15/6200/11583.png deleted file mode 100644 index b467a32..0000000 Binary files a/www/assets/tiles/15/6200/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11584.png b/www/assets/tiles/15/6200/11584.png deleted file mode 100644 index 7d99cd1..0000000 Binary files a/www/assets/tiles/15/6200/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11585.png b/www/assets/tiles/15/6200/11585.png deleted file mode 100644 index 25a510b..0000000 Binary files a/www/assets/tiles/15/6200/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11586.png b/www/assets/tiles/15/6200/11586.png deleted file mode 100644 index 1eb06dc..0000000 Binary files a/www/assets/tiles/15/6200/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11587.png b/www/assets/tiles/15/6200/11587.png deleted file mode 100644 index 69087ab..0000000 Binary files a/www/assets/tiles/15/6200/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11588.png b/www/assets/tiles/15/6200/11588.png deleted file mode 100644 index a0d79f5..0000000 Binary files a/www/assets/tiles/15/6200/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11589.png b/www/assets/tiles/15/6200/11589.png deleted file mode 100644 index e816ec5..0000000 Binary files a/www/assets/tiles/15/6200/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6200/11590.png b/www/assets/tiles/15/6200/11590.png deleted file mode 100644 index b4fb3dd..0000000 Binary files a/www/assets/tiles/15/6200/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11560.png b/www/assets/tiles/15/6201/11560.png deleted file mode 100644 index 8278018..0000000 Binary files a/www/assets/tiles/15/6201/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11561.png b/www/assets/tiles/15/6201/11561.png deleted file mode 100644 index e0fcc21..0000000 Binary files a/www/assets/tiles/15/6201/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11562.png b/www/assets/tiles/15/6201/11562.png deleted file mode 100644 index 9d3f159..0000000 Binary files a/www/assets/tiles/15/6201/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11563.png b/www/assets/tiles/15/6201/11563.png deleted file mode 100644 index 15e54b6..0000000 Binary files a/www/assets/tiles/15/6201/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11564.png b/www/assets/tiles/15/6201/11564.png deleted file mode 100644 index 6a8eda8..0000000 Binary files a/www/assets/tiles/15/6201/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11565.png b/www/assets/tiles/15/6201/11565.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6201/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11566.png b/www/assets/tiles/15/6201/11566.png deleted file mode 100644 index ab7e466..0000000 Binary files a/www/assets/tiles/15/6201/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11567.png b/www/assets/tiles/15/6201/11567.png deleted file mode 100644 index 36e48d1..0000000 Binary files a/www/assets/tiles/15/6201/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11568.png b/www/assets/tiles/15/6201/11568.png deleted file mode 100644 index 98a7767..0000000 Binary files a/www/assets/tiles/15/6201/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11569.png b/www/assets/tiles/15/6201/11569.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6201/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11570.png b/www/assets/tiles/15/6201/11570.png deleted file mode 100644 index 9ae6cff..0000000 Binary files a/www/assets/tiles/15/6201/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11571.png b/www/assets/tiles/15/6201/11571.png deleted file mode 100644 index 6aadef5..0000000 Binary files a/www/assets/tiles/15/6201/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11572.png b/www/assets/tiles/15/6201/11572.png deleted file mode 100644 index 8cab6f4..0000000 Binary files a/www/assets/tiles/15/6201/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11573.png b/www/assets/tiles/15/6201/11573.png deleted file mode 100644 index 7f4e6e0..0000000 Binary files a/www/assets/tiles/15/6201/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11574.png b/www/assets/tiles/15/6201/11574.png deleted file mode 100644 index 65cc2cf..0000000 Binary files a/www/assets/tiles/15/6201/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11575.png b/www/assets/tiles/15/6201/11575.png deleted file mode 100644 index 647a8a5..0000000 Binary files a/www/assets/tiles/15/6201/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11576.png b/www/assets/tiles/15/6201/11576.png deleted file mode 100644 index c34a8ef..0000000 Binary files a/www/assets/tiles/15/6201/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11577.png b/www/assets/tiles/15/6201/11577.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6201/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11578.png b/www/assets/tiles/15/6201/11578.png deleted file mode 100644 index 7df5dc5..0000000 Binary files a/www/assets/tiles/15/6201/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11579.png b/www/assets/tiles/15/6201/11579.png deleted file mode 100644 index 6fb0a3f..0000000 Binary files a/www/assets/tiles/15/6201/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11580.png b/www/assets/tiles/15/6201/11580.png deleted file mode 100644 index 4eeefae..0000000 Binary files a/www/assets/tiles/15/6201/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11581.png b/www/assets/tiles/15/6201/11581.png deleted file mode 100644 index dd57a71..0000000 Binary files a/www/assets/tiles/15/6201/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11582.png b/www/assets/tiles/15/6201/11582.png deleted file mode 100644 index a83a7ac..0000000 Binary files a/www/assets/tiles/15/6201/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11583.png b/www/assets/tiles/15/6201/11583.png deleted file mode 100644 index 6bc8c1d..0000000 Binary files a/www/assets/tiles/15/6201/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11584.png b/www/assets/tiles/15/6201/11584.png deleted file mode 100644 index 6c955c6..0000000 Binary files a/www/assets/tiles/15/6201/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11585.png b/www/assets/tiles/15/6201/11585.png deleted file mode 100644 index 604ad1d..0000000 Binary files a/www/assets/tiles/15/6201/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11586.png b/www/assets/tiles/15/6201/11586.png deleted file mode 100644 index 0695f6d..0000000 Binary files a/www/assets/tiles/15/6201/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11587.png b/www/assets/tiles/15/6201/11587.png deleted file mode 100644 index 3133a22..0000000 Binary files a/www/assets/tiles/15/6201/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11588.png b/www/assets/tiles/15/6201/11588.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6201/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11589.png b/www/assets/tiles/15/6201/11589.png deleted file mode 100644 index 98a9192..0000000 Binary files a/www/assets/tiles/15/6201/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6201/11590.png b/www/assets/tiles/15/6201/11590.png deleted file mode 100644 index 17354b8..0000000 Binary files a/www/assets/tiles/15/6201/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11560.png b/www/assets/tiles/15/6202/11560.png deleted file mode 100644 index d5a20b5..0000000 Binary files a/www/assets/tiles/15/6202/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11561.png b/www/assets/tiles/15/6202/11561.png deleted file mode 100644 index 2f5dcc6..0000000 Binary files a/www/assets/tiles/15/6202/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11562.png b/www/assets/tiles/15/6202/11562.png deleted file mode 100644 index 0f33216..0000000 Binary files a/www/assets/tiles/15/6202/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11563.png b/www/assets/tiles/15/6202/11563.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6202/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11564.png b/www/assets/tiles/15/6202/11564.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6202/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11565.png b/www/assets/tiles/15/6202/11565.png deleted file mode 100644 index 3acb4b6..0000000 Binary files a/www/assets/tiles/15/6202/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11566.png b/www/assets/tiles/15/6202/11566.png deleted file mode 100644 index c0c9f1f..0000000 Binary files a/www/assets/tiles/15/6202/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11567.png b/www/assets/tiles/15/6202/11567.png deleted file mode 100644 index 0035d6d..0000000 Binary files a/www/assets/tiles/15/6202/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11568.png b/www/assets/tiles/15/6202/11568.png deleted file mode 100644 index 161859e..0000000 Binary files a/www/assets/tiles/15/6202/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11569.png b/www/assets/tiles/15/6202/11569.png deleted file mode 100644 index 9d5b660..0000000 Binary files a/www/assets/tiles/15/6202/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11570.png b/www/assets/tiles/15/6202/11570.png deleted file mode 100644 index 9dfc85a..0000000 Binary files a/www/assets/tiles/15/6202/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11571.png b/www/assets/tiles/15/6202/11571.png deleted file mode 100644 index 1473379..0000000 Binary files a/www/assets/tiles/15/6202/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11572.png b/www/assets/tiles/15/6202/11572.png deleted file mode 100644 index 7008d85..0000000 Binary files a/www/assets/tiles/15/6202/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11573.png b/www/assets/tiles/15/6202/11573.png deleted file mode 100644 index 1b9e7c0..0000000 Binary files a/www/assets/tiles/15/6202/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11574.png b/www/assets/tiles/15/6202/11574.png deleted file mode 100644 index f05e50c..0000000 Binary files a/www/assets/tiles/15/6202/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11575.png b/www/assets/tiles/15/6202/11575.png deleted file mode 100644 index fdd4a04..0000000 Binary files a/www/assets/tiles/15/6202/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11576.png b/www/assets/tiles/15/6202/11576.png deleted file mode 100644 index 98ea399..0000000 Binary files a/www/assets/tiles/15/6202/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11577.png b/www/assets/tiles/15/6202/11577.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6202/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11578.png b/www/assets/tiles/15/6202/11578.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6202/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11579.png b/www/assets/tiles/15/6202/11579.png deleted file mode 100644 index 242a0e3..0000000 Binary files a/www/assets/tiles/15/6202/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11580.png b/www/assets/tiles/15/6202/11580.png deleted file mode 100644 index aaeb28e..0000000 Binary files a/www/assets/tiles/15/6202/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11581.png b/www/assets/tiles/15/6202/11581.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6202/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11582.png b/www/assets/tiles/15/6202/11582.png deleted file mode 100644 index b410f11..0000000 Binary files a/www/assets/tiles/15/6202/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11583.png b/www/assets/tiles/15/6202/11583.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6202/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11584.png b/www/assets/tiles/15/6202/11584.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6202/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11585.png b/www/assets/tiles/15/6202/11585.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6202/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11586.png b/www/assets/tiles/15/6202/11586.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6202/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11587.png b/www/assets/tiles/15/6202/11587.png deleted file mode 100644 index df37b87..0000000 Binary files a/www/assets/tiles/15/6202/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11588.png b/www/assets/tiles/15/6202/11588.png deleted file mode 100644 index 1678231..0000000 Binary files a/www/assets/tiles/15/6202/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11589.png b/www/assets/tiles/15/6202/11589.png deleted file mode 100644 index 1cf7a79..0000000 Binary files a/www/assets/tiles/15/6202/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6202/11590.png b/www/assets/tiles/15/6202/11590.png deleted file mode 100644 index 24bdb3b..0000000 Binary files a/www/assets/tiles/15/6202/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11560.png b/www/assets/tiles/15/6203/11560.png deleted file mode 100644 index 26c61b7..0000000 Binary files a/www/assets/tiles/15/6203/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11561.png b/www/assets/tiles/15/6203/11561.png deleted file mode 100644 index 173d3aa..0000000 Binary files a/www/assets/tiles/15/6203/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11562.png b/www/assets/tiles/15/6203/11562.png deleted file mode 100644 index ea3ab5e..0000000 Binary files a/www/assets/tiles/15/6203/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11563.png b/www/assets/tiles/15/6203/11563.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6203/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11564.png b/www/assets/tiles/15/6203/11564.png deleted file mode 100644 index 23a44a6..0000000 Binary files a/www/assets/tiles/15/6203/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11565.png b/www/assets/tiles/15/6203/11565.png deleted file mode 100644 index 066e47c..0000000 Binary files a/www/assets/tiles/15/6203/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11566.png b/www/assets/tiles/15/6203/11566.png deleted file mode 100644 index cec4cb8..0000000 Binary files a/www/assets/tiles/15/6203/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11567.png b/www/assets/tiles/15/6203/11567.png deleted file mode 100644 index 6523dec..0000000 Binary files a/www/assets/tiles/15/6203/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11568.png b/www/assets/tiles/15/6203/11568.png deleted file mode 100644 index 23641ea..0000000 Binary files a/www/assets/tiles/15/6203/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11569.png b/www/assets/tiles/15/6203/11569.png deleted file mode 100644 index a31db65..0000000 Binary files a/www/assets/tiles/15/6203/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11570.png b/www/assets/tiles/15/6203/11570.png deleted file mode 100644 index 2fdfe25..0000000 Binary files a/www/assets/tiles/15/6203/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11571.png b/www/assets/tiles/15/6203/11571.png deleted file mode 100644 index c9889a1..0000000 Binary files a/www/assets/tiles/15/6203/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11572.png b/www/assets/tiles/15/6203/11572.png deleted file mode 100644 index 8a7d96e..0000000 Binary files a/www/assets/tiles/15/6203/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11573.png b/www/assets/tiles/15/6203/11573.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6203/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11574.png b/www/assets/tiles/15/6203/11574.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6203/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11575.png b/www/assets/tiles/15/6203/11575.png deleted file mode 100644 index 5582e1c..0000000 Binary files a/www/assets/tiles/15/6203/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11576.png b/www/assets/tiles/15/6203/11576.png deleted file mode 100644 index adfb1b6..0000000 Binary files a/www/assets/tiles/15/6203/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11577.png b/www/assets/tiles/15/6203/11577.png deleted file mode 100644 index 3b85ceb..0000000 Binary files a/www/assets/tiles/15/6203/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11578.png b/www/assets/tiles/15/6203/11578.png deleted file mode 100644 index 12d378b..0000000 Binary files a/www/assets/tiles/15/6203/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11579.png b/www/assets/tiles/15/6203/11579.png deleted file mode 100644 index 6b2fa65..0000000 Binary files a/www/assets/tiles/15/6203/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11580.png b/www/assets/tiles/15/6203/11580.png deleted file mode 100644 index e0fdadc..0000000 Binary files a/www/assets/tiles/15/6203/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11581.png b/www/assets/tiles/15/6203/11581.png deleted file mode 100644 index 7c8a972..0000000 Binary files a/www/assets/tiles/15/6203/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11582.png b/www/assets/tiles/15/6203/11582.png deleted file mode 100644 index 6ffb2b0..0000000 Binary files a/www/assets/tiles/15/6203/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11583.png b/www/assets/tiles/15/6203/11583.png deleted file mode 100644 index ea90600..0000000 Binary files a/www/assets/tiles/15/6203/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11584.png b/www/assets/tiles/15/6203/11584.png deleted file mode 100644 index 1bffa43..0000000 Binary files a/www/assets/tiles/15/6203/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11585.png b/www/assets/tiles/15/6203/11585.png deleted file mode 100644 index 71ae028..0000000 Binary files a/www/assets/tiles/15/6203/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11586.png b/www/assets/tiles/15/6203/11586.png deleted file mode 100644 index 098db59..0000000 Binary files a/www/assets/tiles/15/6203/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11587.png b/www/assets/tiles/15/6203/11587.png deleted file mode 100644 index abf4f7f..0000000 Binary files a/www/assets/tiles/15/6203/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11588.png b/www/assets/tiles/15/6203/11588.png deleted file mode 100644 index 0565313..0000000 Binary files a/www/assets/tiles/15/6203/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11589.png b/www/assets/tiles/15/6203/11589.png deleted file mode 100644 index ea4ecc0..0000000 Binary files a/www/assets/tiles/15/6203/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6203/11590.png b/www/assets/tiles/15/6203/11590.png deleted file mode 100644 index c271454..0000000 Binary files a/www/assets/tiles/15/6203/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11560.png b/www/assets/tiles/15/6204/11560.png deleted file mode 100644 index 021e97a..0000000 Binary files a/www/assets/tiles/15/6204/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11561.png b/www/assets/tiles/15/6204/11561.png deleted file mode 100644 index 6ddb071..0000000 Binary files a/www/assets/tiles/15/6204/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11562.png b/www/assets/tiles/15/6204/11562.png deleted file mode 100644 index 421b540..0000000 Binary files a/www/assets/tiles/15/6204/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11563.png b/www/assets/tiles/15/6204/11563.png deleted file mode 100644 index 53c0bd6..0000000 Binary files a/www/assets/tiles/15/6204/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11564.png b/www/assets/tiles/15/6204/11564.png deleted file mode 100644 index 7db59e3..0000000 Binary files a/www/assets/tiles/15/6204/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11565.png b/www/assets/tiles/15/6204/11565.png deleted file mode 100644 index de9fde5..0000000 Binary files a/www/assets/tiles/15/6204/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11566.png b/www/assets/tiles/15/6204/11566.png deleted file mode 100644 index 30dad64..0000000 Binary files a/www/assets/tiles/15/6204/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11567.png b/www/assets/tiles/15/6204/11567.png deleted file mode 100644 index e077927..0000000 Binary files a/www/assets/tiles/15/6204/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11568.png b/www/assets/tiles/15/6204/11568.png deleted file mode 100644 index dd20cee..0000000 Binary files a/www/assets/tiles/15/6204/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11569.png b/www/assets/tiles/15/6204/11569.png deleted file mode 100644 index 39d57fe..0000000 Binary files a/www/assets/tiles/15/6204/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11570.png b/www/assets/tiles/15/6204/11570.png deleted file mode 100644 index 809bc69..0000000 Binary files a/www/assets/tiles/15/6204/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11571.png b/www/assets/tiles/15/6204/11571.png deleted file mode 100644 index c5cdadc..0000000 Binary files a/www/assets/tiles/15/6204/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11572.png b/www/assets/tiles/15/6204/11572.png deleted file mode 100644 index 400a382..0000000 Binary files a/www/assets/tiles/15/6204/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11573.png b/www/assets/tiles/15/6204/11573.png deleted file mode 100644 index 2ede745..0000000 Binary files a/www/assets/tiles/15/6204/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11574.png b/www/assets/tiles/15/6204/11574.png deleted file mode 100644 index ac4dc1f..0000000 Binary files a/www/assets/tiles/15/6204/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11575.png b/www/assets/tiles/15/6204/11575.png deleted file mode 100644 index 64e9d05..0000000 Binary files a/www/assets/tiles/15/6204/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11576.png b/www/assets/tiles/15/6204/11576.png deleted file mode 100644 index 4067820..0000000 Binary files a/www/assets/tiles/15/6204/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11577.png b/www/assets/tiles/15/6204/11577.png deleted file mode 100644 index cc4f085..0000000 Binary files a/www/assets/tiles/15/6204/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11578.png b/www/assets/tiles/15/6204/11578.png deleted file mode 100644 index c15234c..0000000 Binary files a/www/assets/tiles/15/6204/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11579.png b/www/assets/tiles/15/6204/11579.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6204/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11580.png b/www/assets/tiles/15/6204/11580.png deleted file mode 100644 index 9816bec..0000000 Binary files a/www/assets/tiles/15/6204/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11581.png b/www/assets/tiles/15/6204/11581.png deleted file mode 100644 index d7d2210..0000000 Binary files a/www/assets/tiles/15/6204/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11582.png b/www/assets/tiles/15/6204/11582.png deleted file mode 100644 index 6f13795..0000000 Binary files a/www/assets/tiles/15/6204/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11583.png b/www/assets/tiles/15/6204/11583.png deleted file mode 100644 index d70d0df..0000000 Binary files a/www/assets/tiles/15/6204/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11584.png b/www/assets/tiles/15/6204/11584.png deleted file mode 100644 index 4647c05..0000000 Binary files a/www/assets/tiles/15/6204/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11585.png b/www/assets/tiles/15/6204/11585.png deleted file mode 100644 index 10b04a0..0000000 Binary files a/www/assets/tiles/15/6204/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11586.png b/www/assets/tiles/15/6204/11586.png deleted file mode 100644 index 804e03b..0000000 Binary files a/www/assets/tiles/15/6204/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11587.png b/www/assets/tiles/15/6204/11587.png deleted file mode 100644 index 3a2bc95..0000000 Binary files a/www/assets/tiles/15/6204/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11588.png b/www/assets/tiles/15/6204/11588.png deleted file mode 100644 index 7f4820d..0000000 Binary files a/www/assets/tiles/15/6204/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11589.png b/www/assets/tiles/15/6204/11589.png deleted file mode 100644 index 90d57fb..0000000 Binary files a/www/assets/tiles/15/6204/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6204/11590.png b/www/assets/tiles/15/6204/11590.png deleted file mode 100644 index 307097c..0000000 Binary files a/www/assets/tiles/15/6204/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11560.png b/www/assets/tiles/15/6205/11560.png deleted file mode 100644 index 33f56e3..0000000 Binary files a/www/assets/tiles/15/6205/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11561.png b/www/assets/tiles/15/6205/11561.png deleted file mode 100644 index 774f734..0000000 Binary files a/www/assets/tiles/15/6205/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11562.png b/www/assets/tiles/15/6205/11562.png deleted file mode 100644 index de9e4b6..0000000 Binary files a/www/assets/tiles/15/6205/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11563.png b/www/assets/tiles/15/6205/11563.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6205/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11564.png b/www/assets/tiles/15/6205/11564.png deleted file mode 100644 index 4df333b..0000000 Binary files a/www/assets/tiles/15/6205/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11565.png b/www/assets/tiles/15/6205/11565.png deleted file mode 100644 index e6bd4d6..0000000 Binary files a/www/assets/tiles/15/6205/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11566.png b/www/assets/tiles/15/6205/11566.png deleted file mode 100644 index c91bd56..0000000 Binary files a/www/assets/tiles/15/6205/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11567.png b/www/assets/tiles/15/6205/11567.png deleted file mode 100644 index 5672301..0000000 Binary files a/www/assets/tiles/15/6205/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11568.png b/www/assets/tiles/15/6205/11568.png deleted file mode 100644 index f68cf6d..0000000 Binary files a/www/assets/tiles/15/6205/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11569.png b/www/assets/tiles/15/6205/11569.png deleted file mode 100644 index 0e13abc..0000000 Binary files a/www/assets/tiles/15/6205/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11570.png b/www/assets/tiles/15/6205/11570.png deleted file mode 100644 index b475efb..0000000 Binary files a/www/assets/tiles/15/6205/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11571.png b/www/assets/tiles/15/6205/11571.png deleted file mode 100644 index c18c18c..0000000 Binary files a/www/assets/tiles/15/6205/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11572.png b/www/assets/tiles/15/6205/11572.png deleted file mode 100644 index e270600..0000000 Binary files a/www/assets/tiles/15/6205/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11573.png b/www/assets/tiles/15/6205/11573.png deleted file mode 100644 index e8c1ae2..0000000 Binary files a/www/assets/tiles/15/6205/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11574.png b/www/assets/tiles/15/6205/11574.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6205/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11575.png b/www/assets/tiles/15/6205/11575.png deleted file mode 100644 index 70dd361..0000000 Binary files a/www/assets/tiles/15/6205/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11576.png b/www/assets/tiles/15/6205/11576.png deleted file mode 100644 index 70fdb1f..0000000 Binary files a/www/assets/tiles/15/6205/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11577.png b/www/assets/tiles/15/6205/11577.png deleted file mode 100644 index ff7a174..0000000 Binary files a/www/assets/tiles/15/6205/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11578.png b/www/assets/tiles/15/6205/11578.png deleted file mode 100644 index 0de4afe..0000000 Binary files a/www/assets/tiles/15/6205/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11579.png b/www/assets/tiles/15/6205/11579.png deleted file mode 100644 index 4cbf60a..0000000 Binary files a/www/assets/tiles/15/6205/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11580.png b/www/assets/tiles/15/6205/11580.png deleted file mode 100644 index e5620a8..0000000 Binary files a/www/assets/tiles/15/6205/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11581.png b/www/assets/tiles/15/6205/11581.png deleted file mode 100644 index 03b13fb..0000000 Binary files a/www/assets/tiles/15/6205/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11582.png b/www/assets/tiles/15/6205/11582.png deleted file mode 100644 index 3225c9e..0000000 Binary files a/www/assets/tiles/15/6205/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11583.png b/www/assets/tiles/15/6205/11583.png deleted file mode 100644 index 43a08cf..0000000 Binary files a/www/assets/tiles/15/6205/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11584.png b/www/assets/tiles/15/6205/11584.png deleted file mode 100644 index 69ca21b..0000000 Binary files a/www/assets/tiles/15/6205/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11585.png b/www/assets/tiles/15/6205/11585.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6205/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11586.png b/www/assets/tiles/15/6205/11586.png deleted file mode 100644 index 6cd2613..0000000 Binary files a/www/assets/tiles/15/6205/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11587.png b/www/assets/tiles/15/6205/11587.png deleted file mode 100644 index bae2060..0000000 Binary files a/www/assets/tiles/15/6205/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11588.png b/www/assets/tiles/15/6205/11588.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6205/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11589.png b/www/assets/tiles/15/6205/11589.png deleted file mode 100644 index b81c2bc..0000000 Binary files a/www/assets/tiles/15/6205/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6205/11590.png b/www/assets/tiles/15/6205/11590.png deleted file mode 100644 index fbebf31..0000000 Binary files a/www/assets/tiles/15/6205/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11560.png b/www/assets/tiles/15/6206/11560.png deleted file mode 100644 index 822a8b6..0000000 Binary files a/www/assets/tiles/15/6206/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11561.png b/www/assets/tiles/15/6206/11561.png deleted file mode 100644 index 24a6312..0000000 Binary files a/www/assets/tiles/15/6206/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11562.png b/www/assets/tiles/15/6206/11562.png deleted file mode 100644 index 4bbbf30..0000000 Binary files a/www/assets/tiles/15/6206/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11563.png b/www/assets/tiles/15/6206/11563.png deleted file mode 100644 index 3bf7f27..0000000 Binary files a/www/assets/tiles/15/6206/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11564.png b/www/assets/tiles/15/6206/11564.png deleted file mode 100644 index af02eb2..0000000 Binary files a/www/assets/tiles/15/6206/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11565.png b/www/assets/tiles/15/6206/11565.png deleted file mode 100644 index 6595f97..0000000 Binary files a/www/assets/tiles/15/6206/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11566.png b/www/assets/tiles/15/6206/11566.png deleted file mode 100644 index 89b799e..0000000 Binary files a/www/assets/tiles/15/6206/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11567.png b/www/assets/tiles/15/6206/11567.png deleted file mode 100644 index 8142c2a..0000000 Binary files a/www/assets/tiles/15/6206/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11568.png b/www/assets/tiles/15/6206/11568.png deleted file mode 100644 index 92df10a..0000000 Binary files a/www/assets/tiles/15/6206/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11569.png b/www/assets/tiles/15/6206/11569.png deleted file mode 100644 index efb0c9a..0000000 Binary files a/www/assets/tiles/15/6206/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11570.png b/www/assets/tiles/15/6206/11570.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6206/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11571.png b/www/assets/tiles/15/6206/11571.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6206/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11572.png b/www/assets/tiles/15/6206/11572.png deleted file mode 100644 index f83fd92..0000000 Binary files a/www/assets/tiles/15/6206/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11573.png b/www/assets/tiles/15/6206/11573.png deleted file mode 100644 index 2d1d51f..0000000 Binary files a/www/assets/tiles/15/6206/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11574.png b/www/assets/tiles/15/6206/11574.png deleted file mode 100644 index 14ec7ba..0000000 Binary files a/www/assets/tiles/15/6206/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11575.png b/www/assets/tiles/15/6206/11575.png deleted file mode 100644 index 983990a..0000000 Binary files a/www/assets/tiles/15/6206/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11576.png b/www/assets/tiles/15/6206/11576.png deleted file mode 100644 index fa97c28..0000000 Binary files a/www/assets/tiles/15/6206/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11577.png b/www/assets/tiles/15/6206/11577.png deleted file mode 100644 index 4c6c254..0000000 Binary files a/www/assets/tiles/15/6206/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11578.png b/www/assets/tiles/15/6206/11578.png deleted file mode 100644 index f152c25..0000000 Binary files a/www/assets/tiles/15/6206/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11579.png b/www/assets/tiles/15/6206/11579.png deleted file mode 100644 index b064a44..0000000 Binary files a/www/assets/tiles/15/6206/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11580.png b/www/assets/tiles/15/6206/11580.png deleted file mode 100644 index e482c04..0000000 Binary files a/www/assets/tiles/15/6206/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11581.png b/www/assets/tiles/15/6206/11581.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6206/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11582.png b/www/assets/tiles/15/6206/11582.png deleted file mode 100644 index 0dc6f2c..0000000 Binary files a/www/assets/tiles/15/6206/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11583.png b/www/assets/tiles/15/6206/11583.png deleted file mode 100644 index 3168058..0000000 Binary files a/www/assets/tiles/15/6206/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11584.png b/www/assets/tiles/15/6206/11584.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6206/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11585.png b/www/assets/tiles/15/6206/11585.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6206/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11586.png b/www/assets/tiles/15/6206/11586.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6206/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11587.png b/www/assets/tiles/15/6206/11587.png deleted file mode 100644 index 524d6d1..0000000 Binary files a/www/assets/tiles/15/6206/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11588.png b/www/assets/tiles/15/6206/11588.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6206/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11589.png b/www/assets/tiles/15/6206/11589.png deleted file mode 100644 index b7b130b..0000000 Binary files a/www/assets/tiles/15/6206/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6206/11590.png b/www/assets/tiles/15/6206/11590.png deleted file mode 100644 index 545b3c6..0000000 Binary files a/www/assets/tiles/15/6206/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11560.png b/www/assets/tiles/15/6207/11560.png deleted file mode 100644 index 034793f..0000000 Binary files a/www/assets/tiles/15/6207/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11561.png b/www/assets/tiles/15/6207/11561.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6207/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11562.png b/www/assets/tiles/15/6207/11562.png deleted file mode 100644 index 18b78f3..0000000 Binary files a/www/assets/tiles/15/6207/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11563.png b/www/assets/tiles/15/6207/11563.png deleted file mode 100644 index 72c94cc..0000000 Binary files a/www/assets/tiles/15/6207/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11564.png b/www/assets/tiles/15/6207/11564.png deleted file mode 100644 index a3c005f..0000000 Binary files a/www/assets/tiles/15/6207/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11565.png b/www/assets/tiles/15/6207/11565.png deleted file mode 100644 index 0fe45fd..0000000 Binary files a/www/assets/tiles/15/6207/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11566.png b/www/assets/tiles/15/6207/11566.png deleted file mode 100644 index 0b2bdad..0000000 Binary files a/www/assets/tiles/15/6207/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11567.png b/www/assets/tiles/15/6207/11567.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6207/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11568.png b/www/assets/tiles/15/6207/11568.png deleted file mode 100644 index 80172b1..0000000 Binary files a/www/assets/tiles/15/6207/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11569.png b/www/assets/tiles/15/6207/11569.png deleted file mode 100644 index bfbcd53..0000000 Binary files a/www/assets/tiles/15/6207/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11570.png b/www/assets/tiles/15/6207/11570.png deleted file mode 100644 index 0893f9d..0000000 Binary files a/www/assets/tiles/15/6207/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11571.png b/www/assets/tiles/15/6207/11571.png deleted file mode 100644 index 975bf6e..0000000 Binary files a/www/assets/tiles/15/6207/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11572.png b/www/assets/tiles/15/6207/11572.png deleted file mode 100644 index b5e9b0c..0000000 Binary files a/www/assets/tiles/15/6207/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11573.png b/www/assets/tiles/15/6207/11573.png deleted file mode 100644 index 0931d67..0000000 Binary files a/www/assets/tiles/15/6207/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11574.png b/www/assets/tiles/15/6207/11574.png deleted file mode 100644 index 1d0f2af..0000000 Binary files a/www/assets/tiles/15/6207/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11575.png b/www/assets/tiles/15/6207/11575.png deleted file mode 100644 index 817f118..0000000 Binary files a/www/assets/tiles/15/6207/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11576.png b/www/assets/tiles/15/6207/11576.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6207/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11577.png b/www/assets/tiles/15/6207/11577.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6207/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11578.png b/www/assets/tiles/15/6207/11578.png deleted file mode 100644 index 003a042..0000000 Binary files a/www/assets/tiles/15/6207/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11579.png b/www/assets/tiles/15/6207/11579.png deleted file mode 100644 index 284dcbd..0000000 Binary files a/www/assets/tiles/15/6207/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11580.png b/www/assets/tiles/15/6207/11580.png deleted file mode 100644 index bdf4775..0000000 Binary files a/www/assets/tiles/15/6207/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11581.png b/www/assets/tiles/15/6207/11581.png deleted file mode 100644 index fb4dfa4..0000000 Binary files a/www/assets/tiles/15/6207/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11582.png b/www/assets/tiles/15/6207/11582.png deleted file mode 100644 index 12e0261..0000000 Binary files a/www/assets/tiles/15/6207/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11583.png b/www/assets/tiles/15/6207/11583.png deleted file mode 100644 index 06810e7..0000000 Binary files a/www/assets/tiles/15/6207/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11584.png b/www/assets/tiles/15/6207/11584.png deleted file mode 100644 index c2ef7bb..0000000 Binary files a/www/assets/tiles/15/6207/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11585.png b/www/assets/tiles/15/6207/11585.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6207/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11586.png b/www/assets/tiles/15/6207/11586.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6207/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11587.png b/www/assets/tiles/15/6207/11587.png deleted file mode 100644 index 1272662..0000000 Binary files a/www/assets/tiles/15/6207/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11588.png b/www/assets/tiles/15/6207/11588.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6207/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11589.png b/www/assets/tiles/15/6207/11589.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6207/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6207/11590.png b/www/assets/tiles/15/6207/11590.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6207/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11560.png b/www/assets/tiles/15/6208/11560.png deleted file mode 100644 index 8c9c961..0000000 Binary files a/www/assets/tiles/15/6208/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11561.png b/www/assets/tiles/15/6208/11561.png deleted file mode 100644 index edf0ca6..0000000 Binary files a/www/assets/tiles/15/6208/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11562.png b/www/assets/tiles/15/6208/11562.png deleted file mode 100644 index 90dd179..0000000 Binary files a/www/assets/tiles/15/6208/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11563.png b/www/assets/tiles/15/6208/11563.png deleted file mode 100644 index 60ef794..0000000 Binary files a/www/assets/tiles/15/6208/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11564.png b/www/assets/tiles/15/6208/11564.png deleted file mode 100644 index 227ccb5..0000000 Binary files a/www/assets/tiles/15/6208/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11565.png b/www/assets/tiles/15/6208/11565.png deleted file mode 100644 index 0350644..0000000 Binary files a/www/assets/tiles/15/6208/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11566.png b/www/assets/tiles/15/6208/11566.png deleted file mode 100644 index a416074..0000000 Binary files a/www/assets/tiles/15/6208/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11567.png b/www/assets/tiles/15/6208/11567.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6208/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11568.png b/www/assets/tiles/15/6208/11568.png deleted file mode 100644 index 446562e..0000000 Binary files a/www/assets/tiles/15/6208/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11569.png b/www/assets/tiles/15/6208/11569.png deleted file mode 100644 index d7dc0a2..0000000 Binary files a/www/assets/tiles/15/6208/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11570.png b/www/assets/tiles/15/6208/11570.png deleted file mode 100644 index 4077e98..0000000 Binary files a/www/assets/tiles/15/6208/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11571.png b/www/assets/tiles/15/6208/11571.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6208/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11572.png b/www/assets/tiles/15/6208/11572.png deleted file mode 100644 index 1486a22..0000000 Binary files a/www/assets/tiles/15/6208/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11573.png b/www/assets/tiles/15/6208/11573.png deleted file mode 100644 index 21400a1..0000000 Binary files a/www/assets/tiles/15/6208/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11574.png b/www/assets/tiles/15/6208/11574.png deleted file mode 100644 index 718be65..0000000 Binary files a/www/assets/tiles/15/6208/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11575.png b/www/assets/tiles/15/6208/11575.png deleted file mode 100644 index 1c627a1..0000000 Binary files a/www/assets/tiles/15/6208/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11576.png b/www/assets/tiles/15/6208/11576.png deleted file mode 100644 index 942ad3c..0000000 Binary files a/www/assets/tiles/15/6208/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11577.png b/www/assets/tiles/15/6208/11577.png deleted file mode 100644 index 58ddc2f..0000000 Binary files a/www/assets/tiles/15/6208/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11578.png b/www/assets/tiles/15/6208/11578.png deleted file mode 100644 index ee24323..0000000 Binary files a/www/assets/tiles/15/6208/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11579.png b/www/assets/tiles/15/6208/11579.png deleted file mode 100644 index 3860080..0000000 Binary files a/www/assets/tiles/15/6208/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11580.png b/www/assets/tiles/15/6208/11580.png deleted file mode 100644 index 8d81466..0000000 Binary files a/www/assets/tiles/15/6208/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11581.png b/www/assets/tiles/15/6208/11581.png deleted file mode 100644 index 0f8a609..0000000 Binary files a/www/assets/tiles/15/6208/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11582.png b/www/assets/tiles/15/6208/11582.png deleted file mode 100644 index e56cf13..0000000 Binary files a/www/assets/tiles/15/6208/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11583.png b/www/assets/tiles/15/6208/11583.png deleted file mode 100644 index 4a974b5..0000000 Binary files a/www/assets/tiles/15/6208/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11584.png b/www/assets/tiles/15/6208/11584.png deleted file mode 100644 index 00e4ec0..0000000 Binary files a/www/assets/tiles/15/6208/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11585.png b/www/assets/tiles/15/6208/11585.png deleted file mode 100644 index 57fb667..0000000 Binary files a/www/assets/tiles/15/6208/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11586.png b/www/assets/tiles/15/6208/11586.png deleted file mode 100644 index 892bcba..0000000 Binary files a/www/assets/tiles/15/6208/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11587.png b/www/assets/tiles/15/6208/11587.png deleted file mode 100644 index 518aad9..0000000 Binary files a/www/assets/tiles/15/6208/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11588.png b/www/assets/tiles/15/6208/11588.png deleted file mode 100644 index 5e1d6df..0000000 Binary files a/www/assets/tiles/15/6208/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11589.png b/www/assets/tiles/15/6208/11589.png deleted file mode 100644 index ab5318b..0000000 Binary files a/www/assets/tiles/15/6208/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6208/11590.png b/www/assets/tiles/15/6208/11590.png deleted file mode 100644 index 35de873..0000000 Binary files a/www/assets/tiles/15/6208/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11560.png b/www/assets/tiles/15/6209/11560.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6209/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11561.png b/www/assets/tiles/15/6209/11561.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6209/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11562.png b/www/assets/tiles/15/6209/11562.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6209/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11563.png b/www/assets/tiles/15/6209/11563.png deleted file mode 100644 index 9443edb..0000000 Binary files a/www/assets/tiles/15/6209/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11564.png b/www/assets/tiles/15/6209/11564.png deleted file mode 100644 index 1514050..0000000 Binary files a/www/assets/tiles/15/6209/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11565.png b/www/assets/tiles/15/6209/11565.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6209/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11566.png b/www/assets/tiles/15/6209/11566.png deleted file mode 100644 index 456e573..0000000 Binary files a/www/assets/tiles/15/6209/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11567.png b/www/assets/tiles/15/6209/11567.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6209/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11568.png b/www/assets/tiles/15/6209/11568.png deleted file mode 100644 index be62003..0000000 Binary files a/www/assets/tiles/15/6209/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11569.png b/www/assets/tiles/15/6209/11569.png deleted file mode 100644 index c8b3a48..0000000 Binary files a/www/assets/tiles/15/6209/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11570.png b/www/assets/tiles/15/6209/11570.png deleted file mode 100644 index 3481944..0000000 Binary files a/www/assets/tiles/15/6209/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11571.png b/www/assets/tiles/15/6209/11571.png deleted file mode 100644 index bb65d8a..0000000 Binary files a/www/assets/tiles/15/6209/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11572.png b/www/assets/tiles/15/6209/11572.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6209/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11573.png b/www/assets/tiles/15/6209/11573.png deleted file mode 100644 index 8199eb8..0000000 Binary files a/www/assets/tiles/15/6209/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11574.png b/www/assets/tiles/15/6209/11574.png deleted file mode 100644 index 2518ed1..0000000 Binary files a/www/assets/tiles/15/6209/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11575.png b/www/assets/tiles/15/6209/11575.png deleted file mode 100644 index 2b24655..0000000 Binary files a/www/assets/tiles/15/6209/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11576.png b/www/assets/tiles/15/6209/11576.png deleted file mode 100644 index 59b5cc1..0000000 Binary files a/www/assets/tiles/15/6209/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11577.png b/www/assets/tiles/15/6209/11577.png deleted file mode 100644 index a269041..0000000 Binary files a/www/assets/tiles/15/6209/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11578.png b/www/assets/tiles/15/6209/11578.png deleted file mode 100644 index 1141f94..0000000 Binary files a/www/assets/tiles/15/6209/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11579.png b/www/assets/tiles/15/6209/11579.png deleted file mode 100644 index c9b6cab..0000000 Binary files a/www/assets/tiles/15/6209/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11580.png b/www/assets/tiles/15/6209/11580.png deleted file mode 100644 index 7d05d71..0000000 Binary files a/www/assets/tiles/15/6209/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11581.png b/www/assets/tiles/15/6209/11581.png deleted file mode 100644 index f50539a..0000000 Binary files a/www/assets/tiles/15/6209/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11582.png b/www/assets/tiles/15/6209/11582.png deleted file mode 100644 index f04f256..0000000 Binary files a/www/assets/tiles/15/6209/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11583.png b/www/assets/tiles/15/6209/11583.png deleted file mode 100644 index 3fb0735..0000000 Binary files a/www/assets/tiles/15/6209/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11584.png b/www/assets/tiles/15/6209/11584.png deleted file mode 100644 index a7649dd..0000000 Binary files a/www/assets/tiles/15/6209/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11585.png b/www/assets/tiles/15/6209/11585.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6209/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11586.png b/www/assets/tiles/15/6209/11586.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6209/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11587.png b/www/assets/tiles/15/6209/11587.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6209/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11588.png b/www/assets/tiles/15/6209/11588.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6209/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11589.png b/www/assets/tiles/15/6209/11589.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6209/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6209/11590.png b/www/assets/tiles/15/6209/11590.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6209/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11560.png b/www/assets/tiles/15/6210/11560.png deleted file mode 100644 index 2fac4f5..0000000 Binary files a/www/assets/tiles/15/6210/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11561.png b/www/assets/tiles/15/6210/11561.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6210/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11562.png b/www/assets/tiles/15/6210/11562.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6210/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11563.png b/www/assets/tiles/15/6210/11563.png deleted file mode 100644 index cc933ce..0000000 Binary files a/www/assets/tiles/15/6210/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11564.png b/www/assets/tiles/15/6210/11564.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6210/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11565.png b/www/assets/tiles/15/6210/11565.png deleted file mode 100644 index 6b230b3..0000000 Binary files a/www/assets/tiles/15/6210/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11566.png b/www/assets/tiles/15/6210/11566.png deleted file mode 100644 index 0bf9e2e..0000000 Binary files a/www/assets/tiles/15/6210/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11567.png b/www/assets/tiles/15/6210/11567.png deleted file mode 100644 index c2a3719..0000000 Binary files a/www/assets/tiles/15/6210/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11568.png b/www/assets/tiles/15/6210/11568.png deleted file mode 100644 index 84bce24..0000000 Binary files a/www/assets/tiles/15/6210/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11569.png b/www/assets/tiles/15/6210/11569.png deleted file mode 100644 index 0972051..0000000 Binary files a/www/assets/tiles/15/6210/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11570.png b/www/assets/tiles/15/6210/11570.png deleted file mode 100644 index 0842d55..0000000 Binary files a/www/assets/tiles/15/6210/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11571.png b/www/assets/tiles/15/6210/11571.png deleted file mode 100644 index abc3768..0000000 Binary files a/www/assets/tiles/15/6210/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11572.png b/www/assets/tiles/15/6210/11572.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6210/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11573.png b/www/assets/tiles/15/6210/11573.png deleted file mode 100644 index 4701743..0000000 Binary files a/www/assets/tiles/15/6210/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11574.png b/www/assets/tiles/15/6210/11574.png deleted file mode 100644 index 85ffe57..0000000 Binary files a/www/assets/tiles/15/6210/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11575.png b/www/assets/tiles/15/6210/11575.png deleted file mode 100644 index 9dc7fb1..0000000 Binary files a/www/assets/tiles/15/6210/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11576.png b/www/assets/tiles/15/6210/11576.png deleted file mode 100644 index 647a7ed..0000000 Binary files a/www/assets/tiles/15/6210/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11577.png b/www/assets/tiles/15/6210/11577.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6210/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11578.png b/www/assets/tiles/15/6210/11578.png deleted file mode 100644 index f31796c..0000000 Binary files a/www/assets/tiles/15/6210/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11579.png b/www/assets/tiles/15/6210/11579.png deleted file mode 100644 index 6d14c51..0000000 Binary files a/www/assets/tiles/15/6210/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11580.png b/www/assets/tiles/15/6210/11580.png deleted file mode 100644 index d034121..0000000 Binary files a/www/assets/tiles/15/6210/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11581.png b/www/assets/tiles/15/6210/11581.png deleted file mode 100644 index 1c21145..0000000 Binary files a/www/assets/tiles/15/6210/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11582.png b/www/assets/tiles/15/6210/11582.png deleted file mode 100644 index 4622624..0000000 Binary files a/www/assets/tiles/15/6210/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11583.png b/www/assets/tiles/15/6210/11583.png deleted file mode 100644 index 2cdd04a..0000000 Binary files a/www/assets/tiles/15/6210/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11584.png b/www/assets/tiles/15/6210/11584.png deleted file mode 100644 index 79002e2..0000000 Binary files a/www/assets/tiles/15/6210/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11585.png b/www/assets/tiles/15/6210/11585.png deleted file mode 100644 index 80586df..0000000 Binary files a/www/assets/tiles/15/6210/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11586.png b/www/assets/tiles/15/6210/11586.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6210/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11587.png b/www/assets/tiles/15/6210/11587.png deleted file mode 100644 index 49d2a61..0000000 Binary files a/www/assets/tiles/15/6210/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11588.png b/www/assets/tiles/15/6210/11588.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6210/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11589.png b/www/assets/tiles/15/6210/11589.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6210/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6210/11590.png b/www/assets/tiles/15/6210/11590.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6210/11590.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11560.png b/www/assets/tiles/15/6211/11560.png deleted file mode 100644 index 36a3208..0000000 Binary files a/www/assets/tiles/15/6211/11560.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11561.png b/www/assets/tiles/15/6211/11561.png deleted file mode 100644 index f755993..0000000 Binary files a/www/assets/tiles/15/6211/11561.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11562.png b/www/assets/tiles/15/6211/11562.png deleted file mode 100644 index 8e6f38b..0000000 Binary files a/www/assets/tiles/15/6211/11562.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11563.png b/www/assets/tiles/15/6211/11563.png deleted file mode 100644 index 4c2272b..0000000 Binary files a/www/assets/tiles/15/6211/11563.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11564.png b/www/assets/tiles/15/6211/11564.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6211/11564.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11565.png b/www/assets/tiles/15/6211/11565.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6211/11565.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11566.png b/www/assets/tiles/15/6211/11566.png deleted file mode 100644 index 26827fa..0000000 Binary files a/www/assets/tiles/15/6211/11566.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11567.png b/www/assets/tiles/15/6211/11567.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/15/6211/11567.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11568.png b/www/assets/tiles/15/6211/11568.png deleted file mode 100644 index 242894d..0000000 Binary files a/www/assets/tiles/15/6211/11568.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11569.png b/www/assets/tiles/15/6211/11569.png deleted file mode 100644 index ee39c04..0000000 Binary files a/www/assets/tiles/15/6211/11569.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11570.png b/www/assets/tiles/15/6211/11570.png deleted file mode 100644 index d935265..0000000 Binary files a/www/assets/tiles/15/6211/11570.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11571.png b/www/assets/tiles/15/6211/11571.png deleted file mode 100644 index 1b3840c..0000000 Binary files a/www/assets/tiles/15/6211/11571.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11572.png b/www/assets/tiles/15/6211/11572.png deleted file mode 100644 index 2ba6119..0000000 Binary files a/www/assets/tiles/15/6211/11572.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11573.png b/www/assets/tiles/15/6211/11573.png deleted file mode 100644 index d8ddcc5..0000000 Binary files a/www/assets/tiles/15/6211/11573.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11574.png b/www/assets/tiles/15/6211/11574.png deleted file mode 100644 index 6e6dc7b..0000000 Binary files a/www/assets/tiles/15/6211/11574.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11575.png b/www/assets/tiles/15/6211/11575.png deleted file mode 100644 index c114e64..0000000 Binary files a/www/assets/tiles/15/6211/11575.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11576.png b/www/assets/tiles/15/6211/11576.png deleted file mode 100644 index 51f3e38..0000000 Binary files a/www/assets/tiles/15/6211/11576.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11577.png b/www/assets/tiles/15/6211/11577.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6211/11577.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11578.png b/www/assets/tiles/15/6211/11578.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6211/11578.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11579.png b/www/assets/tiles/15/6211/11579.png deleted file mode 100644 index 2d7a935..0000000 Binary files a/www/assets/tiles/15/6211/11579.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11580.png b/www/assets/tiles/15/6211/11580.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6211/11580.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11581.png b/www/assets/tiles/15/6211/11581.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6211/11581.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11582.png b/www/assets/tiles/15/6211/11582.png deleted file mode 100644 index 8df2b3c..0000000 Binary files a/www/assets/tiles/15/6211/11582.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11583.png b/www/assets/tiles/15/6211/11583.png deleted file mode 100644 index 7c83123..0000000 Binary files a/www/assets/tiles/15/6211/11583.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11584.png b/www/assets/tiles/15/6211/11584.png deleted file mode 100644 index 580db2e..0000000 Binary files a/www/assets/tiles/15/6211/11584.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11585.png b/www/assets/tiles/15/6211/11585.png deleted file mode 100644 index 298fe09..0000000 Binary files a/www/assets/tiles/15/6211/11585.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11586.png b/www/assets/tiles/15/6211/11586.png deleted file mode 100644 index a870978..0000000 Binary files a/www/assets/tiles/15/6211/11586.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11587.png b/www/assets/tiles/15/6211/11587.png deleted file mode 100644 index 0684b5d..0000000 Binary files a/www/assets/tiles/15/6211/11587.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11588.png b/www/assets/tiles/15/6211/11588.png deleted file mode 100644 index 790c97c..0000000 Binary files a/www/assets/tiles/15/6211/11588.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11589.png b/www/assets/tiles/15/6211/11589.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6211/11589.png and /dev/null differ diff --git a/www/assets/tiles/15/6211/11590.png b/www/assets/tiles/15/6211/11590.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/15/6211/11590.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23120.png b/www/assets/tiles/16/12353/23120.png deleted file mode 100644 index 667dcc6..0000000 Binary files a/www/assets/tiles/16/12353/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23121.png b/www/assets/tiles/16/12353/23121.png deleted file mode 100644 index 62ae730..0000000 Binary files a/www/assets/tiles/16/12353/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23122.png b/www/assets/tiles/16/12353/23122.png deleted file mode 100644 index 4b2d840..0000000 Binary files a/www/assets/tiles/16/12353/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23123.png b/www/assets/tiles/16/12353/23123.png deleted file mode 100644 index 4b45c82..0000000 Binary files a/www/assets/tiles/16/12353/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23124.png b/www/assets/tiles/16/12353/23124.png deleted file mode 100644 index 5df766a..0000000 Binary files a/www/assets/tiles/16/12353/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23125.png b/www/assets/tiles/16/12353/23125.png deleted file mode 100644 index 091abbb..0000000 Binary files a/www/assets/tiles/16/12353/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23126.png b/www/assets/tiles/16/12353/23126.png deleted file mode 100644 index 1d9b260..0000000 Binary files a/www/assets/tiles/16/12353/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23127.png b/www/assets/tiles/16/12353/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12353/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23128.png b/www/assets/tiles/16/12353/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12353/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23129.png b/www/assets/tiles/16/12353/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12353/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23130.png b/www/assets/tiles/16/12353/23130.png deleted file mode 100644 index a86b61b..0000000 Binary files a/www/assets/tiles/16/12353/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23131.png b/www/assets/tiles/16/12353/23131.png deleted file mode 100644 index 866c9b6..0000000 Binary files a/www/assets/tiles/16/12353/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23132.png b/www/assets/tiles/16/12353/23132.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12353/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23133.png b/www/assets/tiles/16/12353/23133.png deleted file mode 100644 index 3dd6948..0000000 Binary files a/www/assets/tiles/16/12353/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23134.png b/www/assets/tiles/16/12353/23134.png deleted file mode 100644 index 34aa3f6..0000000 Binary files a/www/assets/tiles/16/12353/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23135.png b/www/assets/tiles/16/12353/23135.png deleted file mode 100644 index 02e3556..0000000 Binary files a/www/assets/tiles/16/12353/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23136.png b/www/assets/tiles/16/12353/23136.png deleted file mode 100644 index 4a866cb..0000000 Binary files a/www/assets/tiles/16/12353/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23137.png b/www/assets/tiles/16/12353/23137.png deleted file mode 100644 index a496f08..0000000 Binary files a/www/assets/tiles/16/12353/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23138.png b/www/assets/tiles/16/12353/23138.png deleted file mode 100644 index 609493a..0000000 Binary files a/www/assets/tiles/16/12353/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23139.png b/www/assets/tiles/16/12353/23139.png deleted file mode 100644 index 168d570..0000000 Binary files a/www/assets/tiles/16/12353/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23140.png b/www/assets/tiles/16/12353/23140.png deleted file mode 100644 index 9835901..0000000 Binary files a/www/assets/tiles/16/12353/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23141.png b/www/assets/tiles/16/12353/23141.png deleted file mode 100644 index 17d46b8..0000000 Binary files a/www/assets/tiles/16/12353/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23142.png b/www/assets/tiles/16/12353/23142.png deleted file mode 100644 index 4f842db..0000000 Binary files a/www/assets/tiles/16/12353/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23143.png b/www/assets/tiles/16/12353/23143.png deleted file mode 100644 index b611c4c..0000000 Binary files a/www/assets/tiles/16/12353/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23144.png b/www/assets/tiles/16/12353/23144.png deleted file mode 100644 index 8d302f7..0000000 Binary files a/www/assets/tiles/16/12353/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23145.png b/www/assets/tiles/16/12353/23145.png deleted file mode 100644 index e77f82b..0000000 Binary files a/www/assets/tiles/16/12353/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23146.png b/www/assets/tiles/16/12353/23146.png deleted file mode 100644 index ffb2191..0000000 Binary files a/www/assets/tiles/16/12353/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23147.png b/www/assets/tiles/16/12353/23147.png deleted file mode 100644 index 70279b0..0000000 Binary files a/www/assets/tiles/16/12353/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23148.png b/www/assets/tiles/16/12353/23148.png deleted file mode 100644 index 99ec352..0000000 Binary files a/www/assets/tiles/16/12353/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23149.png b/www/assets/tiles/16/12353/23149.png deleted file mode 100644 index 936c91a..0000000 Binary files a/www/assets/tiles/16/12353/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23150.png b/www/assets/tiles/16/12353/23150.png deleted file mode 100644 index bcf252d..0000000 Binary files a/www/assets/tiles/16/12353/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23151.png b/www/assets/tiles/16/12353/23151.png deleted file mode 100644 index eadf8fb..0000000 Binary files a/www/assets/tiles/16/12353/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23152.png b/www/assets/tiles/16/12353/23152.png deleted file mode 100644 index d92a589..0000000 Binary files a/www/assets/tiles/16/12353/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23153.png b/www/assets/tiles/16/12353/23153.png deleted file mode 100644 index 581eea0..0000000 Binary files a/www/assets/tiles/16/12353/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23154.png b/www/assets/tiles/16/12353/23154.png deleted file mode 100644 index f3e6167..0000000 Binary files a/www/assets/tiles/16/12353/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23155.png b/www/assets/tiles/16/12353/23155.png deleted file mode 100644 index ac28f66..0000000 Binary files a/www/assets/tiles/16/12353/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23156.png b/www/assets/tiles/16/12353/23156.png deleted file mode 100644 index 0a0f6b6..0000000 Binary files a/www/assets/tiles/16/12353/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23157.png b/www/assets/tiles/16/12353/23157.png deleted file mode 100644 index fecd9c9..0000000 Binary files a/www/assets/tiles/16/12353/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23158.png b/www/assets/tiles/16/12353/23158.png deleted file mode 100644 index 99d40e6..0000000 Binary files a/www/assets/tiles/16/12353/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23159.png b/www/assets/tiles/16/12353/23159.png deleted file mode 100644 index b6fe843..0000000 Binary files a/www/assets/tiles/16/12353/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23160.png b/www/assets/tiles/16/12353/23160.png deleted file mode 100644 index cd402bf..0000000 Binary files a/www/assets/tiles/16/12353/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23161.png b/www/assets/tiles/16/12353/23161.png deleted file mode 100644 index b2edcff..0000000 Binary files a/www/assets/tiles/16/12353/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23162.png b/www/assets/tiles/16/12353/23162.png deleted file mode 100644 index f25ad75..0000000 Binary files a/www/assets/tiles/16/12353/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23163.png b/www/assets/tiles/16/12353/23163.png deleted file mode 100644 index f5890f8..0000000 Binary files a/www/assets/tiles/16/12353/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23164.png b/www/assets/tiles/16/12353/23164.png deleted file mode 100644 index c8620c9..0000000 Binary files a/www/assets/tiles/16/12353/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23165.png b/www/assets/tiles/16/12353/23165.png deleted file mode 100644 index faa2088..0000000 Binary files a/www/assets/tiles/16/12353/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23166.png b/www/assets/tiles/16/12353/23166.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12353/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23167.png b/www/assets/tiles/16/12353/23167.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12353/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23168.png b/www/assets/tiles/16/12353/23168.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12353/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23169.png b/www/assets/tiles/16/12353/23169.png deleted file mode 100644 index 631bc56..0000000 Binary files a/www/assets/tiles/16/12353/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23170.png b/www/assets/tiles/16/12353/23170.png deleted file mode 100644 index 8d2c6bb..0000000 Binary files a/www/assets/tiles/16/12353/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23171.png b/www/assets/tiles/16/12353/23171.png deleted file mode 100644 index 2bd5646..0000000 Binary files a/www/assets/tiles/16/12353/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23172.png b/www/assets/tiles/16/12353/23172.png deleted file mode 100644 index cf44bf6..0000000 Binary files a/www/assets/tiles/16/12353/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23173.png b/www/assets/tiles/16/12353/23173.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12353/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23174.png b/www/assets/tiles/16/12353/23174.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12353/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23175.png b/www/assets/tiles/16/12353/23175.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12353/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23176.png b/www/assets/tiles/16/12353/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12353/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23177.png b/www/assets/tiles/16/12353/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12353/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23178.png b/www/assets/tiles/16/12353/23178.png deleted file mode 100644 index 007d534..0000000 Binary files a/www/assets/tiles/16/12353/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23179.png b/www/assets/tiles/16/12353/23179.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12353/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12353/23180.png b/www/assets/tiles/16/12353/23180.png deleted file mode 100644 index 75db9ca..0000000 Binary files a/www/assets/tiles/16/12353/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23120.png b/www/assets/tiles/16/12354/23120.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23121.png b/www/assets/tiles/16/12354/23121.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23122.png b/www/assets/tiles/16/12354/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23123.png b/www/assets/tiles/16/12354/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23124.png b/www/assets/tiles/16/12354/23124.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23125.png b/www/assets/tiles/16/12354/23125.png deleted file mode 100644 index fa672b3..0000000 Binary files a/www/assets/tiles/16/12354/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23126.png b/www/assets/tiles/16/12354/23126.png deleted file mode 100644 index 5050a47..0000000 Binary files a/www/assets/tiles/16/12354/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23127.png b/www/assets/tiles/16/12354/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23128.png b/www/assets/tiles/16/12354/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23129.png b/www/assets/tiles/16/12354/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23130.png b/www/assets/tiles/16/12354/23130.png deleted file mode 100644 index 00ec5a8..0000000 Binary files a/www/assets/tiles/16/12354/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23131.png b/www/assets/tiles/16/12354/23131.png deleted file mode 100644 index dde2d58..0000000 Binary files a/www/assets/tiles/16/12354/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23132.png b/www/assets/tiles/16/12354/23132.png deleted file mode 100644 index 8f8a8dd..0000000 Binary files a/www/assets/tiles/16/12354/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23133.png b/www/assets/tiles/16/12354/23133.png deleted file mode 100644 index 74d3161..0000000 Binary files a/www/assets/tiles/16/12354/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23134.png b/www/assets/tiles/16/12354/23134.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12354/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23135.png b/www/assets/tiles/16/12354/23135.png deleted file mode 100644 index 0bf672e..0000000 Binary files a/www/assets/tiles/16/12354/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23136.png b/www/assets/tiles/16/12354/23136.png deleted file mode 100644 index c0dbef5..0000000 Binary files a/www/assets/tiles/16/12354/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23137.png b/www/assets/tiles/16/12354/23137.png deleted file mode 100644 index dc258aa..0000000 Binary files a/www/assets/tiles/16/12354/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23138.png b/www/assets/tiles/16/12354/23138.png deleted file mode 100644 index 1830163..0000000 Binary files a/www/assets/tiles/16/12354/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23139.png b/www/assets/tiles/16/12354/23139.png deleted file mode 100644 index eeff91d..0000000 Binary files a/www/assets/tiles/16/12354/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23140.png b/www/assets/tiles/16/12354/23140.png deleted file mode 100644 index 45121bb..0000000 Binary files a/www/assets/tiles/16/12354/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23141.png b/www/assets/tiles/16/12354/23141.png deleted file mode 100644 index b735648..0000000 Binary files a/www/assets/tiles/16/12354/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23142.png b/www/assets/tiles/16/12354/23142.png deleted file mode 100644 index 87da5f1..0000000 Binary files a/www/assets/tiles/16/12354/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23143.png b/www/assets/tiles/16/12354/23143.png deleted file mode 100644 index f2502e2..0000000 Binary files a/www/assets/tiles/16/12354/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23144.png b/www/assets/tiles/16/12354/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23145.png b/www/assets/tiles/16/12354/23145.png deleted file mode 100644 index 0419f69..0000000 Binary files a/www/assets/tiles/16/12354/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23146.png b/www/assets/tiles/16/12354/23146.png deleted file mode 100644 index f9cbf7b..0000000 Binary files a/www/assets/tiles/16/12354/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23147.png b/www/assets/tiles/16/12354/23147.png deleted file mode 100644 index c6145fb..0000000 Binary files a/www/assets/tiles/16/12354/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23148.png b/www/assets/tiles/16/12354/23148.png deleted file mode 100644 index 18e739d..0000000 Binary files a/www/assets/tiles/16/12354/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23149.png b/www/assets/tiles/16/12354/23149.png deleted file mode 100644 index c613c39..0000000 Binary files a/www/assets/tiles/16/12354/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23150.png b/www/assets/tiles/16/12354/23150.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23151.png b/www/assets/tiles/16/12354/23151.png deleted file mode 100644 index ac37e1f..0000000 Binary files a/www/assets/tiles/16/12354/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23152.png b/www/assets/tiles/16/12354/23152.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23153.png b/www/assets/tiles/16/12354/23153.png deleted file mode 100644 index afd82e6..0000000 Binary files a/www/assets/tiles/16/12354/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23154.png b/www/assets/tiles/16/12354/23154.png deleted file mode 100644 index 997476e..0000000 Binary files a/www/assets/tiles/16/12354/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23155.png b/www/assets/tiles/16/12354/23155.png deleted file mode 100644 index e9aafe4..0000000 Binary files a/www/assets/tiles/16/12354/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23156.png b/www/assets/tiles/16/12354/23156.png deleted file mode 100644 index 6dde5c5..0000000 Binary files a/www/assets/tiles/16/12354/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23157.png b/www/assets/tiles/16/12354/23157.png deleted file mode 100644 index 4ca3168..0000000 Binary files a/www/assets/tiles/16/12354/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23158.png b/www/assets/tiles/16/12354/23158.png deleted file mode 100644 index 0f155b1..0000000 Binary files a/www/assets/tiles/16/12354/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23159.png b/www/assets/tiles/16/12354/23159.png deleted file mode 100644 index b25a01c..0000000 Binary files a/www/assets/tiles/16/12354/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23160.png b/www/assets/tiles/16/12354/23160.png deleted file mode 100644 index 81b78fa..0000000 Binary files a/www/assets/tiles/16/12354/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23161.png b/www/assets/tiles/16/12354/23161.png deleted file mode 100644 index 76bffd7..0000000 Binary files a/www/assets/tiles/16/12354/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23162.png b/www/assets/tiles/16/12354/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23163.png b/www/assets/tiles/16/12354/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12354/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23164.png b/www/assets/tiles/16/12354/23164.png deleted file mode 100644 index 67da6bb..0000000 Binary files a/www/assets/tiles/16/12354/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23165.png b/www/assets/tiles/16/12354/23165.png deleted file mode 100644 index e96d0c0..0000000 Binary files a/www/assets/tiles/16/12354/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23166.png b/www/assets/tiles/16/12354/23166.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12354/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23167.png b/www/assets/tiles/16/12354/23167.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12354/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23168.png b/www/assets/tiles/16/12354/23168.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12354/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23169.png b/www/assets/tiles/16/12354/23169.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12354/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23170.png b/www/assets/tiles/16/12354/23170.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12354/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23171.png b/www/assets/tiles/16/12354/23171.png deleted file mode 100644 index cb73e2c..0000000 Binary files a/www/assets/tiles/16/12354/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23172.png b/www/assets/tiles/16/12354/23172.png deleted file mode 100644 index 3a63d79..0000000 Binary files a/www/assets/tiles/16/12354/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23173.png b/www/assets/tiles/16/12354/23173.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12354/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23174.png b/www/assets/tiles/16/12354/23174.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12354/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23175.png b/www/assets/tiles/16/12354/23175.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12354/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23176.png b/www/assets/tiles/16/12354/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12354/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23177.png b/www/assets/tiles/16/12354/23177.png deleted file mode 100644 index fe60329..0000000 Binary files a/www/assets/tiles/16/12354/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23178.png b/www/assets/tiles/16/12354/23178.png deleted file mode 100644 index c063b53..0000000 Binary files a/www/assets/tiles/16/12354/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23179.png b/www/assets/tiles/16/12354/23179.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12354/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12354/23180.png b/www/assets/tiles/16/12354/23180.png deleted file mode 100644 index af3fe7f..0000000 Binary files a/www/assets/tiles/16/12354/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23120.png b/www/assets/tiles/16/12355/23120.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23121.png b/www/assets/tiles/16/12355/23121.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23122.png b/www/assets/tiles/16/12355/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23123.png b/www/assets/tiles/16/12355/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23124.png b/www/assets/tiles/16/12355/23124.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23125.png b/www/assets/tiles/16/12355/23125.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23126.png b/www/assets/tiles/16/12355/23126.png deleted file mode 100644 index b6639e5..0000000 Binary files a/www/assets/tiles/16/12355/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23127.png b/www/assets/tiles/16/12355/23127.png deleted file mode 100644 index 7226326..0000000 Binary files a/www/assets/tiles/16/12355/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23128.png b/www/assets/tiles/16/12355/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23129.png b/www/assets/tiles/16/12355/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23130.png b/www/assets/tiles/16/12355/23130.png deleted file mode 100644 index 1904cb1..0000000 Binary files a/www/assets/tiles/16/12355/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23131.png b/www/assets/tiles/16/12355/23131.png deleted file mode 100644 index e43ed38..0000000 Binary files a/www/assets/tiles/16/12355/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23132.png b/www/assets/tiles/16/12355/23132.png deleted file mode 100644 index 707140d..0000000 Binary files a/www/assets/tiles/16/12355/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23133.png b/www/assets/tiles/16/12355/23133.png deleted file mode 100644 index 6fb7139..0000000 Binary files a/www/assets/tiles/16/12355/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23134.png b/www/assets/tiles/16/12355/23134.png deleted file mode 100644 index 138e576..0000000 Binary files a/www/assets/tiles/16/12355/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23135.png b/www/assets/tiles/16/12355/23135.png deleted file mode 100644 index 7b9c005..0000000 Binary files a/www/assets/tiles/16/12355/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23136.png b/www/assets/tiles/16/12355/23136.png deleted file mode 100644 index d14a45d..0000000 Binary files a/www/assets/tiles/16/12355/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23137.png b/www/assets/tiles/16/12355/23137.png deleted file mode 100644 index 8f1ad68..0000000 Binary files a/www/assets/tiles/16/12355/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23138.png b/www/assets/tiles/16/12355/23138.png deleted file mode 100644 index 41888ff..0000000 Binary files a/www/assets/tiles/16/12355/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23139.png b/www/assets/tiles/16/12355/23139.png deleted file mode 100644 index 3eb6a58..0000000 Binary files a/www/assets/tiles/16/12355/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23140.png b/www/assets/tiles/16/12355/23140.png deleted file mode 100644 index 0e57616..0000000 Binary files a/www/assets/tiles/16/12355/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23141.png b/www/assets/tiles/16/12355/23141.png deleted file mode 100644 index 5b7d2ce..0000000 Binary files a/www/assets/tiles/16/12355/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23142.png b/www/assets/tiles/16/12355/23142.png deleted file mode 100644 index 316d064..0000000 Binary files a/www/assets/tiles/16/12355/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23143.png b/www/assets/tiles/16/12355/23143.png deleted file mode 100644 index a53a2b9..0000000 Binary files a/www/assets/tiles/16/12355/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23144.png b/www/assets/tiles/16/12355/23144.png deleted file mode 100644 index 99c8370..0000000 Binary files a/www/assets/tiles/16/12355/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23145.png b/www/assets/tiles/16/12355/23145.png deleted file mode 100644 index 1c71a03..0000000 Binary files a/www/assets/tiles/16/12355/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23146.png b/www/assets/tiles/16/12355/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23147.png b/www/assets/tiles/16/12355/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23148.png b/www/assets/tiles/16/12355/23148.png deleted file mode 100644 index 3cdc9de..0000000 Binary files a/www/assets/tiles/16/12355/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23149.png b/www/assets/tiles/16/12355/23149.png deleted file mode 100644 index ebef494..0000000 Binary files a/www/assets/tiles/16/12355/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23150.png b/www/assets/tiles/16/12355/23150.png deleted file mode 100644 index 89cccea..0000000 Binary files a/www/assets/tiles/16/12355/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23151.png b/www/assets/tiles/16/12355/23151.png deleted file mode 100644 index 4000354..0000000 Binary files a/www/assets/tiles/16/12355/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23152.png b/www/assets/tiles/16/12355/23152.png deleted file mode 100644 index a8ab005..0000000 Binary files a/www/assets/tiles/16/12355/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23153.png b/www/assets/tiles/16/12355/23153.png deleted file mode 100644 index f1790c7..0000000 Binary files a/www/assets/tiles/16/12355/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23154.png b/www/assets/tiles/16/12355/23154.png deleted file mode 100644 index a378efa..0000000 Binary files a/www/assets/tiles/16/12355/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23155.png b/www/assets/tiles/16/12355/23155.png deleted file mode 100644 index 710ee64..0000000 Binary files a/www/assets/tiles/16/12355/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23156.png b/www/assets/tiles/16/12355/23156.png deleted file mode 100644 index e3968ab..0000000 Binary files a/www/assets/tiles/16/12355/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23157.png b/www/assets/tiles/16/12355/23157.png deleted file mode 100644 index 55e1840..0000000 Binary files a/www/assets/tiles/16/12355/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23158.png b/www/assets/tiles/16/12355/23158.png deleted file mode 100644 index e021af4..0000000 Binary files a/www/assets/tiles/16/12355/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23159.png b/www/assets/tiles/16/12355/23159.png deleted file mode 100644 index 7d658ae..0000000 Binary files a/www/assets/tiles/16/12355/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23160.png b/www/assets/tiles/16/12355/23160.png deleted file mode 100644 index b2512bd..0000000 Binary files a/www/assets/tiles/16/12355/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23161.png b/www/assets/tiles/16/12355/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23162.png b/www/assets/tiles/16/12355/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23163.png b/www/assets/tiles/16/12355/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12355/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23164.png b/www/assets/tiles/16/12355/23164.png deleted file mode 100644 index 00c987d..0000000 Binary files a/www/assets/tiles/16/12355/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23165.png b/www/assets/tiles/16/12355/23165.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12355/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23166.png b/www/assets/tiles/16/12355/23166.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12355/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23167.png b/www/assets/tiles/16/12355/23167.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12355/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23168.png b/www/assets/tiles/16/12355/23168.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12355/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23169.png b/www/assets/tiles/16/12355/23169.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12355/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23170.png b/www/assets/tiles/16/12355/23170.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12355/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23171.png b/www/assets/tiles/16/12355/23171.png deleted file mode 100644 index ab56ded..0000000 Binary files a/www/assets/tiles/16/12355/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23172.png b/www/assets/tiles/16/12355/23172.png deleted file mode 100644 index 0663216..0000000 Binary files a/www/assets/tiles/16/12355/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23173.png b/www/assets/tiles/16/12355/23173.png deleted file mode 100644 index 541a575..0000000 Binary files a/www/assets/tiles/16/12355/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23174.png b/www/assets/tiles/16/12355/23174.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12355/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23175.png b/www/assets/tiles/16/12355/23175.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12355/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23176.png b/www/assets/tiles/16/12355/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12355/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23177.png b/www/assets/tiles/16/12355/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12355/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23178.png b/www/assets/tiles/16/12355/23178.png deleted file mode 100644 index a112d60..0000000 Binary files a/www/assets/tiles/16/12355/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23179.png b/www/assets/tiles/16/12355/23179.png deleted file mode 100644 index dbc64f0..0000000 Binary files a/www/assets/tiles/16/12355/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12355/23180.png b/www/assets/tiles/16/12355/23180.png deleted file mode 100644 index fb1d18b..0000000 Binary files a/www/assets/tiles/16/12355/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23120.png b/www/assets/tiles/16/12356/23120.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12356/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23121.png b/www/assets/tiles/16/12356/23121.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12356/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23122.png b/www/assets/tiles/16/12356/23122.png deleted file mode 100644 index bef9938..0000000 Binary files a/www/assets/tiles/16/12356/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23123.png b/www/assets/tiles/16/12356/23123.png deleted file mode 100644 index 30d41a2..0000000 Binary files a/www/assets/tiles/16/12356/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23124.png b/www/assets/tiles/16/12356/23124.png deleted file mode 100644 index 8350e2e..0000000 Binary files a/www/assets/tiles/16/12356/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23125.png b/www/assets/tiles/16/12356/23125.png deleted file mode 100644 index b34421d..0000000 Binary files a/www/assets/tiles/16/12356/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23126.png b/www/assets/tiles/16/12356/23126.png deleted file mode 100644 index 285c747..0000000 Binary files a/www/assets/tiles/16/12356/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23127.png b/www/assets/tiles/16/12356/23127.png deleted file mode 100644 index 4eb9ef0..0000000 Binary files a/www/assets/tiles/16/12356/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23128.png b/www/assets/tiles/16/12356/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12356/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23129.png b/www/assets/tiles/16/12356/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12356/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23130.png b/www/assets/tiles/16/12356/23130.png deleted file mode 100644 index 61c6f23..0000000 Binary files a/www/assets/tiles/16/12356/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23131.png b/www/assets/tiles/16/12356/23131.png deleted file mode 100644 index 175f241..0000000 Binary files a/www/assets/tiles/16/12356/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23132.png b/www/assets/tiles/16/12356/23132.png deleted file mode 100644 index 8a60ad9..0000000 Binary files a/www/assets/tiles/16/12356/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23133.png b/www/assets/tiles/16/12356/23133.png deleted file mode 100644 index ef16b80..0000000 Binary files a/www/assets/tiles/16/12356/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23134.png b/www/assets/tiles/16/12356/23134.png deleted file mode 100644 index a180985..0000000 Binary files a/www/assets/tiles/16/12356/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23135.png b/www/assets/tiles/16/12356/23135.png deleted file mode 100644 index ace15a8..0000000 Binary files a/www/assets/tiles/16/12356/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23136.png b/www/assets/tiles/16/12356/23136.png deleted file mode 100644 index 8a32c66..0000000 Binary files a/www/assets/tiles/16/12356/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23137.png b/www/assets/tiles/16/12356/23137.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12356/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23138.png b/www/assets/tiles/16/12356/23138.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12356/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23139.png b/www/assets/tiles/16/12356/23139.png deleted file mode 100644 index 6ad162a..0000000 Binary files a/www/assets/tiles/16/12356/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23140.png b/www/assets/tiles/16/12356/23140.png deleted file mode 100644 index 61c9fb1..0000000 Binary files a/www/assets/tiles/16/12356/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23141.png b/www/assets/tiles/16/12356/23141.png deleted file mode 100644 index 2ae9d00..0000000 Binary files a/www/assets/tiles/16/12356/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23142.png b/www/assets/tiles/16/12356/23142.png deleted file mode 100644 index 48fc6a1..0000000 Binary files a/www/assets/tiles/16/12356/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23143.png b/www/assets/tiles/16/12356/23143.png deleted file mode 100644 index c305a67..0000000 Binary files a/www/assets/tiles/16/12356/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23144.png b/www/assets/tiles/16/12356/23144.png deleted file mode 100644 index beaa0fc..0000000 Binary files a/www/assets/tiles/16/12356/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23145.png b/www/assets/tiles/16/12356/23145.png deleted file mode 100644 index 1529b56..0000000 Binary files a/www/assets/tiles/16/12356/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23146.png b/www/assets/tiles/16/12356/23146.png deleted file mode 100644 index 205c956..0000000 Binary files a/www/assets/tiles/16/12356/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23147.png b/www/assets/tiles/16/12356/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12356/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23148.png b/www/assets/tiles/16/12356/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12356/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23149.png b/www/assets/tiles/16/12356/23149.png deleted file mode 100644 index e70682a..0000000 Binary files a/www/assets/tiles/16/12356/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23150.png b/www/assets/tiles/16/12356/23150.png deleted file mode 100644 index 869076d..0000000 Binary files a/www/assets/tiles/16/12356/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23151.png b/www/assets/tiles/16/12356/23151.png deleted file mode 100644 index cef2ca5..0000000 Binary files a/www/assets/tiles/16/12356/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23152.png b/www/assets/tiles/16/12356/23152.png deleted file mode 100644 index 22c18dc..0000000 Binary files a/www/assets/tiles/16/12356/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23153.png b/www/assets/tiles/16/12356/23153.png deleted file mode 100644 index 1be6844..0000000 Binary files a/www/assets/tiles/16/12356/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23154.png b/www/assets/tiles/16/12356/23154.png deleted file mode 100644 index 7771bc2..0000000 Binary files a/www/assets/tiles/16/12356/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23155.png b/www/assets/tiles/16/12356/23155.png deleted file mode 100644 index ec8623f..0000000 Binary files a/www/assets/tiles/16/12356/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23156.png b/www/assets/tiles/16/12356/23156.png deleted file mode 100644 index c82a4f6..0000000 Binary files a/www/assets/tiles/16/12356/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23157.png b/www/assets/tiles/16/12356/23157.png deleted file mode 100644 index 677f8d5..0000000 Binary files a/www/assets/tiles/16/12356/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23158.png b/www/assets/tiles/16/12356/23158.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12356/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23159.png b/www/assets/tiles/16/12356/23159.png deleted file mode 100644 index c69c78a..0000000 Binary files a/www/assets/tiles/16/12356/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23160.png b/www/assets/tiles/16/12356/23160.png deleted file mode 100644 index 0550935..0000000 Binary files a/www/assets/tiles/16/12356/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23161.png b/www/assets/tiles/16/12356/23161.png deleted file mode 100644 index 6613a38..0000000 Binary files a/www/assets/tiles/16/12356/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23162.png b/www/assets/tiles/16/12356/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12356/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23163.png b/www/assets/tiles/16/12356/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12356/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23164.png b/www/assets/tiles/16/12356/23164.png deleted file mode 100644 index 3c6dd15..0000000 Binary files a/www/assets/tiles/16/12356/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23165.png b/www/assets/tiles/16/12356/23165.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12356/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23166.png b/www/assets/tiles/16/12356/23166.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12356/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23167.png b/www/assets/tiles/16/12356/23167.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12356/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23168.png b/www/assets/tiles/16/12356/23168.png deleted file mode 100644 index 619ef2a..0000000 Binary files a/www/assets/tiles/16/12356/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23169.png b/www/assets/tiles/16/12356/23169.png deleted file mode 100644 index bbd4d14..0000000 Binary files a/www/assets/tiles/16/12356/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23170.png b/www/assets/tiles/16/12356/23170.png deleted file mode 100644 index 8f94c1f..0000000 Binary files a/www/assets/tiles/16/12356/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23171.png b/www/assets/tiles/16/12356/23171.png deleted file mode 100644 index e95803b..0000000 Binary files a/www/assets/tiles/16/12356/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23172.png b/www/assets/tiles/16/12356/23172.png deleted file mode 100644 index 9a8a5fc..0000000 Binary files a/www/assets/tiles/16/12356/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23173.png b/www/assets/tiles/16/12356/23173.png deleted file mode 100644 index ff07eb4..0000000 Binary files a/www/assets/tiles/16/12356/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23174.png b/www/assets/tiles/16/12356/23174.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12356/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23175.png b/www/assets/tiles/16/12356/23175.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12356/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23176.png b/www/assets/tiles/16/12356/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12356/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23177.png b/www/assets/tiles/16/12356/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12356/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23178.png b/www/assets/tiles/16/12356/23178.png deleted file mode 100644 index 3172811..0000000 Binary files a/www/assets/tiles/16/12356/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23179.png b/www/assets/tiles/16/12356/23179.png deleted file mode 100644 index 7d57b5d..0000000 Binary files a/www/assets/tiles/16/12356/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12356/23180.png b/www/assets/tiles/16/12356/23180.png deleted file mode 100644 index 169eed7..0000000 Binary files a/www/assets/tiles/16/12356/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23120.png b/www/assets/tiles/16/12357/23120.png deleted file mode 100644 index cf04e71..0000000 Binary files a/www/assets/tiles/16/12357/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23121.png b/www/assets/tiles/16/12357/23121.png deleted file mode 100644 index 8f988dd..0000000 Binary files a/www/assets/tiles/16/12357/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23122.png b/www/assets/tiles/16/12357/23122.png deleted file mode 100644 index ea8ad42..0000000 Binary files a/www/assets/tiles/16/12357/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23123.png b/www/assets/tiles/16/12357/23123.png deleted file mode 100644 index 3b52d28..0000000 Binary files a/www/assets/tiles/16/12357/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23124.png b/www/assets/tiles/16/12357/23124.png deleted file mode 100644 index bb42dc1..0000000 Binary files a/www/assets/tiles/16/12357/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23125.png b/www/assets/tiles/16/12357/23125.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12357/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23126.png b/www/assets/tiles/16/12357/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12357/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23127.png b/www/assets/tiles/16/12357/23127.png deleted file mode 100644 index fee7a67..0000000 Binary files a/www/assets/tiles/16/12357/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23128.png b/www/assets/tiles/16/12357/23128.png deleted file mode 100644 index b0a1bc3..0000000 Binary files a/www/assets/tiles/16/12357/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23129.png b/www/assets/tiles/16/12357/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12357/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23130.png b/www/assets/tiles/16/12357/23130.png deleted file mode 100644 index e7410a9..0000000 Binary files a/www/assets/tiles/16/12357/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23131.png b/www/assets/tiles/16/12357/23131.png deleted file mode 100644 index 3dd095f..0000000 Binary files a/www/assets/tiles/16/12357/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23132.png b/www/assets/tiles/16/12357/23132.png deleted file mode 100644 index ed12504..0000000 Binary files a/www/assets/tiles/16/12357/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23133.png b/www/assets/tiles/16/12357/23133.png deleted file mode 100644 index aa72c6c..0000000 Binary files a/www/assets/tiles/16/12357/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23134.png b/www/assets/tiles/16/12357/23134.png deleted file mode 100644 index 9a4d84a..0000000 Binary files a/www/assets/tiles/16/12357/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23135.png b/www/assets/tiles/16/12357/23135.png deleted file mode 100644 index 2eb41f8..0000000 Binary files a/www/assets/tiles/16/12357/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23136.png b/www/assets/tiles/16/12357/23136.png deleted file mode 100644 index c6be45b..0000000 Binary files a/www/assets/tiles/16/12357/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23137.png b/www/assets/tiles/16/12357/23137.png deleted file mode 100644 index 6be6c0e..0000000 Binary files a/www/assets/tiles/16/12357/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23138.png b/www/assets/tiles/16/12357/23138.png deleted file mode 100644 index 518d115..0000000 Binary files a/www/assets/tiles/16/12357/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23139.png b/www/assets/tiles/16/12357/23139.png deleted file mode 100644 index 4579f47..0000000 Binary files a/www/assets/tiles/16/12357/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23140.png b/www/assets/tiles/16/12357/23140.png deleted file mode 100644 index 2900079..0000000 Binary files a/www/assets/tiles/16/12357/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23141.png b/www/assets/tiles/16/12357/23141.png deleted file mode 100644 index ffc612b..0000000 Binary files a/www/assets/tiles/16/12357/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23142.png b/www/assets/tiles/16/12357/23142.png deleted file mode 100644 index 9bed639..0000000 Binary files a/www/assets/tiles/16/12357/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23143.png b/www/assets/tiles/16/12357/23143.png deleted file mode 100644 index 524baff..0000000 Binary files a/www/assets/tiles/16/12357/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23144.png b/www/assets/tiles/16/12357/23144.png deleted file mode 100644 index b76e9e1..0000000 Binary files a/www/assets/tiles/16/12357/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23145.png b/www/assets/tiles/16/12357/23145.png deleted file mode 100644 index 6c11537..0000000 Binary files a/www/assets/tiles/16/12357/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23146.png b/www/assets/tiles/16/12357/23146.png deleted file mode 100644 index 6a2c04b..0000000 Binary files a/www/assets/tiles/16/12357/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23147.png b/www/assets/tiles/16/12357/23147.png deleted file mode 100644 index eef6a88..0000000 Binary files a/www/assets/tiles/16/12357/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23148.png b/www/assets/tiles/16/12357/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12357/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23149.png b/www/assets/tiles/16/12357/23149.png deleted file mode 100644 index fe1f0a5..0000000 Binary files a/www/assets/tiles/16/12357/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23150.png b/www/assets/tiles/16/12357/23150.png deleted file mode 100644 index 4582640..0000000 Binary files a/www/assets/tiles/16/12357/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23151.png b/www/assets/tiles/16/12357/23151.png deleted file mode 100644 index 85de7e7..0000000 Binary files a/www/assets/tiles/16/12357/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23152.png b/www/assets/tiles/16/12357/23152.png deleted file mode 100644 index 74e0bc6..0000000 Binary files a/www/assets/tiles/16/12357/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23153.png b/www/assets/tiles/16/12357/23153.png deleted file mode 100644 index 0690538..0000000 Binary files a/www/assets/tiles/16/12357/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23154.png b/www/assets/tiles/16/12357/23154.png deleted file mode 100644 index 2c8cf44..0000000 Binary files a/www/assets/tiles/16/12357/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23155.png b/www/assets/tiles/16/12357/23155.png deleted file mode 100644 index 60470ed..0000000 Binary files a/www/assets/tiles/16/12357/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23156.png b/www/assets/tiles/16/12357/23156.png deleted file mode 100644 index b398e1c..0000000 Binary files a/www/assets/tiles/16/12357/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23157.png b/www/assets/tiles/16/12357/23157.png deleted file mode 100644 index 01f837c..0000000 Binary files a/www/assets/tiles/16/12357/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23158.png b/www/assets/tiles/16/12357/23158.png deleted file mode 100644 index 2968121..0000000 Binary files a/www/assets/tiles/16/12357/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23159.png b/www/assets/tiles/16/12357/23159.png deleted file mode 100644 index 5ebcf22..0000000 Binary files a/www/assets/tiles/16/12357/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23160.png b/www/assets/tiles/16/12357/23160.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12357/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23161.png b/www/assets/tiles/16/12357/23161.png deleted file mode 100644 index c74764b..0000000 Binary files a/www/assets/tiles/16/12357/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23162.png b/www/assets/tiles/16/12357/23162.png deleted file mode 100644 index 510c65a..0000000 Binary files a/www/assets/tiles/16/12357/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23163.png b/www/assets/tiles/16/12357/23163.png deleted file mode 100644 index 6239f75..0000000 Binary files a/www/assets/tiles/16/12357/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23164.png b/www/assets/tiles/16/12357/23164.png deleted file mode 100644 index 24e7c62..0000000 Binary files a/www/assets/tiles/16/12357/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23165.png b/www/assets/tiles/16/12357/23165.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12357/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23166.png b/www/assets/tiles/16/12357/23166.png deleted file mode 100644 index 4b524fd..0000000 Binary files a/www/assets/tiles/16/12357/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23167.png b/www/assets/tiles/16/12357/23167.png deleted file mode 100644 index 3a7b11b..0000000 Binary files a/www/assets/tiles/16/12357/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23168.png b/www/assets/tiles/16/12357/23168.png deleted file mode 100644 index d7d7ed6..0000000 Binary files a/www/assets/tiles/16/12357/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23169.png b/www/assets/tiles/16/12357/23169.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12357/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23170.png b/www/assets/tiles/16/12357/23170.png deleted file mode 100644 index 8889724..0000000 Binary files a/www/assets/tiles/16/12357/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23171.png b/www/assets/tiles/16/12357/23171.png deleted file mode 100644 index daaf924..0000000 Binary files a/www/assets/tiles/16/12357/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23172.png b/www/assets/tiles/16/12357/23172.png deleted file mode 100644 index 0bbf2cb..0000000 Binary files a/www/assets/tiles/16/12357/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23173.png b/www/assets/tiles/16/12357/23173.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12357/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23174.png b/www/assets/tiles/16/12357/23174.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12357/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23175.png b/www/assets/tiles/16/12357/23175.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12357/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23176.png b/www/assets/tiles/16/12357/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12357/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23177.png b/www/assets/tiles/16/12357/23177.png deleted file mode 100644 index c764cfe..0000000 Binary files a/www/assets/tiles/16/12357/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23178.png b/www/assets/tiles/16/12357/23178.png deleted file mode 100644 index 803eb30..0000000 Binary files a/www/assets/tiles/16/12357/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23179.png b/www/assets/tiles/16/12357/23179.png deleted file mode 100644 index fd50216..0000000 Binary files a/www/assets/tiles/16/12357/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12357/23180.png b/www/assets/tiles/16/12357/23180.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12357/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23120.png b/www/assets/tiles/16/12358/23120.png deleted file mode 100644 index 869bda5..0000000 Binary files a/www/assets/tiles/16/12358/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23121.png b/www/assets/tiles/16/12358/23121.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23122.png b/www/assets/tiles/16/12358/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23123.png b/www/assets/tiles/16/12358/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23124.png b/www/assets/tiles/16/12358/23124.png deleted file mode 100644 index 604d056..0000000 Binary files a/www/assets/tiles/16/12358/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23125.png b/www/assets/tiles/16/12358/23125.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23126.png b/www/assets/tiles/16/12358/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23127.png b/www/assets/tiles/16/12358/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23128.png b/www/assets/tiles/16/12358/23128.png deleted file mode 100644 index 23eee20..0000000 Binary files a/www/assets/tiles/16/12358/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23129.png b/www/assets/tiles/16/12358/23129.png deleted file mode 100644 index e3a1c69..0000000 Binary files a/www/assets/tiles/16/12358/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23130.png b/www/assets/tiles/16/12358/23130.png deleted file mode 100644 index 9d29c37..0000000 Binary files a/www/assets/tiles/16/12358/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23131.png b/www/assets/tiles/16/12358/23131.png deleted file mode 100644 index fac380c..0000000 Binary files a/www/assets/tiles/16/12358/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23132.png b/www/assets/tiles/16/12358/23132.png deleted file mode 100644 index 82c161a..0000000 Binary files a/www/assets/tiles/16/12358/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23133.png b/www/assets/tiles/16/12358/23133.png deleted file mode 100644 index 9669449..0000000 Binary files a/www/assets/tiles/16/12358/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23134.png b/www/assets/tiles/16/12358/23134.png deleted file mode 100644 index 8a64f23..0000000 Binary files a/www/assets/tiles/16/12358/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23135.png b/www/assets/tiles/16/12358/23135.png deleted file mode 100644 index 3db05d0..0000000 Binary files a/www/assets/tiles/16/12358/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23136.png b/www/assets/tiles/16/12358/23136.png deleted file mode 100644 index 11475c2..0000000 Binary files a/www/assets/tiles/16/12358/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23137.png b/www/assets/tiles/16/12358/23137.png deleted file mode 100644 index a4755a7..0000000 Binary files a/www/assets/tiles/16/12358/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23138.png b/www/assets/tiles/16/12358/23138.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12358/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23139.png b/www/assets/tiles/16/12358/23139.png deleted file mode 100644 index 9f43b2f..0000000 Binary files a/www/assets/tiles/16/12358/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23140.png b/www/assets/tiles/16/12358/23140.png deleted file mode 100644 index 297e333..0000000 Binary files a/www/assets/tiles/16/12358/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23141.png b/www/assets/tiles/16/12358/23141.png deleted file mode 100644 index 5331aea..0000000 Binary files a/www/assets/tiles/16/12358/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23142.png b/www/assets/tiles/16/12358/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23143.png b/www/assets/tiles/16/12358/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23144.png b/www/assets/tiles/16/12358/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23145.png b/www/assets/tiles/16/12358/23145.png deleted file mode 100644 index 19719e0..0000000 Binary files a/www/assets/tiles/16/12358/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23146.png b/www/assets/tiles/16/12358/23146.png deleted file mode 100644 index 1f5696c..0000000 Binary files a/www/assets/tiles/16/12358/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23147.png b/www/assets/tiles/16/12358/23147.png deleted file mode 100644 index a94144f..0000000 Binary files a/www/assets/tiles/16/12358/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23148.png b/www/assets/tiles/16/12358/23148.png deleted file mode 100644 index 04888b6..0000000 Binary files a/www/assets/tiles/16/12358/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23149.png b/www/assets/tiles/16/12358/23149.png deleted file mode 100644 index 2ee7f5f..0000000 Binary files a/www/assets/tiles/16/12358/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23150.png b/www/assets/tiles/16/12358/23150.png deleted file mode 100644 index 2d681d1..0000000 Binary files a/www/assets/tiles/16/12358/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23151.png b/www/assets/tiles/16/12358/23151.png deleted file mode 100644 index 928b0c8..0000000 Binary files a/www/assets/tiles/16/12358/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23152.png b/www/assets/tiles/16/12358/23152.png deleted file mode 100644 index 7e37a88..0000000 Binary files a/www/assets/tiles/16/12358/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23153.png b/www/assets/tiles/16/12358/23153.png deleted file mode 100644 index 0463cf1..0000000 Binary files a/www/assets/tiles/16/12358/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23154.png b/www/assets/tiles/16/12358/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23155.png b/www/assets/tiles/16/12358/23155.png deleted file mode 100644 index 479cbe4..0000000 Binary files a/www/assets/tiles/16/12358/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23156.png b/www/assets/tiles/16/12358/23156.png deleted file mode 100644 index 3883b57..0000000 Binary files a/www/assets/tiles/16/12358/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23157.png b/www/assets/tiles/16/12358/23157.png deleted file mode 100644 index a078822..0000000 Binary files a/www/assets/tiles/16/12358/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23158.png b/www/assets/tiles/16/12358/23158.png deleted file mode 100644 index 35b833f..0000000 Binary files a/www/assets/tiles/16/12358/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23159.png b/www/assets/tiles/16/12358/23159.png deleted file mode 100644 index 6d3ba8c..0000000 Binary files a/www/assets/tiles/16/12358/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23160.png b/www/assets/tiles/16/12358/23160.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23161.png b/www/assets/tiles/16/12358/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23162.png b/www/assets/tiles/16/12358/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12358/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23163.png b/www/assets/tiles/16/12358/23163.png deleted file mode 100644 index 39785e9..0000000 Binary files a/www/assets/tiles/16/12358/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23164.png b/www/assets/tiles/16/12358/23164.png deleted file mode 100644 index a5d9a54..0000000 Binary files a/www/assets/tiles/16/12358/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23165.png b/www/assets/tiles/16/12358/23165.png deleted file mode 100644 index d3abb46..0000000 Binary files a/www/assets/tiles/16/12358/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23166.png b/www/assets/tiles/16/12358/23166.png deleted file mode 100644 index 5451eda..0000000 Binary files a/www/assets/tiles/16/12358/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23167.png b/www/assets/tiles/16/12358/23167.png deleted file mode 100644 index 09bb66c..0000000 Binary files a/www/assets/tiles/16/12358/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23168.png b/www/assets/tiles/16/12358/23168.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12358/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23169.png b/www/assets/tiles/16/12358/23169.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12358/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23170.png b/www/assets/tiles/16/12358/23170.png deleted file mode 100644 index 8e675be..0000000 Binary files a/www/assets/tiles/16/12358/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23171.png b/www/assets/tiles/16/12358/23171.png deleted file mode 100644 index 573386a..0000000 Binary files a/www/assets/tiles/16/12358/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23172.png b/www/assets/tiles/16/12358/23172.png deleted file mode 100644 index a62e1fe..0000000 Binary files a/www/assets/tiles/16/12358/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23173.png b/www/assets/tiles/16/12358/23173.png deleted file mode 100644 index 379ba58..0000000 Binary files a/www/assets/tiles/16/12358/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23174.png b/www/assets/tiles/16/12358/23174.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12358/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23175.png b/www/assets/tiles/16/12358/23175.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12358/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23176.png b/www/assets/tiles/16/12358/23176.png deleted file mode 100644 index f6dcc59..0000000 Binary files a/www/assets/tiles/16/12358/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23177.png b/www/assets/tiles/16/12358/23177.png deleted file mode 100644 index b2ca96c..0000000 Binary files a/www/assets/tiles/16/12358/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23178.png b/www/assets/tiles/16/12358/23178.png deleted file mode 100644 index 89152bb..0000000 Binary files a/www/assets/tiles/16/12358/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23179.png b/www/assets/tiles/16/12358/23179.png deleted file mode 100644 index 03b950c..0000000 Binary files a/www/assets/tiles/16/12358/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12358/23180.png b/www/assets/tiles/16/12358/23180.png deleted file mode 100644 index 14b69fa..0000000 Binary files a/www/assets/tiles/16/12358/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23120.png b/www/assets/tiles/16/12359/23120.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23121.png b/www/assets/tiles/16/12359/23121.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23122.png b/www/assets/tiles/16/12359/23122.png deleted file mode 100644 index 8498e1f..0000000 Binary files a/www/assets/tiles/16/12359/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23123.png b/www/assets/tiles/16/12359/23123.png deleted file mode 100644 index 1909308..0000000 Binary files a/www/assets/tiles/16/12359/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23124.png b/www/assets/tiles/16/12359/23124.png deleted file mode 100644 index 4a2f960..0000000 Binary files a/www/assets/tiles/16/12359/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23125.png b/www/assets/tiles/16/12359/23125.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23126.png b/www/assets/tiles/16/12359/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23127.png b/www/assets/tiles/16/12359/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23128.png b/www/assets/tiles/16/12359/23128.png deleted file mode 100644 index 000cc3f..0000000 Binary files a/www/assets/tiles/16/12359/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23129.png b/www/assets/tiles/16/12359/23129.png deleted file mode 100644 index 04beaf2..0000000 Binary files a/www/assets/tiles/16/12359/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23130.png b/www/assets/tiles/16/12359/23130.png deleted file mode 100644 index 1f7d62a..0000000 Binary files a/www/assets/tiles/16/12359/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23131.png b/www/assets/tiles/16/12359/23131.png deleted file mode 100644 index 228dd35..0000000 Binary files a/www/assets/tiles/16/12359/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23132.png b/www/assets/tiles/16/12359/23132.png deleted file mode 100644 index 5401d21..0000000 Binary files a/www/assets/tiles/16/12359/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23133.png b/www/assets/tiles/16/12359/23133.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12359/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23134.png b/www/assets/tiles/16/12359/23134.png deleted file mode 100644 index b1182d9..0000000 Binary files a/www/assets/tiles/16/12359/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23135.png b/www/assets/tiles/16/12359/23135.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12359/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23136.png b/www/assets/tiles/16/12359/23136.png deleted file mode 100644 index 5877029..0000000 Binary files a/www/assets/tiles/16/12359/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23137.png b/www/assets/tiles/16/12359/23137.png deleted file mode 100644 index e56616e..0000000 Binary files a/www/assets/tiles/16/12359/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23138.png b/www/assets/tiles/16/12359/23138.png deleted file mode 100644 index 6195aea..0000000 Binary files a/www/assets/tiles/16/12359/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23139.png b/www/assets/tiles/16/12359/23139.png deleted file mode 100644 index 9304584..0000000 Binary files a/www/assets/tiles/16/12359/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23140.png b/www/assets/tiles/16/12359/23140.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12359/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23141.png b/www/assets/tiles/16/12359/23141.png deleted file mode 100644 index bec9a5a..0000000 Binary files a/www/assets/tiles/16/12359/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23142.png b/www/assets/tiles/16/12359/23142.png deleted file mode 100644 index f2faed5..0000000 Binary files a/www/assets/tiles/16/12359/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23143.png b/www/assets/tiles/16/12359/23143.png deleted file mode 100644 index 751515a..0000000 Binary files a/www/assets/tiles/16/12359/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23144.png b/www/assets/tiles/16/12359/23144.png deleted file mode 100644 index fa7f776..0000000 Binary files a/www/assets/tiles/16/12359/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23145.png b/www/assets/tiles/16/12359/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23146.png b/www/assets/tiles/16/12359/23146.png deleted file mode 100644 index 6316092..0000000 Binary files a/www/assets/tiles/16/12359/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23147.png b/www/assets/tiles/16/12359/23147.png deleted file mode 100644 index eb167d5..0000000 Binary files a/www/assets/tiles/16/12359/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23148.png b/www/assets/tiles/16/12359/23148.png deleted file mode 100644 index 3dbe74c..0000000 Binary files a/www/assets/tiles/16/12359/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23149.png b/www/assets/tiles/16/12359/23149.png deleted file mode 100644 index dc7a364..0000000 Binary files a/www/assets/tiles/16/12359/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23150.png b/www/assets/tiles/16/12359/23150.png deleted file mode 100644 index 0dcd3d6..0000000 Binary files a/www/assets/tiles/16/12359/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23151.png b/www/assets/tiles/16/12359/23151.png deleted file mode 100644 index fc419d4..0000000 Binary files a/www/assets/tiles/16/12359/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23152.png b/www/assets/tiles/16/12359/23152.png deleted file mode 100644 index cb975e4..0000000 Binary files a/www/assets/tiles/16/12359/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23153.png b/www/assets/tiles/16/12359/23153.png deleted file mode 100644 index 4ddbcc8..0000000 Binary files a/www/assets/tiles/16/12359/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23154.png b/www/assets/tiles/16/12359/23154.png deleted file mode 100644 index b202923..0000000 Binary files a/www/assets/tiles/16/12359/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23155.png b/www/assets/tiles/16/12359/23155.png deleted file mode 100644 index 80f5049..0000000 Binary files a/www/assets/tiles/16/12359/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23156.png b/www/assets/tiles/16/12359/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23157.png b/www/assets/tiles/16/12359/23157.png deleted file mode 100644 index d832a66..0000000 Binary files a/www/assets/tiles/16/12359/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23158.png b/www/assets/tiles/16/12359/23158.png deleted file mode 100644 index 88d1c90..0000000 Binary files a/www/assets/tiles/16/12359/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23159.png b/www/assets/tiles/16/12359/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23160.png b/www/assets/tiles/16/12359/23160.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23161.png b/www/assets/tiles/16/12359/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23162.png b/www/assets/tiles/16/12359/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23163.png b/www/assets/tiles/16/12359/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12359/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23164.png b/www/assets/tiles/16/12359/23164.png deleted file mode 100644 index 29e3a52..0000000 Binary files a/www/assets/tiles/16/12359/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23165.png b/www/assets/tiles/16/12359/23165.png deleted file mode 100644 index 1ad328c..0000000 Binary files a/www/assets/tiles/16/12359/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23166.png b/www/assets/tiles/16/12359/23166.png deleted file mode 100644 index 0e677f8..0000000 Binary files a/www/assets/tiles/16/12359/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23167.png b/www/assets/tiles/16/12359/23167.png deleted file mode 100644 index bc08380..0000000 Binary files a/www/assets/tiles/16/12359/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23168.png b/www/assets/tiles/16/12359/23168.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12359/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23169.png b/www/assets/tiles/16/12359/23169.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12359/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23170.png b/www/assets/tiles/16/12359/23170.png deleted file mode 100644 index bee6028..0000000 Binary files a/www/assets/tiles/16/12359/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23171.png b/www/assets/tiles/16/12359/23171.png deleted file mode 100644 index 60b6230..0000000 Binary files a/www/assets/tiles/16/12359/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23172.png b/www/assets/tiles/16/12359/23172.png deleted file mode 100644 index c908f84..0000000 Binary files a/www/assets/tiles/16/12359/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23173.png b/www/assets/tiles/16/12359/23173.png deleted file mode 100644 index 031950e..0000000 Binary files a/www/assets/tiles/16/12359/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23174.png b/www/assets/tiles/16/12359/23174.png deleted file mode 100644 index ec0898e..0000000 Binary files a/www/assets/tiles/16/12359/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23175.png b/www/assets/tiles/16/12359/23175.png deleted file mode 100644 index d23c0d5..0000000 Binary files a/www/assets/tiles/16/12359/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23176.png b/www/assets/tiles/16/12359/23176.png deleted file mode 100644 index aeeea8f..0000000 Binary files a/www/assets/tiles/16/12359/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23177.png b/www/assets/tiles/16/12359/23177.png deleted file mode 100644 index 64a572e..0000000 Binary files a/www/assets/tiles/16/12359/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23178.png b/www/assets/tiles/16/12359/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12359/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23179.png b/www/assets/tiles/16/12359/23179.png deleted file mode 100644 index 82364ed..0000000 Binary files a/www/assets/tiles/16/12359/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12359/23180.png b/www/assets/tiles/16/12359/23180.png deleted file mode 100644 index 2847f09..0000000 Binary files a/www/assets/tiles/16/12359/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23120.png b/www/assets/tiles/16/12360/23120.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12360/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23121.png b/www/assets/tiles/16/12360/23121.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12360/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23122.png b/www/assets/tiles/16/12360/23122.png deleted file mode 100644 index 027f504..0000000 Binary files a/www/assets/tiles/16/12360/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23123.png b/www/assets/tiles/16/12360/23123.png deleted file mode 100644 index 8c4588a..0000000 Binary files a/www/assets/tiles/16/12360/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23124.png b/www/assets/tiles/16/12360/23124.png deleted file mode 100644 index c31e6a4..0000000 Binary files a/www/assets/tiles/16/12360/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23125.png b/www/assets/tiles/16/12360/23125.png deleted file mode 100644 index b262af1..0000000 Binary files a/www/assets/tiles/16/12360/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23126.png b/www/assets/tiles/16/12360/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12360/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23127.png b/www/assets/tiles/16/12360/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12360/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23128.png b/www/assets/tiles/16/12360/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12360/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23129.png b/www/assets/tiles/16/12360/23129.png deleted file mode 100644 index 89936eb..0000000 Binary files a/www/assets/tiles/16/12360/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23130.png b/www/assets/tiles/16/12360/23130.png deleted file mode 100644 index 8bdbef0..0000000 Binary files a/www/assets/tiles/16/12360/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23131.png b/www/assets/tiles/16/12360/23131.png deleted file mode 100644 index 229c50c..0000000 Binary files a/www/assets/tiles/16/12360/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23132.png b/www/assets/tiles/16/12360/23132.png deleted file mode 100644 index 2316528..0000000 Binary files a/www/assets/tiles/16/12360/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23133.png b/www/assets/tiles/16/12360/23133.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12360/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23134.png b/www/assets/tiles/16/12360/23134.png deleted file mode 100644 index c56d90e..0000000 Binary files a/www/assets/tiles/16/12360/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23135.png b/www/assets/tiles/16/12360/23135.png deleted file mode 100644 index 312675f..0000000 Binary files a/www/assets/tiles/16/12360/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23136.png b/www/assets/tiles/16/12360/23136.png deleted file mode 100644 index 93254e1..0000000 Binary files a/www/assets/tiles/16/12360/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23137.png b/www/assets/tiles/16/12360/23137.png deleted file mode 100644 index fb5a1f0..0000000 Binary files a/www/assets/tiles/16/12360/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23138.png b/www/assets/tiles/16/12360/23138.png deleted file mode 100644 index 4fd6bb5..0000000 Binary files a/www/assets/tiles/16/12360/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23139.png b/www/assets/tiles/16/12360/23139.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12360/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23140.png b/www/assets/tiles/16/12360/23140.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12360/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23141.png b/www/assets/tiles/16/12360/23141.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12360/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23142.png b/www/assets/tiles/16/12360/23142.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12360/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23143.png b/www/assets/tiles/16/12360/23143.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12360/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23144.png b/www/assets/tiles/16/12360/23144.png deleted file mode 100644 index 31372d8..0000000 Binary files a/www/assets/tiles/16/12360/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23145.png b/www/assets/tiles/16/12360/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12360/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23146.png b/www/assets/tiles/16/12360/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12360/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23147.png b/www/assets/tiles/16/12360/23147.png deleted file mode 100644 index 0deada1..0000000 Binary files a/www/assets/tiles/16/12360/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23148.png b/www/assets/tiles/16/12360/23148.png deleted file mode 100644 index efaeb0c..0000000 Binary files a/www/assets/tiles/16/12360/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23149.png b/www/assets/tiles/16/12360/23149.png deleted file mode 100644 index 762b699..0000000 Binary files a/www/assets/tiles/16/12360/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23150.png b/www/assets/tiles/16/12360/23150.png deleted file mode 100644 index b790570..0000000 Binary files a/www/assets/tiles/16/12360/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23151.png b/www/assets/tiles/16/12360/23151.png deleted file mode 100644 index d5fb983..0000000 Binary files a/www/assets/tiles/16/12360/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23152.png b/www/assets/tiles/16/12360/23152.png deleted file mode 100644 index 8a9f899..0000000 Binary files a/www/assets/tiles/16/12360/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23153.png b/www/assets/tiles/16/12360/23153.png deleted file mode 100644 index c32dd55..0000000 Binary files a/www/assets/tiles/16/12360/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23154.png b/www/assets/tiles/16/12360/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12360/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23155.png b/www/assets/tiles/16/12360/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12360/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23156.png b/www/assets/tiles/16/12360/23156.png deleted file mode 100644 index 557e370..0000000 Binary files a/www/assets/tiles/16/12360/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23157.png b/www/assets/tiles/16/12360/23157.png deleted file mode 100644 index 4b8a305..0000000 Binary files a/www/assets/tiles/16/12360/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23158.png b/www/assets/tiles/16/12360/23158.png deleted file mode 100644 index 30da578..0000000 Binary files a/www/assets/tiles/16/12360/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23159.png b/www/assets/tiles/16/12360/23159.png deleted file mode 100644 index f7cabfa..0000000 Binary files a/www/assets/tiles/16/12360/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23160.png b/www/assets/tiles/16/12360/23160.png deleted file mode 100644 index 774ba5b..0000000 Binary files a/www/assets/tiles/16/12360/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23161.png b/www/assets/tiles/16/12360/23161.png deleted file mode 100644 index 7ac10d7..0000000 Binary files a/www/assets/tiles/16/12360/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23162.png b/www/assets/tiles/16/12360/23162.png deleted file mode 100644 index 40f94b5..0000000 Binary files a/www/assets/tiles/16/12360/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23163.png b/www/assets/tiles/16/12360/23163.png deleted file mode 100644 index 8f8d7a4..0000000 Binary files a/www/assets/tiles/16/12360/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23164.png b/www/assets/tiles/16/12360/23164.png deleted file mode 100644 index eb3ed0f..0000000 Binary files a/www/assets/tiles/16/12360/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23165.png b/www/assets/tiles/16/12360/23165.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12360/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23166.png b/www/assets/tiles/16/12360/23166.png deleted file mode 100644 index 0e0f80a..0000000 Binary files a/www/assets/tiles/16/12360/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23167.png b/www/assets/tiles/16/12360/23167.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12360/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23168.png b/www/assets/tiles/16/12360/23168.png deleted file mode 100644 index 01c4392..0000000 Binary files a/www/assets/tiles/16/12360/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23169.png b/www/assets/tiles/16/12360/23169.png deleted file mode 100644 index b900bf1..0000000 Binary files a/www/assets/tiles/16/12360/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23170.png b/www/assets/tiles/16/12360/23170.png deleted file mode 100644 index c1f57ec..0000000 Binary files a/www/assets/tiles/16/12360/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23171.png b/www/assets/tiles/16/12360/23171.png deleted file mode 100644 index 3ee8f97..0000000 Binary files a/www/assets/tiles/16/12360/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23172.png b/www/assets/tiles/16/12360/23172.png deleted file mode 100644 index b59b764..0000000 Binary files a/www/assets/tiles/16/12360/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23173.png b/www/assets/tiles/16/12360/23173.png deleted file mode 100644 index baf4163..0000000 Binary files a/www/assets/tiles/16/12360/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23174.png b/www/assets/tiles/16/12360/23174.png deleted file mode 100644 index 6bcb7cb..0000000 Binary files a/www/assets/tiles/16/12360/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23175.png b/www/assets/tiles/16/12360/23175.png deleted file mode 100644 index 5f70874..0000000 Binary files a/www/assets/tiles/16/12360/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23176.png b/www/assets/tiles/16/12360/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12360/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23177.png b/www/assets/tiles/16/12360/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12360/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23178.png b/www/assets/tiles/16/12360/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12360/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23179.png b/www/assets/tiles/16/12360/23179.png deleted file mode 100644 index 2258b34..0000000 Binary files a/www/assets/tiles/16/12360/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12360/23180.png b/www/assets/tiles/16/12360/23180.png deleted file mode 100644 index 35a9ef2..0000000 Binary files a/www/assets/tiles/16/12360/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23120.png b/www/assets/tiles/16/12361/23120.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12361/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23121.png b/www/assets/tiles/16/12361/23121.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12361/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23122.png b/www/assets/tiles/16/12361/23122.png deleted file mode 100644 index b279368..0000000 Binary files a/www/assets/tiles/16/12361/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23123.png b/www/assets/tiles/16/12361/23123.png deleted file mode 100644 index 72080d6..0000000 Binary files a/www/assets/tiles/16/12361/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23124.png b/www/assets/tiles/16/12361/23124.png deleted file mode 100644 index 5b60a8d..0000000 Binary files a/www/assets/tiles/16/12361/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23125.png b/www/assets/tiles/16/12361/23125.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12361/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23126.png b/www/assets/tiles/16/12361/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12361/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23127.png b/www/assets/tiles/16/12361/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12361/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23128.png b/www/assets/tiles/16/12361/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12361/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23129.png b/www/assets/tiles/16/12361/23129.png deleted file mode 100644 index f6fc859..0000000 Binary files a/www/assets/tiles/16/12361/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23130.png b/www/assets/tiles/16/12361/23130.png deleted file mode 100644 index 3865774..0000000 Binary files a/www/assets/tiles/16/12361/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23131.png b/www/assets/tiles/16/12361/23131.png deleted file mode 100644 index 9978bcd..0000000 Binary files a/www/assets/tiles/16/12361/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23132.png b/www/assets/tiles/16/12361/23132.png deleted file mode 100644 index a8a1964..0000000 Binary files a/www/assets/tiles/16/12361/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23133.png b/www/assets/tiles/16/12361/23133.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12361/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23134.png b/www/assets/tiles/16/12361/23134.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12361/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23135.png b/www/assets/tiles/16/12361/23135.png deleted file mode 100644 index ffbcb23..0000000 Binary files a/www/assets/tiles/16/12361/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23136.png b/www/assets/tiles/16/12361/23136.png deleted file mode 100644 index f418bfa..0000000 Binary files a/www/assets/tiles/16/12361/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23137.png b/www/assets/tiles/16/12361/23137.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12361/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23138.png b/www/assets/tiles/16/12361/23138.png deleted file mode 100644 index 0a31978..0000000 Binary files a/www/assets/tiles/16/12361/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23139.png b/www/assets/tiles/16/12361/23139.png deleted file mode 100644 index 640e381..0000000 Binary files a/www/assets/tiles/16/12361/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23140.png b/www/assets/tiles/16/12361/23140.png deleted file mode 100644 index c86e07d..0000000 Binary files a/www/assets/tiles/16/12361/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23141.png b/www/assets/tiles/16/12361/23141.png deleted file mode 100644 index 0217198..0000000 Binary files a/www/assets/tiles/16/12361/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23142.png b/www/assets/tiles/16/12361/23142.png deleted file mode 100644 index 5ea687f..0000000 Binary files a/www/assets/tiles/16/12361/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23143.png b/www/assets/tiles/16/12361/23143.png deleted file mode 100644 index 32c9c1a..0000000 Binary files a/www/assets/tiles/16/12361/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23144.png b/www/assets/tiles/16/12361/23144.png deleted file mode 100644 index 6c8be92..0000000 Binary files a/www/assets/tiles/16/12361/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23145.png b/www/assets/tiles/16/12361/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12361/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23146.png b/www/assets/tiles/16/12361/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12361/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23147.png b/www/assets/tiles/16/12361/23147.png deleted file mode 100644 index 7bf25fa..0000000 Binary files a/www/assets/tiles/16/12361/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23148.png b/www/assets/tiles/16/12361/23148.png deleted file mode 100644 index ecdfca9..0000000 Binary files a/www/assets/tiles/16/12361/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23149.png b/www/assets/tiles/16/12361/23149.png deleted file mode 100644 index 8a1ce20..0000000 Binary files a/www/assets/tiles/16/12361/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23150.png b/www/assets/tiles/16/12361/23150.png deleted file mode 100644 index 24ac987..0000000 Binary files a/www/assets/tiles/16/12361/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23151.png b/www/assets/tiles/16/12361/23151.png deleted file mode 100644 index a63d646..0000000 Binary files a/www/assets/tiles/16/12361/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23152.png b/www/assets/tiles/16/12361/23152.png deleted file mode 100644 index 2666d11..0000000 Binary files a/www/assets/tiles/16/12361/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23153.png b/www/assets/tiles/16/12361/23153.png deleted file mode 100644 index ea87724..0000000 Binary files a/www/assets/tiles/16/12361/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23154.png b/www/assets/tiles/16/12361/23154.png deleted file mode 100644 index d26f101..0000000 Binary files a/www/assets/tiles/16/12361/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23155.png b/www/assets/tiles/16/12361/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12361/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23156.png b/www/assets/tiles/16/12361/23156.png deleted file mode 100644 index acfceb0..0000000 Binary files a/www/assets/tiles/16/12361/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23157.png b/www/assets/tiles/16/12361/23157.png deleted file mode 100644 index e28cd07..0000000 Binary files a/www/assets/tiles/16/12361/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23158.png b/www/assets/tiles/16/12361/23158.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12361/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23159.png b/www/assets/tiles/16/12361/23159.png deleted file mode 100644 index 6f761b0..0000000 Binary files a/www/assets/tiles/16/12361/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23160.png b/www/assets/tiles/16/12361/23160.png deleted file mode 100644 index e20ce01..0000000 Binary files a/www/assets/tiles/16/12361/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23161.png b/www/assets/tiles/16/12361/23161.png deleted file mode 100644 index 7a22432..0000000 Binary files a/www/assets/tiles/16/12361/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23162.png b/www/assets/tiles/16/12361/23162.png deleted file mode 100644 index f1829e7..0000000 Binary files a/www/assets/tiles/16/12361/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23163.png b/www/assets/tiles/16/12361/23163.png deleted file mode 100644 index 3e9b7c9..0000000 Binary files a/www/assets/tiles/16/12361/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23164.png b/www/assets/tiles/16/12361/23164.png deleted file mode 100644 index d54775d..0000000 Binary files a/www/assets/tiles/16/12361/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23165.png b/www/assets/tiles/16/12361/23165.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12361/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23166.png b/www/assets/tiles/16/12361/23166.png deleted file mode 100644 index aca8f4e..0000000 Binary files a/www/assets/tiles/16/12361/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23167.png b/www/assets/tiles/16/12361/23167.png deleted file mode 100644 index 7245d54..0000000 Binary files a/www/assets/tiles/16/12361/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23168.png b/www/assets/tiles/16/12361/23168.png deleted file mode 100644 index 4d03cd9..0000000 Binary files a/www/assets/tiles/16/12361/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23169.png b/www/assets/tiles/16/12361/23169.png deleted file mode 100644 index d7807d1..0000000 Binary files a/www/assets/tiles/16/12361/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23170.png b/www/assets/tiles/16/12361/23170.png deleted file mode 100644 index 5e027b3..0000000 Binary files a/www/assets/tiles/16/12361/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23171.png b/www/assets/tiles/16/12361/23171.png deleted file mode 100644 index 250cb08..0000000 Binary files a/www/assets/tiles/16/12361/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23172.png b/www/assets/tiles/16/12361/23172.png deleted file mode 100644 index ca1dfc7..0000000 Binary files a/www/assets/tiles/16/12361/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23173.png b/www/assets/tiles/16/12361/23173.png deleted file mode 100644 index c7f487c..0000000 Binary files a/www/assets/tiles/16/12361/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23174.png b/www/assets/tiles/16/12361/23174.png deleted file mode 100644 index 825468f..0000000 Binary files a/www/assets/tiles/16/12361/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23175.png b/www/assets/tiles/16/12361/23175.png deleted file mode 100644 index dba3d34..0000000 Binary files a/www/assets/tiles/16/12361/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23176.png b/www/assets/tiles/16/12361/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12361/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23177.png b/www/assets/tiles/16/12361/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12361/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23178.png b/www/assets/tiles/16/12361/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12361/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23179.png b/www/assets/tiles/16/12361/23179.png deleted file mode 100644 index a6f7be0..0000000 Binary files a/www/assets/tiles/16/12361/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12361/23180.png b/www/assets/tiles/16/12361/23180.png deleted file mode 100644 index c27abbd..0000000 Binary files a/www/assets/tiles/16/12361/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23120.png b/www/assets/tiles/16/12362/23120.png deleted file mode 100644 index 209f4bb..0000000 Binary files a/www/assets/tiles/16/12362/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23121.png b/www/assets/tiles/16/12362/23121.png deleted file mode 100644 index b37eabc..0000000 Binary files a/www/assets/tiles/16/12362/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23122.png b/www/assets/tiles/16/12362/23122.png deleted file mode 100644 index cad2474..0000000 Binary files a/www/assets/tiles/16/12362/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23123.png b/www/assets/tiles/16/12362/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12362/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23124.png b/www/assets/tiles/16/12362/23124.png deleted file mode 100644 index b9bc4bd..0000000 Binary files a/www/assets/tiles/16/12362/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23125.png b/www/assets/tiles/16/12362/23125.png deleted file mode 100644 index 1b40aac..0000000 Binary files a/www/assets/tiles/16/12362/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23126.png b/www/assets/tiles/16/12362/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12362/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23127.png b/www/assets/tiles/16/12362/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12362/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23128.png b/www/assets/tiles/16/12362/23128.png deleted file mode 100644 index 998cafc..0000000 Binary files a/www/assets/tiles/16/12362/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23129.png b/www/assets/tiles/16/12362/23129.png deleted file mode 100644 index eae529a..0000000 Binary files a/www/assets/tiles/16/12362/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23130.png b/www/assets/tiles/16/12362/23130.png deleted file mode 100644 index f0c316b..0000000 Binary files a/www/assets/tiles/16/12362/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23131.png b/www/assets/tiles/16/12362/23131.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12362/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23132.png b/www/assets/tiles/16/12362/23132.png deleted file mode 100644 index 77f05b7..0000000 Binary files a/www/assets/tiles/16/12362/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23133.png b/www/assets/tiles/16/12362/23133.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12362/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23134.png b/www/assets/tiles/16/12362/23134.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12362/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23135.png b/www/assets/tiles/16/12362/23135.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12362/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23136.png b/www/assets/tiles/16/12362/23136.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12362/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23137.png b/www/assets/tiles/16/12362/23137.png deleted file mode 100644 index 49a1046..0000000 Binary files a/www/assets/tiles/16/12362/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23138.png b/www/assets/tiles/16/12362/23138.png deleted file mode 100644 index c85aedf..0000000 Binary files a/www/assets/tiles/16/12362/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23139.png b/www/assets/tiles/16/12362/23139.png deleted file mode 100644 index f5ae35f..0000000 Binary files a/www/assets/tiles/16/12362/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23140.png b/www/assets/tiles/16/12362/23140.png deleted file mode 100644 index b1ed0d1..0000000 Binary files a/www/assets/tiles/16/12362/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23141.png b/www/assets/tiles/16/12362/23141.png deleted file mode 100644 index 681a487..0000000 Binary files a/www/assets/tiles/16/12362/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23142.png b/www/assets/tiles/16/12362/23142.png deleted file mode 100644 index 48e77a4..0000000 Binary files a/www/assets/tiles/16/12362/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23143.png b/www/assets/tiles/16/12362/23143.png deleted file mode 100644 index 75d4882..0000000 Binary files a/www/assets/tiles/16/12362/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23144.png b/www/assets/tiles/16/12362/23144.png deleted file mode 100644 index fbdbabb..0000000 Binary files a/www/assets/tiles/16/12362/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23145.png b/www/assets/tiles/16/12362/23145.png deleted file mode 100644 index 8cee4c8..0000000 Binary files a/www/assets/tiles/16/12362/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23146.png b/www/assets/tiles/16/12362/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12362/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23147.png b/www/assets/tiles/16/12362/23147.png deleted file mode 100644 index 06e8f70..0000000 Binary files a/www/assets/tiles/16/12362/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23148.png b/www/assets/tiles/16/12362/23148.png deleted file mode 100644 index 3ebbac0..0000000 Binary files a/www/assets/tiles/16/12362/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23149.png b/www/assets/tiles/16/12362/23149.png deleted file mode 100644 index f61cba0..0000000 Binary files a/www/assets/tiles/16/12362/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23150.png b/www/assets/tiles/16/12362/23150.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12362/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23151.png b/www/assets/tiles/16/12362/23151.png deleted file mode 100644 index a40bf1a..0000000 Binary files a/www/assets/tiles/16/12362/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23152.png b/www/assets/tiles/16/12362/23152.png deleted file mode 100644 index 08c977d..0000000 Binary files a/www/assets/tiles/16/12362/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23153.png b/www/assets/tiles/16/12362/23153.png deleted file mode 100644 index 3c05863..0000000 Binary files a/www/assets/tiles/16/12362/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23154.png b/www/assets/tiles/16/12362/23154.png deleted file mode 100644 index 92f6373..0000000 Binary files a/www/assets/tiles/16/12362/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23155.png b/www/assets/tiles/16/12362/23155.png deleted file mode 100644 index 94ab5d2..0000000 Binary files a/www/assets/tiles/16/12362/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23156.png b/www/assets/tiles/16/12362/23156.png deleted file mode 100644 index 08bf0a9..0000000 Binary files a/www/assets/tiles/16/12362/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23157.png b/www/assets/tiles/16/12362/23157.png deleted file mode 100644 index 8100cc7..0000000 Binary files a/www/assets/tiles/16/12362/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23158.png b/www/assets/tiles/16/12362/23158.png deleted file mode 100644 index 205977a..0000000 Binary files a/www/assets/tiles/16/12362/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23159.png b/www/assets/tiles/16/12362/23159.png deleted file mode 100644 index 2605837..0000000 Binary files a/www/assets/tiles/16/12362/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23160.png b/www/assets/tiles/16/12362/23160.png deleted file mode 100644 index c7c575a..0000000 Binary files a/www/assets/tiles/16/12362/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23161.png b/www/assets/tiles/16/12362/23161.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12362/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23162.png b/www/assets/tiles/16/12362/23162.png deleted file mode 100644 index 725a5af..0000000 Binary files a/www/assets/tiles/16/12362/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23163.png b/www/assets/tiles/16/12362/23163.png deleted file mode 100644 index a425334..0000000 Binary files a/www/assets/tiles/16/12362/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23164.png b/www/assets/tiles/16/12362/23164.png deleted file mode 100644 index 7fca6ab..0000000 Binary files a/www/assets/tiles/16/12362/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23165.png b/www/assets/tiles/16/12362/23165.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12362/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23166.png b/www/assets/tiles/16/12362/23166.png deleted file mode 100644 index 220985f..0000000 Binary files a/www/assets/tiles/16/12362/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23167.png b/www/assets/tiles/16/12362/23167.png deleted file mode 100644 index b0485af..0000000 Binary files a/www/assets/tiles/16/12362/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23168.png b/www/assets/tiles/16/12362/23168.png deleted file mode 100644 index 792bf57..0000000 Binary files a/www/assets/tiles/16/12362/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23169.png b/www/assets/tiles/16/12362/23169.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12362/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23170.png b/www/assets/tiles/16/12362/23170.png deleted file mode 100644 index 24ca327..0000000 Binary files a/www/assets/tiles/16/12362/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23171.png b/www/assets/tiles/16/12362/23171.png deleted file mode 100644 index af4cbb2..0000000 Binary files a/www/assets/tiles/16/12362/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23172.png b/www/assets/tiles/16/12362/23172.png deleted file mode 100644 index bc63f39..0000000 Binary files a/www/assets/tiles/16/12362/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23173.png b/www/assets/tiles/16/12362/23173.png deleted file mode 100644 index 08c7214..0000000 Binary files a/www/assets/tiles/16/12362/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23174.png b/www/assets/tiles/16/12362/23174.png deleted file mode 100644 index 656d90b..0000000 Binary files a/www/assets/tiles/16/12362/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23175.png b/www/assets/tiles/16/12362/23175.png deleted file mode 100644 index 4bc4337..0000000 Binary files a/www/assets/tiles/16/12362/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23176.png b/www/assets/tiles/16/12362/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12362/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23177.png b/www/assets/tiles/16/12362/23177.png deleted file mode 100644 index e5d407a..0000000 Binary files a/www/assets/tiles/16/12362/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23178.png b/www/assets/tiles/16/12362/23178.png deleted file mode 100644 index 6da4335..0000000 Binary files a/www/assets/tiles/16/12362/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23179.png b/www/assets/tiles/16/12362/23179.png deleted file mode 100644 index bd87c00..0000000 Binary files a/www/assets/tiles/16/12362/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12362/23180.png b/www/assets/tiles/16/12362/23180.png deleted file mode 100644 index 5f28e00..0000000 Binary files a/www/assets/tiles/16/12362/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23120.png b/www/assets/tiles/16/12363/23120.png deleted file mode 100644 index 5d9c16d..0000000 Binary files a/www/assets/tiles/16/12363/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23121.png b/www/assets/tiles/16/12363/23121.png deleted file mode 100644 index 8e67e29..0000000 Binary files a/www/assets/tiles/16/12363/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23122.png b/www/assets/tiles/16/12363/23122.png deleted file mode 100644 index 872ba14..0000000 Binary files a/www/assets/tiles/16/12363/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23123.png b/www/assets/tiles/16/12363/23123.png deleted file mode 100644 index fe11c20..0000000 Binary files a/www/assets/tiles/16/12363/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23124.png b/www/assets/tiles/16/12363/23124.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12363/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23125.png b/www/assets/tiles/16/12363/23125.png deleted file mode 100644 index ae93b3f..0000000 Binary files a/www/assets/tiles/16/12363/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23126.png b/www/assets/tiles/16/12363/23126.png deleted file mode 100644 index fbe2da3..0000000 Binary files a/www/assets/tiles/16/12363/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23127.png b/www/assets/tiles/16/12363/23127.png deleted file mode 100644 index 64b80fe..0000000 Binary files a/www/assets/tiles/16/12363/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23128.png b/www/assets/tiles/16/12363/23128.png deleted file mode 100644 index 964b3d5..0000000 Binary files a/www/assets/tiles/16/12363/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23129.png b/www/assets/tiles/16/12363/23129.png deleted file mode 100644 index bc0b9a3..0000000 Binary files a/www/assets/tiles/16/12363/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23130.png b/www/assets/tiles/16/12363/23130.png deleted file mode 100644 index f51c73b..0000000 Binary files a/www/assets/tiles/16/12363/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23131.png b/www/assets/tiles/16/12363/23131.png deleted file mode 100644 index bae7272..0000000 Binary files a/www/assets/tiles/16/12363/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23132.png b/www/assets/tiles/16/12363/23132.png deleted file mode 100644 index 584fa8f..0000000 Binary files a/www/assets/tiles/16/12363/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23133.png b/www/assets/tiles/16/12363/23133.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12363/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23134.png b/www/assets/tiles/16/12363/23134.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12363/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23135.png b/www/assets/tiles/16/12363/23135.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12363/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23136.png b/www/assets/tiles/16/12363/23136.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12363/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23137.png b/www/assets/tiles/16/12363/23137.png deleted file mode 100644 index 0c53ba7..0000000 Binary files a/www/assets/tiles/16/12363/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23138.png b/www/assets/tiles/16/12363/23138.png deleted file mode 100644 index 97c6837..0000000 Binary files a/www/assets/tiles/16/12363/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23139.png b/www/assets/tiles/16/12363/23139.png deleted file mode 100644 index 0e3ab5a..0000000 Binary files a/www/assets/tiles/16/12363/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23140.png b/www/assets/tiles/16/12363/23140.png deleted file mode 100644 index 2fc1f8e..0000000 Binary files a/www/assets/tiles/16/12363/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23141.png b/www/assets/tiles/16/12363/23141.png deleted file mode 100644 index eb06895..0000000 Binary files a/www/assets/tiles/16/12363/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23142.png b/www/assets/tiles/16/12363/23142.png deleted file mode 100644 index 82c45ae..0000000 Binary files a/www/assets/tiles/16/12363/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23143.png b/www/assets/tiles/16/12363/23143.png deleted file mode 100644 index 9c9dc2b..0000000 Binary files a/www/assets/tiles/16/12363/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23144.png b/www/assets/tiles/16/12363/23144.png deleted file mode 100644 index e9eb650..0000000 Binary files a/www/assets/tiles/16/12363/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23145.png b/www/assets/tiles/16/12363/23145.png deleted file mode 100644 index 0c7554b..0000000 Binary files a/www/assets/tiles/16/12363/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23146.png b/www/assets/tiles/16/12363/23146.png deleted file mode 100644 index 025c95a..0000000 Binary files a/www/assets/tiles/16/12363/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23147.png b/www/assets/tiles/16/12363/23147.png deleted file mode 100644 index 8003273..0000000 Binary files a/www/assets/tiles/16/12363/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23148.png b/www/assets/tiles/16/12363/23148.png deleted file mode 100644 index 8d0dfc3..0000000 Binary files a/www/assets/tiles/16/12363/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23149.png b/www/assets/tiles/16/12363/23149.png deleted file mode 100644 index 27bc3d3..0000000 Binary files a/www/assets/tiles/16/12363/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23150.png b/www/assets/tiles/16/12363/23150.png deleted file mode 100644 index deda58a..0000000 Binary files a/www/assets/tiles/16/12363/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23151.png b/www/assets/tiles/16/12363/23151.png deleted file mode 100644 index 92d5927..0000000 Binary files a/www/assets/tiles/16/12363/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23152.png b/www/assets/tiles/16/12363/23152.png deleted file mode 100644 index f3049dd..0000000 Binary files a/www/assets/tiles/16/12363/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23153.png b/www/assets/tiles/16/12363/23153.png deleted file mode 100644 index 65b5a26..0000000 Binary files a/www/assets/tiles/16/12363/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23154.png b/www/assets/tiles/16/12363/23154.png deleted file mode 100644 index 84c9871..0000000 Binary files a/www/assets/tiles/16/12363/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23155.png b/www/assets/tiles/16/12363/23155.png deleted file mode 100644 index bacecb9..0000000 Binary files a/www/assets/tiles/16/12363/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23156.png b/www/assets/tiles/16/12363/23156.png deleted file mode 100644 index e581c2c..0000000 Binary files a/www/assets/tiles/16/12363/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23157.png b/www/assets/tiles/16/12363/23157.png deleted file mode 100644 index 37f1288..0000000 Binary files a/www/assets/tiles/16/12363/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23158.png b/www/assets/tiles/16/12363/23158.png deleted file mode 100644 index 1a51c3a..0000000 Binary files a/www/assets/tiles/16/12363/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23159.png b/www/assets/tiles/16/12363/23159.png deleted file mode 100644 index 2630bcf..0000000 Binary files a/www/assets/tiles/16/12363/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23160.png b/www/assets/tiles/16/12363/23160.png deleted file mode 100644 index 3fca0d8..0000000 Binary files a/www/assets/tiles/16/12363/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23161.png b/www/assets/tiles/16/12363/23161.png deleted file mode 100644 index 1cb6a90..0000000 Binary files a/www/assets/tiles/16/12363/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23162.png b/www/assets/tiles/16/12363/23162.png deleted file mode 100644 index 6bb34ae..0000000 Binary files a/www/assets/tiles/16/12363/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23163.png b/www/assets/tiles/16/12363/23163.png deleted file mode 100644 index cd889a5..0000000 Binary files a/www/assets/tiles/16/12363/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23164.png b/www/assets/tiles/16/12363/23164.png deleted file mode 100644 index d5404a7..0000000 Binary files a/www/assets/tiles/16/12363/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23165.png b/www/assets/tiles/16/12363/23165.png deleted file mode 100644 index b11d1ae..0000000 Binary files a/www/assets/tiles/16/12363/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23166.png b/www/assets/tiles/16/12363/23166.png deleted file mode 100644 index 10a239d..0000000 Binary files a/www/assets/tiles/16/12363/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23167.png b/www/assets/tiles/16/12363/23167.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12363/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23168.png b/www/assets/tiles/16/12363/23168.png deleted file mode 100644 index 65cff77..0000000 Binary files a/www/assets/tiles/16/12363/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23169.png b/www/assets/tiles/16/12363/23169.png deleted file mode 100644 index 0f49030..0000000 Binary files a/www/assets/tiles/16/12363/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23170.png b/www/assets/tiles/16/12363/23170.png deleted file mode 100644 index bb2781b..0000000 Binary files a/www/assets/tiles/16/12363/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23171.png b/www/assets/tiles/16/12363/23171.png deleted file mode 100644 index df84ed2..0000000 Binary files a/www/assets/tiles/16/12363/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23172.png b/www/assets/tiles/16/12363/23172.png deleted file mode 100644 index 13c8859..0000000 Binary files a/www/assets/tiles/16/12363/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23173.png b/www/assets/tiles/16/12363/23173.png deleted file mode 100644 index 8ec6d2d..0000000 Binary files a/www/assets/tiles/16/12363/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23174.png b/www/assets/tiles/16/12363/23174.png deleted file mode 100644 index 6a0caab..0000000 Binary files a/www/assets/tiles/16/12363/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23175.png b/www/assets/tiles/16/12363/23175.png deleted file mode 100644 index e58c8fd..0000000 Binary files a/www/assets/tiles/16/12363/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23176.png b/www/assets/tiles/16/12363/23176.png deleted file mode 100644 index 7e249a9..0000000 Binary files a/www/assets/tiles/16/12363/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23177.png b/www/assets/tiles/16/12363/23177.png deleted file mode 100644 index 1329b7e..0000000 Binary files a/www/assets/tiles/16/12363/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23178.png b/www/assets/tiles/16/12363/23178.png deleted file mode 100644 index 3195c54..0000000 Binary files a/www/assets/tiles/16/12363/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23179.png b/www/assets/tiles/16/12363/23179.png deleted file mode 100644 index eefccb4..0000000 Binary files a/www/assets/tiles/16/12363/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12363/23180.png b/www/assets/tiles/16/12363/23180.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12363/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23120.png b/www/assets/tiles/16/12364/23120.png deleted file mode 100644 index 2fc44c6..0000000 Binary files a/www/assets/tiles/16/12364/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23121.png b/www/assets/tiles/16/12364/23121.png deleted file mode 100644 index 807c559..0000000 Binary files a/www/assets/tiles/16/12364/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23122.png b/www/assets/tiles/16/12364/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12364/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23123.png b/www/assets/tiles/16/12364/23123.png deleted file mode 100644 index 4cc42f7..0000000 Binary files a/www/assets/tiles/16/12364/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23124.png b/www/assets/tiles/16/12364/23124.png deleted file mode 100644 index b5b837e..0000000 Binary files a/www/assets/tiles/16/12364/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23125.png b/www/assets/tiles/16/12364/23125.png deleted file mode 100644 index 678bbef..0000000 Binary files a/www/assets/tiles/16/12364/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23126.png b/www/assets/tiles/16/12364/23126.png deleted file mode 100644 index a1b520d..0000000 Binary files a/www/assets/tiles/16/12364/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23127.png b/www/assets/tiles/16/12364/23127.png deleted file mode 100644 index 6b37f79..0000000 Binary files a/www/assets/tiles/16/12364/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23128.png b/www/assets/tiles/16/12364/23128.png deleted file mode 100644 index 15da56a..0000000 Binary files a/www/assets/tiles/16/12364/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23129.png b/www/assets/tiles/16/12364/23129.png deleted file mode 100644 index 75b1f4a..0000000 Binary files a/www/assets/tiles/16/12364/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23130.png b/www/assets/tiles/16/12364/23130.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12364/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23131.png b/www/assets/tiles/16/12364/23131.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12364/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23132.png b/www/assets/tiles/16/12364/23132.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12364/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23133.png b/www/assets/tiles/16/12364/23133.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12364/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23134.png b/www/assets/tiles/16/12364/23134.png deleted file mode 100644 index 8821be2..0000000 Binary files a/www/assets/tiles/16/12364/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23135.png b/www/assets/tiles/16/12364/23135.png deleted file mode 100644 index 3853c50..0000000 Binary files a/www/assets/tiles/16/12364/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23136.png b/www/assets/tiles/16/12364/23136.png deleted file mode 100644 index 485ea8e..0000000 Binary files a/www/assets/tiles/16/12364/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23137.png b/www/assets/tiles/16/12364/23137.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12364/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23138.png b/www/assets/tiles/16/12364/23138.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12364/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23139.png b/www/assets/tiles/16/12364/23139.png deleted file mode 100644 index 330ae46..0000000 Binary files a/www/assets/tiles/16/12364/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23140.png b/www/assets/tiles/16/12364/23140.png deleted file mode 100644 index 2841b8a..0000000 Binary files a/www/assets/tiles/16/12364/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23141.png b/www/assets/tiles/16/12364/23141.png deleted file mode 100644 index 034e40a..0000000 Binary files a/www/assets/tiles/16/12364/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23142.png b/www/assets/tiles/16/12364/23142.png deleted file mode 100644 index 19822e7..0000000 Binary files a/www/assets/tiles/16/12364/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23143.png b/www/assets/tiles/16/12364/23143.png deleted file mode 100644 index 3c34c9e..0000000 Binary files a/www/assets/tiles/16/12364/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23144.png b/www/assets/tiles/16/12364/23144.png deleted file mode 100644 index 7956c73..0000000 Binary files a/www/assets/tiles/16/12364/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23145.png b/www/assets/tiles/16/12364/23145.png deleted file mode 100644 index a9af73b..0000000 Binary files a/www/assets/tiles/16/12364/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23146.png b/www/assets/tiles/16/12364/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12364/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23147.png b/www/assets/tiles/16/12364/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12364/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23148.png b/www/assets/tiles/16/12364/23148.png deleted file mode 100644 index e7b05f3..0000000 Binary files a/www/assets/tiles/16/12364/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23149.png b/www/assets/tiles/16/12364/23149.png deleted file mode 100644 index 3eb7f38..0000000 Binary files a/www/assets/tiles/16/12364/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23150.png b/www/assets/tiles/16/12364/23150.png deleted file mode 100644 index 736698a..0000000 Binary files a/www/assets/tiles/16/12364/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23151.png b/www/assets/tiles/16/12364/23151.png deleted file mode 100644 index 227ddc1..0000000 Binary files a/www/assets/tiles/16/12364/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23152.png b/www/assets/tiles/16/12364/23152.png deleted file mode 100644 index b0e5ff9..0000000 Binary files a/www/assets/tiles/16/12364/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23153.png b/www/assets/tiles/16/12364/23153.png deleted file mode 100644 index 69a1a3f..0000000 Binary files a/www/assets/tiles/16/12364/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23154.png b/www/assets/tiles/16/12364/23154.png deleted file mode 100644 index b4c7538..0000000 Binary files a/www/assets/tiles/16/12364/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23155.png b/www/assets/tiles/16/12364/23155.png deleted file mode 100644 index 38b9cb7..0000000 Binary files a/www/assets/tiles/16/12364/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23156.png b/www/assets/tiles/16/12364/23156.png deleted file mode 100644 index 38fa4c8..0000000 Binary files a/www/assets/tiles/16/12364/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23157.png b/www/assets/tiles/16/12364/23157.png deleted file mode 100644 index 9207df9..0000000 Binary files a/www/assets/tiles/16/12364/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23158.png b/www/assets/tiles/16/12364/23158.png deleted file mode 100644 index 5d5f128..0000000 Binary files a/www/assets/tiles/16/12364/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23159.png b/www/assets/tiles/16/12364/23159.png deleted file mode 100644 index 50ac307..0000000 Binary files a/www/assets/tiles/16/12364/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23160.png b/www/assets/tiles/16/12364/23160.png deleted file mode 100644 index aac8a37..0000000 Binary files a/www/assets/tiles/16/12364/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23161.png b/www/assets/tiles/16/12364/23161.png deleted file mode 100644 index 5afed87..0000000 Binary files a/www/assets/tiles/16/12364/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23162.png b/www/assets/tiles/16/12364/23162.png deleted file mode 100644 index e596dcc..0000000 Binary files a/www/assets/tiles/16/12364/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23163.png b/www/assets/tiles/16/12364/23163.png deleted file mode 100644 index d905895..0000000 Binary files a/www/assets/tiles/16/12364/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23164.png b/www/assets/tiles/16/12364/23164.png deleted file mode 100644 index 00c60cc..0000000 Binary files a/www/assets/tiles/16/12364/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23165.png b/www/assets/tiles/16/12364/23165.png deleted file mode 100644 index da0290f..0000000 Binary files a/www/assets/tiles/16/12364/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23166.png b/www/assets/tiles/16/12364/23166.png deleted file mode 100644 index 8e12d3c..0000000 Binary files a/www/assets/tiles/16/12364/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23167.png b/www/assets/tiles/16/12364/23167.png deleted file mode 100644 index 7b157c5..0000000 Binary files a/www/assets/tiles/16/12364/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23168.png b/www/assets/tiles/16/12364/23168.png deleted file mode 100644 index 85a7e9f..0000000 Binary files a/www/assets/tiles/16/12364/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23169.png b/www/assets/tiles/16/12364/23169.png deleted file mode 100644 index 1f85639..0000000 Binary files a/www/assets/tiles/16/12364/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23170.png b/www/assets/tiles/16/12364/23170.png deleted file mode 100644 index 9c74e77..0000000 Binary files a/www/assets/tiles/16/12364/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23171.png b/www/assets/tiles/16/12364/23171.png deleted file mode 100644 index 48ebede..0000000 Binary files a/www/assets/tiles/16/12364/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23172.png b/www/assets/tiles/16/12364/23172.png deleted file mode 100644 index 0023c94..0000000 Binary files a/www/assets/tiles/16/12364/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23173.png b/www/assets/tiles/16/12364/23173.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12364/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23174.png b/www/assets/tiles/16/12364/23174.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12364/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23175.png b/www/assets/tiles/16/12364/23175.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12364/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23176.png b/www/assets/tiles/16/12364/23176.png deleted file mode 100644 index ed0baae..0000000 Binary files a/www/assets/tiles/16/12364/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23177.png b/www/assets/tiles/16/12364/23177.png deleted file mode 100644 index a5f9dee..0000000 Binary files a/www/assets/tiles/16/12364/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23178.png b/www/assets/tiles/16/12364/23178.png deleted file mode 100644 index 89b04f4..0000000 Binary files a/www/assets/tiles/16/12364/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23179.png b/www/assets/tiles/16/12364/23179.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12364/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12364/23180.png b/www/assets/tiles/16/12364/23180.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12364/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23120.png b/www/assets/tiles/16/12365/23120.png deleted file mode 100644 index 60d6119..0000000 Binary files a/www/assets/tiles/16/12365/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23121.png b/www/assets/tiles/16/12365/23121.png deleted file mode 100644 index 5d25111..0000000 Binary files a/www/assets/tiles/16/12365/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23122.png b/www/assets/tiles/16/12365/23122.png deleted file mode 100644 index ad46e9d..0000000 Binary files a/www/assets/tiles/16/12365/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23123.png b/www/assets/tiles/16/12365/23123.png deleted file mode 100644 index 76cd5eb..0000000 Binary files a/www/assets/tiles/16/12365/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23124.png b/www/assets/tiles/16/12365/23124.png deleted file mode 100644 index 3959033..0000000 Binary files a/www/assets/tiles/16/12365/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23125.png b/www/assets/tiles/16/12365/23125.png deleted file mode 100644 index d5c60d1..0000000 Binary files a/www/assets/tiles/16/12365/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23126.png b/www/assets/tiles/16/12365/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12365/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23127.png b/www/assets/tiles/16/12365/23127.png deleted file mode 100644 index b8b20ab..0000000 Binary files a/www/assets/tiles/16/12365/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23128.png b/www/assets/tiles/16/12365/23128.png deleted file mode 100644 index 76a4969..0000000 Binary files a/www/assets/tiles/16/12365/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23129.png b/www/assets/tiles/16/12365/23129.png deleted file mode 100644 index 2d34d67..0000000 Binary files a/www/assets/tiles/16/12365/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23130.png b/www/assets/tiles/16/12365/23130.png deleted file mode 100644 index 1c69b3f..0000000 Binary files a/www/assets/tiles/16/12365/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23131.png b/www/assets/tiles/16/12365/23131.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12365/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23132.png b/www/assets/tiles/16/12365/23132.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12365/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23133.png b/www/assets/tiles/16/12365/23133.png deleted file mode 100644 index a931274..0000000 Binary files a/www/assets/tiles/16/12365/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23134.png b/www/assets/tiles/16/12365/23134.png deleted file mode 100644 index 3ca49e3..0000000 Binary files a/www/assets/tiles/16/12365/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23135.png b/www/assets/tiles/16/12365/23135.png deleted file mode 100644 index f153128..0000000 Binary files a/www/assets/tiles/16/12365/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23136.png b/www/assets/tiles/16/12365/23136.png deleted file mode 100644 index 325b3d9..0000000 Binary files a/www/assets/tiles/16/12365/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23137.png b/www/assets/tiles/16/12365/23137.png deleted file mode 100644 index a87016d..0000000 Binary files a/www/assets/tiles/16/12365/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23138.png b/www/assets/tiles/16/12365/23138.png deleted file mode 100644 index e220926..0000000 Binary files a/www/assets/tiles/16/12365/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23139.png b/www/assets/tiles/16/12365/23139.png deleted file mode 100644 index 3a510b2..0000000 Binary files a/www/assets/tiles/16/12365/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23140.png b/www/assets/tiles/16/12365/23140.png deleted file mode 100644 index e93a2f2..0000000 Binary files a/www/assets/tiles/16/12365/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23141.png b/www/assets/tiles/16/12365/23141.png deleted file mode 100644 index db8a5f4..0000000 Binary files a/www/assets/tiles/16/12365/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23142.png b/www/assets/tiles/16/12365/23142.png deleted file mode 100644 index d1ca0b3..0000000 Binary files a/www/assets/tiles/16/12365/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23143.png b/www/assets/tiles/16/12365/23143.png deleted file mode 100644 index 442bc50..0000000 Binary files a/www/assets/tiles/16/12365/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23144.png b/www/assets/tiles/16/12365/23144.png deleted file mode 100644 index c0643d7..0000000 Binary files a/www/assets/tiles/16/12365/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23145.png b/www/assets/tiles/16/12365/23145.png deleted file mode 100644 index afae6fc..0000000 Binary files a/www/assets/tiles/16/12365/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23146.png b/www/assets/tiles/16/12365/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12365/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23147.png b/www/assets/tiles/16/12365/23147.png deleted file mode 100644 index 4c22038..0000000 Binary files a/www/assets/tiles/16/12365/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23148.png b/www/assets/tiles/16/12365/23148.png deleted file mode 100644 index ed4eb27..0000000 Binary files a/www/assets/tiles/16/12365/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23149.png b/www/assets/tiles/16/12365/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12365/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23150.png b/www/assets/tiles/16/12365/23150.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12365/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23151.png b/www/assets/tiles/16/12365/23151.png deleted file mode 100644 index 7cb1990..0000000 Binary files a/www/assets/tiles/16/12365/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23152.png b/www/assets/tiles/16/12365/23152.png deleted file mode 100644 index 452d83a..0000000 Binary files a/www/assets/tiles/16/12365/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23153.png b/www/assets/tiles/16/12365/23153.png deleted file mode 100644 index 3e3d919..0000000 Binary files a/www/assets/tiles/16/12365/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23154.png b/www/assets/tiles/16/12365/23154.png deleted file mode 100644 index bb650f0..0000000 Binary files a/www/assets/tiles/16/12365/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23155.png b/www/assets/tiles/16/12365/23155.png deleted file mode 100644 index c4535ba..0000000 Binary files a/www/assets/tiles/16/12365/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23156.png b/www/assets/tiles/16/12365/23156.png deleted file mode 100644 index 7b54e5a..0000000 Binary files a/www/assets/tiles/16/12365/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23157.png b/www/assets/tiles/16/12365/23157.png deleted file mode 100644 index 8f5ce28..0000000 Binary files a/www/assets/tiles/16/12365/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23158.png b/www/assets/tiles/16/12365/23158.png deleted file mode 100644 index df5a53d..0000000 Binary files a/www/assets/tiles/16/12365/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23159.png b/www/assets/tiles/16/12365/23159.png deleted file mode 100644 index 26a9875..0000000 Binary files a/www/assets/tiles/16/12365/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23160.png b/www/assets/tiles/16/12365/23160.png deleted file mode 100644 index 854f094..0000000 Binary files a/www/assets/tiles/16/12365/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23161.png b/www/assets/tiles/16/12365/23161.png deleted file mode 100644 index edc1371..0000000 Binary files a/www/assets/tiles/16/12365/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23162.png b/www/assets/tiles/16/12365/23162.png deleted file mode 100644 index a95d1b1..0000000 Binary files a/www/assets/tiles/16/12365/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23163.png b/www/assets/tiles/16/12365/23163.png deleted file mode 100644 index ed0d813..0000000 Binary files a/www/assets/tiles/16/12365/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23164.png b/www/assets/tiles/16/12365/23164.png deleted file mode 100644 index 62f943f..0000000 Binary files a/www/assets/tiles/16/12365/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23165.png b/www/assets/tiles/16/12365/23165.png deleted file mode 100644 index 3869084..0000000 Binary files a/www/assets/tiles/16/12365/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23166.png b/www/assets/tiles/16/12365/23166.png deleted file mode 100644 index 2a2bc03..0000000 Binary files a/www/assets/tiles/16/12365/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23167.png b/www/assets/tiles/16/12365/23167.png deleted file mode 100644 index f7a1ad7..0000000 Binary files a/www/assets/tiles/16/12365/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23168.png b/www/assets/tiles/16/12365/23168.png deleted file mode 100644 index 10f7439..0000000 Binary files a/www/assets/tiles/16/12365/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23169.png b/www/assets/tiles/16/12365/23169.png deleted file mode 100644 index 080c44b..0000000 Binary files a/www/assets/tiles/16/12365/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23170.png b/www/assets/tiles/16/12365/23170.png deleted file mode 100644 index 965b6f2..0000000 Binary files a/www/assets/tiles/16/12365/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23171.png b/www/assets/tiles/16/12365/23171.png deleted file mode 100644 index dacd1a2..0000000 Binary files a/www/assets/tiles/16/12365/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23172.png b/www/assets/tiles/16/12365/23172.png deleted file mode 100644 index dc5fcc0..0000000 Binary files a/www/assets/tiles/16/12365/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23173.png b/www/assets/tiles/16/12365/23173.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12365/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23174.png b/www/assets/tiles/16/12365/23174.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12365/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23175.png b/www/assets/tiles/16/12365/23175.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12365/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23176.png b/www/assets/tiles/16/12365/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12365/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23177.png b/www/assets/tiles/16/12365/23177.png deleted file mode 100644 index b6ef8f9..0000000 Binary files a/www/assets/tiles/16/12365/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23178.png b/www/assets/tiles/16/12365/23178.png deleted file mode 100644 index f6cf663..0000000 Binary files a/www/assets/tiles/16/12365/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23179.png b/www/assets/tiles/16/12365/23179.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12365/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12365/23180.png b/www/assets/tiles/16/12365/23180.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12365/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23120.png b/www/assets/tiles/16/12366/23120.png deleted file mode 100644 index d064ec0..0000000 Binary files a/www/assets/tiles/16/12366/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23121.png b/www/assets/tiles/16/12366/23121.png deleted file mode 100644 index b7f91e3..0000000 Binary files a/www/assets/tiles/16/12366/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23122.png b/www/assets/tiles/16/12366/23122.png deleted file mode 100644 index da06448..0000000 Binary files a/www/assets/tiles/16/12366/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23123.png b/www/assets/tiles/16/12366/23123.png deleted file mode 100644 index 9007ed3..0000000 Binary files a/www/assets/tiles/16/12366/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23124.png b/www/assets/tiles/16/12366/23124.png deleted file mode 100644 index a242e0e..0000000 Binary files a/www/assets/tiles/16/12366/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23125.png b/www/assets/tiles/16/12366/23125.png deleted file mode 100644 index 5ffa940..0000000 Binary files a/www/assets/tiles/16/12366/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23126.png b/www/assets/tiles/16/12366/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12366/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23127.png b/www/assets/tiles/16/12366/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12366/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23128.png b/www/assets/tiles/16/12366/23128.png deleted file mode 100644 index 6a78509..0000000 Binary files a/www/assets/tiles/16/12366/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23129.png b/www/assets/tiles/16/12366/23129.png deleted file mode 100644 index 7da7608..0000000 Binary files a/www/assets/tiles/16/12366/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23130.png b/www/assets/tiles/16/12366/23130.png deleted file mode 100644 index 19e8768..0000000 Binary files a/www/assets/tiles/16/12366/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23131.png b/www/assets/tiles/16/12366/23131.png deleted file mode 100644 index b1bf65e..0000000 Binary files a/www/assets/tiles/16/12366/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23132.png b/www/assets/tiles/16/12366/23132.png deleted file mode 100644 index fca80ad..0000000 Binary files a/www/assets/tiles/16/12366/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23133.png b/www/assets/tiles/16/12366/23133.png deleted file mode 100644 index e2c0313..0000000 Binary files a/www/assets/tiles/16/12366/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23134.png b/www/assets/tiles/16/12366/23134.png deleted file mode 100644 index 302e32b..0000000 Binary files a/www/assets/tiles/16/12366/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23135.png b/www/assets/tiles/16/12366/23135.png deleted file mode 100644 index 9c44d34..0000000 Binary files a/www/assets/tiles/16/12366/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23136.png b/www/assets/tiles/16/12366/23136.png deleted file mode 100644 index d73f4fd..0000000 Binary files a/www/assets/tiles/16/12366/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23137.png b/www/assets/tiles/16/12366/23137.png deleted file mode 100644 index b4fc660..0000000 Binary files a/www/assets/tiles/16/12366/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23138.png b/www/assets/tiles/16/12366/23138.png deleted file mode 100644 index 2513079..0000000 Binary files a/www/assets/tiles/16/12366/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23139.png b/www/assets/tiles/16/12366/23139.png deleted file mode 100644 index 4c700c3..0000000 Binary files a/www/assets/tiles/16/12366/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23140.png b/www/assets/tiles/16/12366/23140.png deleted file mode 100644 index 37439c8..0000000 Binary files a/www/assets/tiles/16/12366/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23141.png b/www/assets/tiles/16/12366/23141.png deleted file mode 100644 index 14126b8..0000000 Binary files a/www/assets/tiles/16/12366/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23142.png b/www/assets/tiles/16/12366/23142.png deleted file mode 100644 index f151ab6..0000000 Binary files a/www/assets/tiles/16/12366/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23143.png b/www/assets/tiles/16/12366/23143.png deleted file mode 100644 index 0a67b4f..0000000 Binary files a/www/assets/tiles/16/12366/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23144.png b/www/assets/tiles/16/12366/23144.png deleted file mode 100644 index 3eda6b4..0000000 Binary files a/www/assets/tiles/16/12366/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23145.png b/www/assets/tiles/16/12366/23145.png deleted file mode 100644 index 5d0aaba..0000000 Binary files a/www/assets/tiles/16/12366/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23146.png b/www/assets/tiles/16/12366/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12366/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23147.png b/www/assets/tiles/16/12366/23147.png deleted file mode 100644 index af2800e..0000000 Binary files a/www/assets/tiles/16/12366/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23148.png b/www/assets/tiles/16/12366/23148.png deleted file mode 100644 index 8608a34..0000000 Binary files a/www/assets/tiles/16/12366/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23149.png b/www/assets/tiles/16/12366/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12366/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23150.png b/www/assets/tiles/16/12366/23150.png deleted file mode 100644 index 84dc678..0000000 Binary files a/www/assets/tiles/16/12366/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23151.png b/www/assets/tiles/16/12366/23151.png deleted file mode 100644 index ffab091..0000000 Binary files a/www/assets/tiles/16/12366/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23152.png b/www/assets/tiles/16/12366/23152.png deleted file mode 100644 index d0e6116..0000000 Binary files a/www/assets/tiles/16/12366/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23153.png b/www/assets/tiles/16/12366/23153.png deleted file mode 100644 index bb85bdd..0000000 Binary files a/www/assets/tiles/16/12366/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23154.png b/www/assets/tiles/16/12366/23154.png deleted file mode 100644 index d949cbe..0000000 Binary files a/www/assets/tiles/16/12366/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23155.png b/www/assets/tiles/16/12366/23155.png deleted file mode 100644 index 021cbe8..0000000 Binary files a/www/assets/tiles/16/12366/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23156.png b/www/assets/tiles/16/12366/23156.png deleted file mode 100644 index 4de7562..0000000 Binary files a/www/assets/tiles/16/12366/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23157.png b/www/assets/tiles/16/12366/23157.png deleted file mode 100644 index 43c5b97..0000000 Binary files a/www/assets/tiles/16/12366/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23158.png b/www/assets/tiles/16/12366/23158.png deleted file mode 100644 index 70cc627..0000000 Binary files a/www/assets/tiles/16/12366/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23159.png b/www/assets/tiles/16/12366/23159.png deleted file mode 100644 index 82fd1a5..0000000 Binary files a/www/assets/tiles/16/12366/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23160.png b/www/assets/tiles/16/12366/23160.png deleted file mode 100644 index ac50862..0000000 Binary files a/www/assets/tiles/16/12366/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23161.png b/www/assets/tiles/16/12366/23161.png deleted file mode 100644 index 47b382c..0000000 Binary files a/www/assets/tiles/16/12366/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23162.png b/www/assets/tiles/16/12366/23162.png deleted file mode 100644 index 5e0f64e..0000000 Binary files a/www/assets/tiles/16/12366/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23163.png b/www/assets/tiles/16/12366/23163.png deleted file mode 100644 index f5f95dc..0000000 Binary files a/www/assets/tiles/16/12366/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23164.png b/www/assets/tiles/16/12366/23164.png deleted file mode 100644 index 19bf712..0000000 Binary files a/www/assets/tiles/16/12366/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23165.png b/www/assets/tiles/16/12366/23165.png deleted file mode 100644 index 59a9d18..0000000 Binary files a/www/assets/tiles/16/12366/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23166.png b/www/assets/tiles/16/12366/23166.png deleted file mode 100644 index 719e89c..0000000 Binary files a/www/assets/tiles/16/12366/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23167.png b/www/assets/tiles/16/12366/23167.png deleted file mode 100644 index afaa65b..0000000 Binary files a/www/assets/tiles/16/12366/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23168.png b/www/assets/tiles/16/12366/23168.png deleted file mode 100644 index 90db34d..0000000 Binary files a/www/assets/tiles/16/12366/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23169.png b/www/assets/tiles/16/12366/23169.png deleted file mode 100644 index d0674cc..0000000 Binary files a/www/assets/tiles/16/12366/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23170.png b/www/assets/tiles/16/12366/23170.png deleted file mode 100644 index 0ca25ab..0000000 Binary files a/www/assets/tiles/16/12366/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23171.png b/www/assets/tiles/16/12366/23171.png deleted file mode 100644 index 8da1921..0000000 Binary files a/www/assets/tiles/16/12366/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23172.png b/www/assets/tiles/16/12366/23172.png deleted file mode 100644 index 46e9b9b..0000000 Binary files a/www/assets/tiles/16/12366/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23173.png b/www/assets/tiles/16/12366/23173.png deleted file mode 100644 index c2ecafd..0000000 Binary files a/www/assets/tiles/16/12366/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23174.png b/www/assets/tiles/16/12366/23174.png deleted file mode 100644 index 419e05f..0000000 Binary files a/www/assets/tiles/16/12366/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23175.png b/www/assets/tiles/16/12366/23175.png deleted file mode 100644 index da70707..0000000 Binary files a/www/assets/tiles/16/12366/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23176.png b/www/assets/tiles/16/12366/23176.png deleted file mode 100644 index 66b1c80..0000000 Binary files a/www/assets/tiles/16/12366/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23177.png b/www/assets/tiles/16/12366/23177.png deleted file mode 100644 index 75eb1c4..0000000 Binary files a/www/assets/tiles/16/12366/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23178.png b/www/assets/tiles/16/12366/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12366/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23179.png b/www/assets/tiles/16/12366/23179.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12366/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12366/23180.png b/www/assets/tiles/16/12366/23180.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12366/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23120.png b/www/assets/tiles/16/12367/23120.png deleted file mode 100644 index c99efb4..0000000 Binary files a/www/assets/tiles/16/12367/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23121.png b/www/assets/tiles/16/12367/23121.png deleted file mode 100644 index 9721b62..0000000 Binary files a/www/assets/tiles/16/12367/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23122.png b/www/assets/tiles/16/12367/23122.png deleted file mode 100644 index a7ef929..0000000 Binary files a/www/assets/tiles/16/12367/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23123.png b/www/assets/tiles/16/12367/23123.png deleted file mode 100644 index c88e65b..0000000 Binary files a/www/assets/tiles/16/12367/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23124.png b/www/assets/tiles/16/12367/23124.png deleted file mode 100644 index 4181f2a..0000000 Binary files a/www/assets/tiles/16/12367/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23125.png b/www/assets/tiles/16/12367/23125.png deleted file mode 100644 index a088133..0000000 Binary files a/www/assets/tiles/16/12367/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23126.png b/www/assets/tiles/16/12367/23126.png deleted file mode 100644 index 0015cdb..0000000 Binary files a/www/assets/tiles/16/12367/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23127.png b/www/assets/tiles/16/12367/23127.png deleted file mode 100644 index d7f7702..0000000 Binary files a/www/assets/tiles/16/12367/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23128.png b/www/assets/tiles/16/12367/23128.png deleted file mode 100644 index 22885de..0000000 Binary files a/www/assets/tiles/16/12367/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23129.png b/www/assets/tiles/16/12367/23129.png deleted file mode 100644 index 2ac4f4c..0000000 Binary files a/www/assets/tiles/16/12367/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23130.png b/www/assets/tiles/16/12367/23130.png deleted file mode 100644 index 05cba52..0000000 Binary files a/www/assets/tiles/16/12367/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23131.png b/www/assets/tiles/16/12367/23131.png deleted file mode 100644 index d8acb75..0000000 Binary files a/www/assets/tiles/16/12367/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23132.png b/www/assets/tiles/16/12367/23132.png deleted file mode 100644 index 52cb32b..0000000 Binary files a/www/assets/tiles/16/12367/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23133.png b/www/assets/tiles/16/12367/23133.png deleted file mode 100644 index 76cd953..0000000 Binary files a/www/assets/tiles/16/12367/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23134.png b/www/assets/tiles/16/12367/23134.png deleted file mode 100644 index 196d3b7..0000000 Binary files a/www/assets/tiles/16/12367/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23135.png b/www/assets/tiles/16/12367/23135.png deleted file mode 100644 index 6e57d2c..0000000 Binary files a/www/assets/tiles/16/12367/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23136.png b/www/assets/tiles/16/12367/23136.png deleted file mode 100644 index 94e05dc..0000000 Binary files a/www/assets/tiles/16/12367/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23137.png b/www/assets/tiles/16/12367/23137.png deleted file mode 100644 index a47ee0f..0000000 Binary files a/www/assets/tiles/16/12367/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23138.png b/www/assets/tiles/16/12367/23138.png deleted file mode 100644 index 83ce306..0000000 Binary files a/www/assets/tiles/16/12367/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23139.png b/www/assets/tiles/16/12367/23139.png deleted file mode 100644 index e595f48..0000000 Binary files a/www/assets/tiles/16/12367/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23140.png b/www/assets/tiles/16/12367/23140.png deleted file mode 100644 index 713f8ad..0000000 Binary files a/www/assets/tiles/16/12367/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23141.png b/www/assets/tiles/16/12367/23141.png deleted file mode 100644 index fcf5a94..0000000 Binary files a/www/assets/tiles/16/12367/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23142.png b/www/assets/tiles/16/12367/23142.png deleted file mode 100644 index 29c7fc2..0000000 Binary files a/www/assets/tiles/16/12367/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23143.png b/www/assets/tiles/16/12367/23143.png deleted file mode 100644 index 08761a1..0000000 Binary files a/www/assets/tiles/16/12367/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23144.png b/www/assets/tiles/16/12367/23144.png deleted file mode 100644 index 07a1cc1..0000000 Binary files a/www/assets/tiles/16/12367/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23145.png b/www/assets/tiles/16/12367/23145.png deleted file mode 100644 index e7f846a..0000000 Binary files a/www/assets/tiles/16/12367/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23146.png b/www/assets/tiles/16/12367/23146.png deleted file mode 100644 index 479cb89..0000000 Binary files a/www/assets/tiles/16/12367/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23147.png b/www/assets/tiles/16/12367/23147.png deleted file mode 100644 index 0221c7f..0000000 Binary files a/www/assets/tiles/16/12367/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23148.png b/www/assets/tiles/16/12367/23148.png deleted file mode 100644 index 19f0d33..0000000 Binary files a/www/assets/tiles/16/12367/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23149.png b/www/assets/tiles/16/12367/23149.png deleted file mode 100644 index 97f6a0d..0000000 Binary files a/www/assets/tiles/16/12367/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23150.png b/www/assets/tiles/16/12367/23150.png deleted file mode 100644 index e705e09..0000000 Binary files a/www/assets/tiles/16/12367/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23151.png b/www/assets/tiles/16/12367/23151.png deleted file mode 100644 index 09c0595..0000000 Binary files a/www/assets/tiles/16/12367/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23152.png b/www/assets/tiles/16/12367/23152.png deleted file mode 100644 index 341e6ac..0000000 Binary files a/www/assets/tiles/16/12367/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23153.png b/www/assets/tiles/16/12367/23153.png deleted file mode 100644 index 4752e32..0000000 Binary files a/www/assets/tiles/16/12367/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23154.png b/www/assets/tiles/16/12367/23154.png deleted file mode 100644 index 78d60e8..0000000 Binary files a/www/assets/tiles/16/12367/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23155.png b/www/assets/tiles/16/12367/23155.png deleted file mode 100644 index 5332d45..0000000 Binary files a/www/assets/tiles/16/12367/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23156.png b/www/assets/tiles/16/12367/23156.png deleted file mode 100644 index 8d654c5..0000000 Binary files a/www/assets/tiles/16/12367/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23157.png b/www/assets/tiles/16/12367/23157.png deleted file mode 100644 index 42d491b..0000000 Binary files a/www/assets/tiles/16/12367/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23158.png b/www/assets/tiles/16/12367/23158.png deleted file mode 100644 index 0b9ccbd..0000000 Binary files a/www/assets/tiles/16/12367/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23159.png b/www/assets/tiles/16/12367/23159.png deleted file mode 100644 index e7bcb18..0000000 Binary files a/www/assets/tiles/16/12367/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23160.png b/www/assets/tiles/16/12367/23160.png deleted file mode 100644 index 64bc12b..0000000 Binary files a/www/assets/tiles/16/12367/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23161.png b/www/assets/tiles/16/12367/23161.png deleted file mode 100644 index 195b975..0000000 Binary files a/www/assets/tiles/16/12367/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23162.png b/www/assets/tiles/16/12367/23162.png deleted file mode 100644 index 3bcd66b..0000000 Binary files a/www/assets/tiles/16/12367/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23163.png b/www/assets/tiles/16/12367/23163.png deleted file mode 100644 index 53e3cf8..0000000 Binary files a/www/assets/tiles/16/12367/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23164.png b/www/assets/tiles/16/12367/23164.png deleted file mode 100644 index 9cab75d..0000000 Binary files a/www/assets/tiles/16/12367/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23165.png b/www/assets/tiles/16/12367/23165.png deleted file mode 100644 index 4326cca..0000000 Binary files a/www/assets/tiles/16/12367/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23166.png b/www/assets/tiles/16/12367/23166.png deleted file mode 100644 index 63ae7d7..0000000 Binary files a/www/assets/tiles/16/12367/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23167.png b/www/assets/tiles/16/12367/23167.png deleted file mode 100644 index e22cb85..0000000 Binary files a/www/assets/tiles/16/12367/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23168.png b/www/assets/tiles/16/12367/23168.png deleted file mode 100644 index 98fc95c..0000000 Binary files a/www/assets/tiles/16/12367/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23169.png b/www/assets/tiles/16/12367/23169.png deleted file mode 100644 index bd3428f..0000000 Binary files a/www/assets/tiles/16/12367/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23170.png b/www/assets/tiles/16/12367/23170.png deleted file mode 100644 index 6187c4a..0000000 Binary files a/www/assets/tiles/16/12367/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23171.png b/www/assets/tiles/16/12367/23171.png deleted file mode 100644 index 56a2669..0000000 Binary files a/www/assets/tiles/16/12367/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23172.png b/www/assets/tiles/16/12367/23172.png deleted file mode 100644 index 57886dc..0000000 Binary files a/www/assets/tiles/16/12367/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23173.png b/www/assets/tiles/16/12367/23173.png deleted file mode 100644 index d430910..0000000 Binary files a/www/assets/tiles/16/12367/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23174.png b/www/assets/tiles/16/12367/23174.png deleted file mode 100644 index e2670ae..0000000 Binary files a/www/assets/tiles/16/12367/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23175.png b/www/assets/tiles/16/12367/23175.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12367/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23176.png b/www/assets/tiles/16/12367/23176.png deleted file mode 100644 index 6befd7e..0000000 Binary files a/www/assets/tiles/16/12367/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23177.png b/www/assets/tiles/16/12367/23177.png deleted file mode 100644 index 342c83b..0000000 Binary files a/www/assets/tiles/16/12367/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23178.png b/www/assets/tiles/16/12367/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12367/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23179.png b/www/assets/tiles/16/12367/23179.png deleted file mode 100644 index b47197c..0000000 Binary files a/www/assets/tiles/16/12367/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12367/23180.png b/www/assets/tiles/16/12367/23180.png deleted file mode 100644 index a059ea3..0000000 Binary files a/www/assets/tiles/16/12367/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23120.png b/www/assets/tiles/16/12368/23120.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12368/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23121.png b/www/assets/tiles/16/12368/23121.png deleted file mode 100644 index 95f3f9c..0000000 Binary files a/www/assets/tiles/16/12368/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23122.png b/www/assets/tiles/16/12368/23122.png deleted file mode 100644 index 998e8ec..0000000 Binary files a/www/assets/tiles/16/12368/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23123.png b/www/assets/tiles/16/12368/23123.png deleted file mode 100644 index 28aba29..0000000 Binary files a/www/assets/tiles/16/12368/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23124.png b/www/assets/tiles/16/12368/23124.png deleted file mode 100644 index 3a36ca0..0000000 Binary files a/www/assets/tiles/16/12368/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23125.png b/www/assets/tiles/16/12368/23125.png deleted file mode 100644 index 0b8194b..0000000 Binary files a/www/assets/tiles/16/12368/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23126.png b/www/assets/tiles/16/12368/23126.png deleted file mode 100644 index 69c5e64..0000000 Binary files a/www/assets/tiles/16/12368/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23127.png b/www/assets/tiles/16/12368/23127.png deleted file mode 100644 index 4f79a93..0000000 Binary files a/www/assets/tiles/16/12368/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23128.png b/www/assets/tiles/16/12368/23128.png deleted file mode 100644 index 316f0e4..0000000 Binary files a/www/assets/tiles/16/12368/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23129.png b/www/assets/tiles/16/12368/23129.png deleted file mode 100644 index 266734f..0000000 Binary files a/www/assets/tiles/16/12368/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23130.png b/www/assets/tiles/16/12368/23130.png deleted file mode 100644 index 7226af9..0000000 Binary files a/www/assets/tiles/16/12368/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23131.png b/www/assets/tiles/16/12368/23131.png deleted file mode 100644 index 5e49acf..0000000 Binary files a/www/assets/tiles/16/12368/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23132.png b/www/assets/tiles/16/12368/23132.png deleted file mode 100644 index c7d8e2f..0000000 Binary files a/www/assets/tiles/16/12368/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23133.png b/www/assets/tiles/16/12368/23133.png deleted file mode 100644 index c4c4003..0000000 Binary files a/www/assets/tiles/16/12368/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23134.png b/www/assets/tiles/16/12368/23134.png deleted file mode 100644 index e211635..0000000 Binary files a/www/assets/tiles/16/12368/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23135.png b/www/assets/tiles/16/12368/23135.png deleted file mode 100644 index faffc70..0000000 Binary files a/www/assets/tiles/16/12368/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23136.png b/www/assets/tiles/16/12368/23136.png deleted file mode 100644 index b946cf6..0000000 Binary files a/www/assets/tiles/16/12368/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23137.png b/www/assets/tiles/16/12368/23137.png deleted file mode 100644 index 78073fb..0000000 Binary files a/www/assets/tiles/16/12368/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23138.png b/www/assets/tiles/16/12368/23138.png deleted file mode 100644 index 85e9c10..0000000 Binary files a/www/assets/tiles/16/12368/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23139.png b/www/assets/tiles/16/12368/23139.png deleted file mode 100644 index 4948753..0000000 Binary files a/www/assets/tiles/16/12368/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23140.png b/www/assets/tiles/16/12368/23140.png deleted file mode 100644 index a052a5a..0000000 Binary files a/www/assets/tiles/16/12368/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23141.png b/www/assets/tiles/16/12368/23141.png deleted file mode 100644 index 00882d0..0000000 Binary files a/www/assets/tiles/16/12368/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23142.png b/www/assets/tiles/16/12368/23142.png deleted file mode 100644 index e1c9dc6..0000000 Binary files a/www/assets/tiles/16/12368/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23143.png b/www/assets/tiles/16/12368/23143.png deleted file mode 100644 index 0917a42..0000000 Binary files a/www/assets/tiles/16/12368/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23144.png b/www/assets/tiles/16/12368/23144.png deleted file mode 100644 index 2d49986..0000000 Binary files a/www/assets/tiles/16/12368/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23145.png b/www/assets/tiles/16/12368/23145.png deleted file mode 100644 index e5c9fbf..0000000 Binary files a/www/assets/tiles/16/12368/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23146.png b/www/assets/tiles/16/12368/23146.png deleted file mode 100644 index ac14328..0000000 Binary files a/www/assets/tiles/16/12368/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23147.png b/www/assets/tiles/16/12368/23147.png deleted file mode 100644 index 62cf2ac..0000000 Binary files a/www/assets/tiles/16/12368/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23148.png b/www/assets/tiles/16/12368/23148.png deleted file mode 100644 index a75ed47..0000000 Binary files a/www/assets/tiles/16/12368/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23149.png b/www/assets/tiles/16/12368/23149.png deleted file mode 100644 index c4e45ba..0000000 Binary files a/www/assets/tiles/16/12368/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23150.png b/www/assets/tiles/16/12368/23150.png deleted file mode 100644 index 64d2980..0000000 Binary files a/www/assets/tiles/16/12368/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23151.png b/www/assets/tiles/16/12368/23151.png deleted file mode 100644 index b972818..0000000 Binary files a/www/assets/tiles/16/12368/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23152.png b/www/assets/tiles/16/12368/23152.png deleted file mode 100644 index 193e9ce..0000000 Binary files a/www/assets/tiles/16/12368/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23153.png b/www/assets/tiles/16/12368/23153.png deleted file mode 100644 index 409720d..0000000 Binary files a/www/assets/tiles/16/12368/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23154.png b/www/assets/tiles/16/12368/23154.png deleted file mode 100644 index c9e0568..0000000 Binary files a/www/assets/tiles/16/12368/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23155.png b/www/assets/tiles/16/12368/23155.png deleted file mode 100644 index ce290ce..0000000 Binary files a/www/assets/tiles/16/12368/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23156.png b/www/assets/tiles/16/12368/23156.png deleted file mode 100644 index 16d132f..0000000 Binary files a/www/assets/tiles/16/12368/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23157.png b/www/assets/tiles/16/12368/23157.png deleted file mode 100644 index 6d4e45a..0000000 Binary files a/www/assets/tiles/16/12368/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23158.png b/www/assets/tiles/16/12368/23158.png deleted file mode 100644 index cd46a90..0000000 Binary files a/www/assets/tiles/16/12368/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23159.png b/www/assets/tiles/16/12368/23159.png deleted file mode 100644 index 7a7dc27..0000000 Binary files a/www/assets/tiles/16/12368/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23160.png b/www/assets/tiles/16/12368/23160.png deleted file mode 100644 index 2981114..0000000 Binary files a/www/assets/tiles/16/12368/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23161.png b/www/assets/tiles/16/12368/23161.png deleted file mode 100644 index 965f78c..0000000 Binary files a/www/assets/tiles/16/12368/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23162.png b/www/assets/tiles/16/12368/23162.png deleted file mode 100644 index 20d8016..0000000 Binary files a/www/assets/tiles/16/12368/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23163.png b/www/assets/tiles/16/12368/23163.png deleted file mode 100644 index 36a0128..0000000 Binary files a/www/assets/tiles/16/12368/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23164.png b/www/assets/tiles/16/12368/23164.png deleted file mode 100644 index 8e4d711..0000000 Binary files a/www/assets/tiles/16/12368/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23165.png b/www/assets/tiles/16/12368/23165.png deleted file mode 100644 index a8b3e22..0000000 Binary files a/www/assets/tiles/16/12368/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23166.png b/www/assets/tiles/16/12368/23166.png deleted file mode 100644 index 0f4c55a..0000000 Binary files a/www/assets/tiles/16/12368/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23167.png b/www/assets/tiles/16/12368/23167.png deleted file mode 100644 index c639c51..0000000 Binary files a/www/assets/tiles/16/12368/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23168.png b/www/assets/tiles/16/12368/23168.png deleted file mode 100644 index 2f26574..0000000 Binary files a/www/assets/tiles/16/12368/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23169.png b/www/assets/tiles/16/12368/23169.png deleted file mode 100644 index f20a84e..0000000 Binary files a/www/assets/tiles/16/12368/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23170.png b/www/assets/tiles/16/12368/23170.png deleted file mode 100644 index a7f58c2..0000000 Binary files a/www/assets/tiles/16/12368/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23171.png b/www/assets/tiles/16/12368/23171.png deleted file mode 100644 index 8701f59..0000000 Binary files a/www/assets/tiles/16/12368/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23172.png b/www/assets/tiles/16/12368/23172.png deleted file mode 100644 index cea9b76..0000000 Binary files a/www/assets/tiles/16/12368/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23173.png b/www/assets/tiles/16/12368/23173.png deleted file mode 100644 index 474a4ad..0000000 Binary files a/www/assets/tiles/16/12368/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23174.png b/www/assets/tiles/16/12368/23174.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12368/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23175.png b/www/assets/tiles/16/12368/23175.png deleted file mode 100644 index d5e59c0..0000000 Binary files a/www/assets/tiles/16/12368/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23176.png b/www/assets/tiles/16/12368/23176.png deleted file mode 100644 index 74d3f83..0000000 Binary files a/www/assets/tiles/16/12368/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23177.png b/www/assets/tiles/16/12368/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12368/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23178.png b/www/assets/tiles/16/12368/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12368/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23179.png b/www/assets/tiles/16/12368/23179.png deleted file mode 100644 index 661d1d9..0000000 Binary files a/www/assets/tiles/16/12368/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12368/23180.png b/www/assets/tiles/16/12368/23180.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/16/12368/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23120.png b/www/assets/tiles/16/12369/23120.png deleted file mode 100644 index f97ccc7..0000000 Binary files a/www/assets/tiles/16/12369/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23121.png b/www/assets/tiles/16/12369/23121.png deleted file mode 100644 index 6e8ad49..0000000 Binary files a/www/assets/tiles/16/12369/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23122.png b/www/assets/tiles/16/12369/23122.png deleted file mode 100644 index 7ec9c08..0000000 Binary files a/www/assets/tiles/16/12369/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23123.png b/www/assets/tiles/16/12369/23123.png deleted file mode 100644 index f3b7ac6..0000000 Binary files a/www/assets/tiles/16/12369/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23124.png b/www/assets/tiles/16/12369/23124.png deleted file mode 100644 index 7a63c21..0000000 Binary files a/www/assets/tiles/16/12369/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23125.png b/www/assets/tiles/16/12369/23125.png deleted file mode 100644 index ed03e01..0000000 Binary files a/www/assets/tiles/16/12369/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23126.png b/www/assets/tiles/16/12369/23126.png deleted file mode 100644 index 7334661..0000000 Binary files a/www/assets/tiles/16/12369/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23127.png b/www/assets/tiles/16/12369/23127.png deleted file mode 100644 index 4b64f15..0000000 Binary files a/www/assets/tiles/16/12369/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23128.png b/www/assets/tiles/16/12369/23128.png deleted file mode 100644 index f6a3c37..0000000 Binary files a/www/assets/tiles/16/12369/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23129.png b/www/assets/tiles/16/12369/23129.png deleted file mode 100644 index 9bc4806..0000000 Binary files a/www/assets/tiles/16/12369/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23130.png b/www/assets/tiles/16/12369/23130.png deleted file mode 100644 index 48556d0..0000000 Binary files a/www/assets/tiles/16/12369/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23131.png b/www/assets/tiles/16/12369/23131.png deleted file mode 100644 index 6c783a7..0000000 Binary files a/www/assets/tiles/16/12369/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23132.png b/www/assets/tiles/16/12369/23132.png deleted file mode 100644 index 6a3f185..0000000 Binary files a/www/assets/tiles/16/12369/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23133.png b/www/assets/tiles/16/12369/23133.png deleted file mode 100644 index 132103b..0000000 Binary files a/www/assets/tiles/16/12369/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23134.png b/www/assets/tiles/16/12369/23134.png deleted file mode 100644 index 1c2e912..0000000 Binary files a/www/assets/tiles/16/12369/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23135.png b/www/assets/tiles/16/12369/23135.png deleted file mode 100644 index 46464ca..0000000 Binary files a/www/assets/tiles/16/12369/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23136.png b/www/assets/tiles/16/12369/23136.png deleted file mode 100644 index f617ea6..0000000 Binary files a/www/assets/tiles/16/12369/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23137.png b/www/assets/tiles/16/12369/23137.png deleted file mode 100644 index ecc50ad..0000000 Binary files a/www/assets/tiles/16/12369/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23138.png b/www/assets/tiles/16/12369/23138.png deleted file mode 100644 index 7d041f3..0000000 Binary files a/www/assets/tiles/16/12369/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23139.png b/www/assets/tiles/16/12369/23139.png deleted file mode 100644 index 024dffd..0000000 Binary files a/www/assets/tiles/16/12369/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23140.png b/www/assets/tiles/16/12369/23140.png deleted file mode 100644 index b317b16..0000000 Binary files a/www/assets/tiles/16/12369/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23141.png b/www/assets/tiles/16/12369/23141.png deleted file mode 100644 index 9021306..0000000 Binary files a/www/assets/tiles/16/12369/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23142.png b/www/assets/tiles/16/12369/23142.png deleted file mode 100644 index c3192b6..0000000 Binary files a/www/assets/tiles/16/12369/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23143.png b/www/assets/tiles/16/12369/23143.png deleted file mode 100644 index fc62a34..0000000 Binary files a/www/assets/tiles/16/12369/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23144.png b/www/assets/tiles/16/12369/23144.png deleted file mode 100644 index 5bb1802..0000000 Binary files a/www/assets/tiles/16/12369/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23145.png b/www/assets/tiles/16/12369/23145.png deleted file mode 100644 index c60087e..0000000 Binary files a/www/assets/tiles/16/12369/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23146.png b/www/assets/tiles/16/12369/23146.png deleted file mode 100644 index 39b1448..0000000 Binary files a/www/assets/tiles/16/12369/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23147.png b/www/assets/tiles/16/12369/23147.png deleted file mode 100644 index d228534..0000000 Binary files a/www/assets/tiles/16/12369/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23148.png b/www/assets/tiles/16/12369/23148.png deleted file mode 100644 index edc0db3..0000000 Binary files a/www/assets/tiles/16/12369/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23149.png b/www/assets/tiles/16/12369/23149.png deleted file mode 100644 index 2b7fa2e..0000000 Binary files a/www/assets/tiles/16/12369/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23150.png b/www/assets/tiles/16/12369/23150.png deleted file mode 100644 index 4fa3716..0000000 Binary files a/www/assets/tiles/16/12369/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23151.png b/www/assets/tiles/16/12369/23151.png deleted file mode 100644 index e1e3526..0000000 Binary files a/www/assets/tiles/16/12369/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23152.png b/www/assets/tiles/16/12369/23152.png deleted file mode 100644 index cc06409..0000000 Binary files a/www/assets/tiles/16/12369/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23153.png b/www/assets/tiles/16/12369/23153.png deleted file mode 100644 index 7abceae..0000000 Binary files a/www/assets/tiles/16/12369/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23154.png b/www/assets/tiles/16/12369/23154.png deleted file mode 100644 index e1d65c6..0000000 Binary files a/www/assets/tiles/16/12369/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23155.png b/www/assets/tiles/16/12369/23155.png deleted file mode 100644 index e3e0c15..0000000 Binary files a/www/assets/tiles/16/12369/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23156.png b/www/assets/tiles/16/12369/23156.png deleted file mode 100644 index 06f5deb..0000000 Binary files a/www/assets/tiles/16/12369/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23157.png b/www/assets/tiles/16/12369/23157.png deleted file mode 100644 index 417739f..0000000 Binary files a/www/assets/tiles/16/12369/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23158.png b/www/assets/tiles/16/12369/23158.png deleted file mode 100644 index f69f185..0000000 Binary files a/www/assets/tiles/16/12369/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23159.png b/www/assets/tiles/16/12369/23159.png deleted file mode 100644 index cea80ff..0000000 Binary files a/www/assets/tiles/16/12369/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23160.png b/www/assets/tiles/16/12369/23160.png deleted file mode 100644 index aba9c24..0000000 Binary files a/www/assets/tiles/16/12369/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23161.png b/www/assets/tiles/16/12369/23161.png deleted file mode 100644 index 19c55c5..0000000 Binary files a/www/assets/tiles/16/12369/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23162.png b/www/assets/tiles/16/12369/23162.png deleted file mode 100644 index 4e486cf..0000000 Binary files a/www/assets/tiles/16/12369/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23163.png b/www/assets/tiles/16/12369/23163.png deleted file mode 100644 index f90f9eb..0000000 Binary files a/www/assets/tiles/16/12369/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23164.png b/www/assets/tiles/16/12369/23164.png deleted file mode 100644 index 548f951..0000000 Binary files a/www/assets/tiles/16/12369/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23165.png b/www/assets/tiles/16/12369/23165.png deleted file mode 100644 index 5c80feb..0000000 Binary files a/www/assets/tiles/16/12369/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23166.png b/www/assets/tiles/16/12369/23166.png deleted file mode 100644 index e0e0966..0000000 Binary files a/www/assets/tiles/16/12369/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23167.png b/www/assets/tiles/16/12369/23167.png deleted file mode 100644 index 6baeebe..0000000 Binary files a/www/assets/tiles/16/12369/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23168.png b/www/assets/tiles/16/12369/23168.png deleted file mode 100644 index 1ee7cc9..0000000 Binary files a/www/assets/tiles/16/12369/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23169.png b/www/assets/tiles/16/12369/23169.png deleted file mode 100644 index f806a6e..0000000 Binary files a/www/assets/tiles/16/12369/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23170.png b/www/assets/tiles/16/12369/23170.png deleted file mode 100644 index f15d5de..0000000 Binary files a/www/assets/tiles/16/12369/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23171.png b/www/assets/tiles/16/12369/23171.png deleted file mode 100644 index c09c1e3..0000000 Binary files a/www/assets/tiles/16/12369/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23172.png b/www/assets/tiles/16/12369/23172.png deleted file mode 100644 index dcd8b7b..0000000 Binary files a/www/assets/tiles/16/12369/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23173.png b/www/assets/tiles/16/12369/23173.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12369/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23174.png b/www/assets/tiles/16/12369/23174.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12369/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23175.png b/www/assets/tiles/16/12369/23175.png deleted file mode 100644 index 7eb42a2..0000000 Binary files a/www/assets/tiles/16/12369/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23176.png b/www/assets/tiles/16/12369/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12369/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23177.png b/www/assets/tiles/16/12369/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12369/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23178.png b/www/assets/tiles/16/12369/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12369/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23179.png b/www/assets/tiles/16/12369/23179.png deleted file mode 100644 index a743fc5..0000000 Binary files a/www/assets/tiles/16/12369/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12369/23180.png b/www/assets/tiles/16/12369/23180.png deleted file mode 100644 index 97cfacb..0000000 Binary files a/www/assets/tiles/16/12369/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23120.png b/www/assets/tiles/16/12370/23120.png deleted file mode 100644 index 10d3fa6..0000000 Binary files a/www/assets/tiles/16/12370/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23121.png b/www/assets/tiles/16/12370/23121.png deleted file mode 100644 index 5df13b9..0000000 Binary files a/www/assets/tiles/16/12370/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23122.png b/www/assets/tiles/16/12370/23122.png deleted file mode 100644 index b92013d..0000000 Binary files a/www/assets/tiles/16/12370/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23123.png b/www/assets/tiles/16/12370/23123.png deleted file mode 100644 index 1568272..0000000 Binary files a/www/assets/tiles/16/12370/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23124.png b/www/assets/tiles/16/12370/23124.png deleted file mode 100644 index 47d26a2..0000000 Binary files a/www/assets/tiles/16/12370/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23125.png b/www/assets/tiles/16/12370/23125.png deleted file mode 100644 index 1f0acbf..0000000 Binary files a/www/assets/tiles/16/12370/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23126.png b/www/assets/tiles/16/12370/23126.png deleted file mode 100644 index 6136432..0000000 Binary files a/www/assets/tiles/16/12370/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23127.png b/www/assets/tiles/16/12370/23127.png deleted file mode 100644 index 4bbf611..0000000 Binary files a/www/assets/tiles/16/12370/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23128.png b/www/assets/tiles/16/12370/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12370/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23129.png b/www/assets/tiles/16/12370/23129.png deleted file mode 100644 index 4abe906..0000000 Binary files a/www/assets/tiles/16/12370/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23130.png b/www/assets/tiles/16/12370/23130.png deleted file mode 100644 index 7437471..0000000 Binary files a/www/assets/tiles/16/12370/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23131.png b/www/assets/tiles/16/12370/23131.png deleted file mode 100644 index 71a6733..0000000 Binary files a/www/assets/tiles/16/12370/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23132.png b/www/assets/tiles/16/12370/23132.png deleted file mode 100644 index 5f7da2c..0000000 Binary files a/www/assets/tiles/16/12370/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23133.png b/www/assets/tiles/16/12370/23133.png deleted file mode 100644 index 47dc4b7..0000000 Binary files a/www/assets/tiles/16/12370/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23134.png b/www/assets/tiles/16/12370/23134.png deleted file mode 100644 index 2a16614..0000000 Binary files a/www/assets/tiles/16/12370/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23135.png b/www/assets/tiles/16/12370/23135.png deleted file mode 100644 index a6f3c2c..0000000 Binary files a/www/assets/tiles/16/12370/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23136.png b/www/assets/tiles/16/12370/23136.png deleted file mode 100644 index b165423..0000000 Binary files a/www/assets/tiles/16/12370/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23137.png b/www/assets/tiles/16/12370/23137.png deleted file mode 100644 index fb8846b..0000000 Binary files a/www/assets/tiles/16/12370/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23138.png b/www/assets/tiles/16/12370/23138.png deleted file mode 100644 index 04d49c2..0000000 Binary files a/www/assets/tiles/16/12370/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23139.png b/www/assets/tiles/16/12370/23139.png deleted file mode 100644 index 00766ac..0000000 Binary files a/www/assets/tiles/16/12370/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23140.png b/www/assets/tiles/16/12370/23140.png deleted file mode 100644 index 79c88a1..0000000 Binary files a/www/assets/tiles/16/12370/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23141.png b/www/assets/tiles/16/12370/23141.png deleted file mode 100644 index 223b4e2..0000000 Binary files a/www/assets/tiles/16/12370/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23142.png b/www/assets/tiles/16/12370/23142.png deleted file mode 100644 index 158be00..0000000 Binary files a/www/assets/tiles/16/12370/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23143.png b/www/assets/tiles/16/12370/23143.png deleted file mode 100644 index 02620fb..0000000 Binary files a/www/assets/tiles/16/12370/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23144.png b/www/assets/tiles/16/12370/23144.png deleted file mode 100644 index 379e4e8..0000000 Binary files a/www/assets/tiles/16/12370/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23145.png b/www/assets/tiles/16/12370/23145.png deleted file mode 100644 index 3b4f3c0..0000000 Binary files a/www/assets/tiles/16/12370/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23146.png b/www/assets/tiles/16/12370/23146.png deleted file mode 100644 index 356dc8b..0000000 Binary files a/www/assets/tiles/16/12370/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23147.png b/www/assets/tiles/16/12370/23147.png deleted file mode 100644 index f81341b..0000000 Binary files a/www/assets/tiles/16/12370/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23148.png b/www/assets/tiles/16/12370/23148.png deleted file mode 100644 index 44aff3f..0000000 Binary files a/www/assets/tiles/16/12370/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23149.png b/www/assets/tiles/16/12370/23149.png deleted file mode 100644 index ea10fe8..0000000 Binary files a/www/assets/tiles/16/12370/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23150.png b/www/assets/tiles/16/12370/23150.png deleted file mode 100644 index 07cfedc..0000000 Binary files a/www/assets/tiles/16/12370/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23151.png b/www/assets/tiles/16/12370/23151.png deleted file mode 100644 index c055856..0000000 Binary files a/www/assets/tiles/16/12370/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23152.png b/www/assets/tiles/16/12370/23152.png deleted file mode 100644 index c9c284b..0000000 Binary files a/www/assets/tiles/16/12370/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23153.png b/www/assets/tiles/16/12370/23153.png deleted file mode 100644 index 2934eec..0000000 Binary files a/www/assets/tiles/16/12370/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23154.png b/www/assets/tiles/16/12370/23154.png deleted file mode 100644 index 1dfa965..0000000 Binary files a/www/assets/tiles/16/12370/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23155.png b/www/assets/tiles/16/12370/23155.png deleted file mode 100644 index ccc582e..0000000 Binary files a/www/assets/tiles/16/12370/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23156.png b/www/assets/tiles/16/12370/23156.png deleted file mode 100644 index 93c2725..0000000 Binary files a/www/assets/tiles/16/12370/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23157.png b/www/assets/tiles/16/12370/23157.png deleted file mode 100644 index 2634e19..0000000 Binary files a/www/assets/tiles/16/12370/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23158.png b/www/assets/tiles/16/12370/23158.png deleted file mode 100644 index eb5171b..0000000 Binary files a/www/assets/tiles/16/12370/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23159.png b/www/assets/tiles/16/12370/23159.png deleted file mode 100644 index 8875964..0000000 Binary files a/www/assets/tiles/16/12370/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23160.png b/www/assets/tiles/16/12370/23160.png deleted file mode 100644 index 50e11ac..0000000 Binary files a/www/assets/tiles/16/12370/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23161.png b/www/assets/tiles/16/12370/23161.png deleted file mode 100644 index d5a01a1..0000000 Binary files a/www/assets/tiles/16/12370/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23162.png b/www/assets/tiles/16/12370/23162.png deleted file mode 100644 index 1bd576e..0000000 Binary files a/www/assets/tiles/16/12370/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23163.png b/www/assets/tiles/16/12370/23163.png deleted file mode 100644 index 6612040..0000000 Binary files a/www/assets/tiles/16/12370/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23164.png b/www/assets/tiles/16/12370/23164.png deleted file mode 100644 index b5d4ec7..0000000 Binary files a/www/assets/tiles/16/12370/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23165.png b/www/assets/tiles/16/12370/23165.png deleted file mode 100644 index afbe1bf..0000000 Binary files a/www/assets/tiles/16/12370/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23166.png b/www/assets/tiles/16/12370/23166.png deleted file mode 100644 index 46cbaf8..0000000 Binary files a/www/assets/tiles/16/12370/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23167.png b/www/assets/tiles/16/12370/23167.png deleted file mode 100644 index 9a45cd9..0000000 Binary files a/www/assets/tiles/16/12370/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23168.png b/www/assets/tiles/16/12370/23168.png deleted file mode 100644 index 734d12f..0000000 Binary files a/www/assets/tiles/16/12370/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23169.png b/www/assets/tiles/16/12370/23169.png deleted file mode 100644 index 27babe5..0000000 Binary files a/www/assets/tiles/16/12370/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23170.png b/www/assets/tiles/16/12370/23170.png deleted file mode 100644 index 34369d8..0000000 Binary files a/www/assets/tiles/16/12370/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23171.png b/www/assets/tiles/16/12370/23171.png deleted file mode 100644 index 67bcab2..0000000 Binary files a/www/assets/tiles/16/12370/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23172.png b/www/assets/tiles/16/12370/23172.png deleted file mode 100644 index 156deaa..0000000 Binary files a/www/assets/tiles/16/12370/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23173.png b/www/assets/tiles/16/12370/23173.png deleted file mode 100644 index 56c05b5..0000000 Binary files a/www/assets/tiles/16/12370/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23174.png b/www/assets/tiles/16/12370/23174.png deleted file mode 100644 index 1062717..0000000 Binary files a/www/assets/tiles/16/12370/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23175.png b/www/assets/tiles/16/12370/23175.png deleted file mode 100644 index 129a11a..0000000 Binary files a/www/assets/tiles/16/12370/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23176.png b/www/assets/tiles/16/12370/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12370/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23177.png b/www/assets/tiles/16/12370/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12370/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23178.png b/www/assets/tiles/16/12370/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12370/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23179.png b/www/assets/tiles/16/12370/23179.png deleted file mode 100644 index be659ae..0000000 Binary files a/www/assets/tiles/16/12370/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12370/23180.png b/www/assets/tiles/16/12370/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12370/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23120.png b/www/assets/tiles/16/12371/23120.png deleted file mode 100644 index d1dfc8c..0000000 Binary files a/www/assets/tiles/16/12371/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23121.png b/www/assets/tiles/16/12371/23121.png deleted file mode 100644 index e14ba14..0000000 Binary files a/www/assets/tiles/16/12371/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23122.png b/www/assets/tiles/16/12371/23122.png deleted file mode 100644 index 46079ab..0000000 Binary files a/www/assets/tiles/16/12371/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23123.png b/www/assets/tiles/16/12371/23123.png deleted file mode 100644 index 6fbc65b..0000000 Binary files a/www/assets/tiles/16/12371/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23124.png b/www/assets/tiles/16/12371/23124.png deleted file mode 100644 index c1687cd..0000000 Binary files a/www/assets/tiles/16/12371/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23125.png b/www/assets/tiles/16/12371/23125.png deleted file mode 100644 index 009314a..0000000 Binary files a/www/assets/tiles/16/12371/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23126.png b/www/assets/tiles/16/12371/23126.png deleted file mode 100644 index 01a9404..0000000 Binary files a/www/assets/tiles/16/12371/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23127.png b/www/assets/tiles/16/12371/23127.png deleted file mode 100644 index df0236d..0000000 Binary files a/www/assets/tiles/16/12371/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23128.png b/www/assets/tiles/16/12371/23128.png deleted file mode 100644 index b396af2..0000000 Binary files a/www/assets/tiles/16/12371/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23129.png b/www/assets/tiles/16/12371/23129.png deleted file mode 100644 index 1a50ed4..0000000 Binary files a/www/assets/tiles/16/12371/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23130.png b/www/assets/tiles/16/12371/23130.png deleted file mode 100644 index 1d99e10..0000000 Binary files a/www/assets/tiles/16/12371/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23131.png b/www/assets/tiles/16/12371/23131.png deleted file mode 100644 index a57ebdf..0000000 Binary files a/www/assets/tiles/16/12371/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23132.png b/www/assets/tiles/16/12371/23132.png deleted file mode 100644 index 52e9214..0000000 Binary files a/www/assets/tiles/16/12371/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23133.png b/www/assets/tiles/16/12371/23133.png deleted file mode 100644 index c42b731..0000000 Binary files a/www/assets/tiles/16/12371/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23134.png b/www/assets/tiles/16/12371/23134.png deleted file mode 100644 index 86acc10..0000000 Binary files a/www/assets/tiles/16/12371/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23135.png b/www/assets/tiles/16/12371/23135.png deleted file mode 100644 index 1d27d2c..0000000 Binary files a/www/assets/tiles/16/12371/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23136.png b/www/assets/tiles/16/12371/23136.png deleted file mode 100644 index 9358588..0000000 Binary files a/www/assets/tiles/16/12371/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23137.png b/www/assets/tiles/16/12371/23137.png deleted file mode 100644 index 47f055b..0000000 Binary files a/www/assets/tiles/16/12371/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23138.png b/www/assets/tiles/16/12371/23138.png deleted file mode 100644 index 1172e3c..0000000 Binary files a/www/assets/tiles/16/12371/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23139.png b/www/assets/tiles/16/12371/23139.png deleted file mode 100644 index 9538b3f..0000000 Binary files a/www/assets/tiles/16/12371/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23140.png b/www/assets/tiles/16/12371/23140.png deleted file mode 100644 index 95d1791..0000000 Binary files a/www/assets/tiles/16/12371/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23141.png b/www/assets/tiles/16/12371/23141.png deleted file mode 100644 index e386cb8..0000000 Binary files a/www/assets/tiles/16/12371/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23142.png b/www/assets/tiles/16/12371/23142.png deleted file mode 100644 index 76b535d..0000000 Binary files a/www/assets/tiles/16/12371/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23143.png b/www/assets/tiles/16/12371/23143.png deleted file mode 100644 index c566a8d..0000000 Binary files a/www/assets/tiles/16/12371/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23144.png b/www/assets/tiles/16/12371/23144.png deleted file mode 100644 index 82a833a..0000000 Binary files a/www/assets/tiles/16/12371/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23145.png b/www/assets/tiles/16/12371/23145.png deleted file mode 100644 index 4e0bcd4..0000000 Binary files a/www/assets/tiles/16/12371/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23146.png b/www/assets/tiles/16/12371/23146.png deleted file mode 100644 index 5da836d..0000000 Binary files a/www/assets/tiles/16/12371/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23147.png b/www/assets/tiles/16/12371/23147.png deleted file mode 100644 index 7381058..0000000 Binary files a/www/assets/tiles/16/12371/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23148.png b/www/assets/tiles/16/12371/23148.png deleted file mode 100644 index a6d1ba6..0000000 Binary files a/www/assets/tiles/16/12371/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23149.png b/www/assets/tiles/16/12371/23149.png deleted file mode 100644 index eaf8415..0000000 Binary files a/www/assets/tiles/16/12371/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23150.png b/www/assets/tiles/16/12371/23150.png deleted file mode 100644 index eb39e58..0000000 Binary files a/www/assets/tiles/16/12371/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23151.png b/www/assets/tiles/16/12371/23151.png deleted file mode 100644 index 924ec1c..0000000 Binary files a/www/assets/tiles/16/12371/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23152.png b/www/assets/tiles/16/12371/23152.png deleted file mode 100644 index cef302b..0000000 Binary files a/www/assets/tiles/16/12371/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23153.png b/www/assets/tiles/16/12371/23153.png deleted file mode 100644 index f4955a6..0000000 Binary files a/www/assets/tiles/16/12371/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23154.png b/www/assets/tiles/16/12371/23154.png deleted file mode 100644 index e6cf9cc..0000000 Binary files a/www/assets/tiles/16/12371/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23155.png b/www/assets/tiles/16/12371/23155.png deleted file mode 100644 index 9613070..0000000 Binary files a/www/assets/tiles/16/12371/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23156.png b/www/assets/tiles/16/12371/23156.png deleted file mode 100644 index 6f71209..0000000 Binary files a/www/assets/tiles/16/12371/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23157.png b/www/assets/tiles/16/12371/23157.png deleted file mode 100644 index a34d9c6..0000000 Binary files a/www/assets/tiles/16/12371/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23158.png b/www/assets/tiles/16/12371/23158.png deleted file mode 100644 index 4dcfc63..0000000 Binary files a/www/assets/tiles/16/12371/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23159.png b/www/assets/tiles/16/12371/23159.png deleted file mode 100644 index b94a3f0..0000000 Binary files a/www/assets/tiles/16/12371/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23160.png b/www/assets/tiles/16/12371/23160.png deleted file mode 100644 index 2e69911..0000000 Binary files a/www/assets/tiles/16/12371/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23161.png b/www/assets/tiles/16/12371/23161.png deleted file mode 100644 index b8fb590..0000000 Binary files a/www/assets/tiles/16/12371/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23162.png b/www/assets/tiles/16/12371/23162.png deleted file mode 100644 index e6faf7b..0000000 Binary files a/www/assets/tiles/16/12371/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23163.png b/www/assets/tiles/16/12371/23163.png deleted file mode 100644 index 36a4653..0000000 Binary files a/www/assets/tiles/16/12371/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23164.png b/www/assets/tiles/16/12371/23164.png deleted file mode 100644 index 9b8d827..0000000 Binary files a/www/assets/tiles/16/12371/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23165.png b/www/assets/tiles/16/12371/23165.png deleted file mode 100644 index bd71219..0000000 Binary files a/www/assets/tiles/16/12371/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23166.png b/www/assets/tiles/16/12371/23166.png deleted file mode 100644 index b24c44d..0000000 Binary files a/www/assets/tiles/16/12371/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23167.png b/www/assets/tiles/16/12371/23167.png deleted file mode 100644 index 93fa235..0000000 Binary files a/www/assets/tiles/16/12371/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23168.png b/www/assets/tiles/16/12371/23168.png deleted file mode 100644 index 11958ef..0000000 Binary files a/www/assets/tiles/16/12371/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23169.png b/www/assets/tiles/16/12371/23169.png deleted file mode 100644 index 09c3657..0000000 Binary files a/www/assets/tiles/16/12371/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23170.png b/www/assets/tiles/16/12371/23170.png deleted file mode 100644 index 2bebfd4..0000000 Binary files a/www/assets/tiles/16/12371/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23171.png b/www/assets/tiles/16/12371/23171.png deleted file mode 100644 index 53893d2..0000000 Binary files a/www/assets/tiles/16/12371/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23172.png b/www/assets/tiles/16/12371/23172.png deleted file mode 100644 index 895cb22..0000000 Binary files a/www/assets/tiles/16/12371/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23173.png b/www/assets/tiles/16/12371/23173.png deleted file mode 100644 index ac5b2a1..0000000 Binary files a/www/assets/tiles/16/12371/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23174.png b/www/assets/tiles/16/12371/23174.png deleted file mode 100644 index 1bc63ed..0000000 Binary files a/www/assets/tiles/16/12371/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23175.png b/www/assets/tiles/16/12371/23175.png deleted file mode 100644 index 259cceb..0000000 Binary files a/www/assets/tiles/16/12371/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23176.png b/www/assets/tiles/16/12371/23176.png deleted file mode 100644 index db068b8..0000000 Binary files a/www/assets/tiles/16/12371/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23177.png b/www/assets/tiles/16/12371/23177.png deleted file mode 100644 index c060d2f..0000000 Binary files a/www/assets/tiles/16/12371/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23178.png b/www/assets/tiles/16/12371/23178.png deleted file mode 100644 index b1ee288..0000000 Binary files a/www/assets/tiles/16/12371/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23179.png b/www/assets/tiles/16/12371/23179.png deleted file mode 100644 index 22cf24d..0000000 Binary files a/www/assets/tiles/16/12371/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12371/23180.png b/www/assets/tiles/16/12371/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12371/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23120.png b/www/assets/tiles/16/12372/23120.png deleted file mode 100644 index 72133b9..0000000 Binary files a/www/assets/tiles/16/12372/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23121.png b/www/assets/tiles/16/12372/23121.png deleted file mode 100644 index 3b39e8b..0000000 Binary files a/www/assets/tiles/16/12372/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23122.png b/www/assets/tiles/16/12372/23122.png deleted file mode 100644 index 0bf4be5..0000000 Binary files a/www/assets/tiles/16/12372/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23123.png b/www/assets/tiles/16/12372/23123.png deleted file mode 100644 index b2af1af..0000000 Binary files a/www/assets/tiles/16/12372/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23124.png b/www/assets/tiles/16/12372/23124.png deleted file mode 100644 index 4ba9cbe..0000000 Binary files a/www/assets/tiles/16/12372/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23125.png b/www/assets/tiles/16/12372/23125.png deleted file mode 100644 index 936103f..0000000 Binary files a/www/assets/tiles/16/12372/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23126.png b/www/assets/tiles/16/12372/23126.png deleted file mode 100644 index c072c71..0000000 Binary files a/www/assets/tiles/16/12372/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23127.png b/www/assets/tiles/16/12372/23127.png deleted file mode 100644 index 1434716..0000000 Binary files a/www/assets/tiles/16/12372/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23128.png b/www/assets/tiles/16/12372/23128.png deleted file mode 100644 index bdfd1f7..0000000 Binary files a/www/assets/tiles/16/12372/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23129.png b/www/assets/tiles/16/12372/23129.png deleted file mode 100644 index 760a739..0000000 Binary files a/www/assets/tiles/16/12372/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23130.png b/www/assets/tiles/16/12372/23130.png deleted file mode 100644 index 1365e4e..0000000 Binary files a/www/assets/tiles/16/12372/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23131.png b/www/assets/tiles/16/12372/23131.png deleted file mode 100644 index b233614..0000000 Binary files a/www/assets/tiles/16/12372/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23132.png b/www/assets/tiles/16/12372/23132.png deleted file mode 100644 index 850d654..0000000 Binary files a/www/assets/tiles/16/12372/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23133.png b/www/assets/tiles/16/12372/23133.png deleted file mode 100644 index ba8b5cb..0000000 Binary files a/www/assets/tiles/16/12372/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23134.png b/www/assets/tiles/16/12372/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12372/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23135.png b/www/assets/tiles/16/12372/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12372/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23136.png b/www/assets/tiles/16/12372/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12372/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23137.png b/www/assets/tiles/16/12372/23137.png deleted file mode 100644 index b31c636..0000000 Binary files a/www/assets/tiles/16/12372/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23138.png b/www/assets/tiles/16/12372/23138.png deleted file mode 100644 index b62b5e6..0000000 Binary files a/www/assets/tiles/16/12372/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23139.png b/www/assets/tiles/16/12372/23139.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12372/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23140.png b/www/assets/tiles/16/12372/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12372/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23141.png b/www/assets/tiles/16/12372/23141.png deleted file mode 100644 index 5cb1121..0000000 Binary files a/www/assets/tiles/16/12372/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23142.png b/www/assets/tiles/16/12372/23142.png deleted file mode 100644 index 60d2a11..0000000 Binary files a/www/assets/tiles/16/12372/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23143.png b/www/assets/tiles/16/12372/23143.png deleted file mode 100644 index 3c43023..0000000 Binary files a/www/assets/tiles/16/12372/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23144.png b/www/assets/tiles/16/12372/23144.png deleted file mode 100644 index 5136c92..0000000 Binary files a/www/assets/tiles/16/12372/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23145.png b/www/assets/tiles/16/12372/23145.png deleted file mode 100644 index 4f39d84..0000000 Binary files a/www/assets/tiles/16/12372/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23146.png b/www/assets/tiles/16/12372/23146.png deleted file mode 100644 index 050f84e..0000000 Binary files a/www/assets/tiles/16/12372/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23147.png b/www/assets/tiles/16/12372/23147.png deleted file mode 100644 index d87cc8d..0000000 Binary files a/www/assets/tiles/16/12372/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23148.png b/www/assets/tiles/16/12372/23148.png deleted file mode 100644 index 734c0bf..0000000 Binary files a/www/assets/tiles/16/12372/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23149.png b/www/assets/tiles/16/12372/23149.png deleted file mode 100644 index 95f1c5a..0000000 Binary files a/www/assets/tiles/16/12372/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23150.png b/www/assets/tiles/16/12372/23150.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12372/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23151.png b/www/assets/tiles/16/12372/23151.png deleted file mode 100644 index ac6060c..0000000 Binary files a/www/assets/tiles/16/12372/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23152.png b/www/assets/tiles/16/12372/23152.png deleted file mode 100644 index 401a201..0000000 Binary files a/www/assets/tiles/16/12372/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23153.png b/www/assets/tiles/16/12372/23153.png deleted file mode 100644 index 1dcb87a..0000000 Binary files a/www/assets/tiles/16/12372/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23154.png b/www/assets/tiles/16/12372/23154.png deleted file mode 100644 index 17dc62a..0000000 Binary files a/www/assets/tiles/16/12372/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23155.png b/www/assets/tiles/16/12372/23155.png deleted file mode 100644 index f87960d..0000000 Binary files a/www/assets/tiles/16/12372/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23156.png b/www/assets/tiles/16/12372/23156.png deleted file mode 100644 index 53d3868..0000000 Binary files a/www/assets/tiles/16/12372/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23157.png b/www/assets/tiles/16/12372/23157.png deleted file mode 100644 index d792ee6..0000000 Binary files a/www/assets/tiles/16/12372/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23158.png b/www/assets/tiles/16/12372/23158.png deleted file mode 100644 index bf41ad1..0000000 Binary files a/www/assets/tiles/16/12372/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23159.png b/www/assets/tiles/16/12372/23159.png deleted file mode 100644 index 4c9b893..0000000 Binary files a/www/assets/tiles/16/12372/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23160.png b/www/assets/tiles/16/12372/23160.png deleted file mode 100644 index c2949be..0000000 Binary files a/www/assets/tiles/16/12372/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23161.png b/www/assets/tiles/16/12372/23161.png deleted file mode 100644 index d8b1a7c..0000000 Binary files a/www/assets/tiles/16/12372/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23162.png b/www/assets/tiles/16/12372/23162.png deleted file mode 100644 index d7c0d0d..0000000 Binary files a/www/assets/tiles/16/12372/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23163.png b/www/assets/tiles/16/12372/23163.png deleted file mode 100644 index e7a1e9c..0000000 Binary files a/www/assets/tiles/16/12372/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23164.png b/www/assets/tiles/16/12372/23164.png deleted file mode 100644 index e30a1ab..0000000 Binary files a/www/assets/tiles/16/12372/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23165.png b/www/assets/tiles/16/12372/23165.png deleted file mode 100644 index 1500669..0000000 Binary files a/www/assets/tiles/16/12372/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23166.png b/www/assets/tiles/16/12372/23166.png deleted file mode 100644 index f84296a..0000000 Binary files a/www/assets/tiles/16/12372/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23167.png b/www/assets/tiles/16/12372/23167.png deleted file mode 100644 index dfa89fc..0000000 Binary files a/www/assets/tiles/16/12372/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23168.png b/www/assets/tiles/16/12372/23168.png deleted file mode 100644 index d5511a9..0000000 Binary files a/www/assets/tiles/16/12372/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23169.png b/www/assets/tiles/16/12372/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12372/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23170.png b/www/assets/tiles/16/12372/23170.png deleted file mode 100644 index 6d0dbb6..0000000 Binary files a/www/assets/tiles/16/12372/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23171.png b/www/assets/tiles/16/12372/23171.png deleted file mode 100644 index e4c61d3..0000000 Binary files a/www/assets/tiles/16/12372/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23172.png b/www/assets/tiles/16/12372/23172.png deleted file mode 100644 index 31cd42c..0000000 Binary files a/www/assets/tiles/16/12372/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23173.png b/www/assets/tiles/16/12372/23173.png deleted file mode 100644 index 0325342..0000000 Binary files a/www/assets/tiles/16/12372/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23174.png b/www/assets/tiles/16/12372/23174.png deleted file mode 100644 index f000f02..0000000 Binary files a/www/assets/tiles/16/12372/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23175.png b/www/assets/tiles/16/12372/23175.png deleted file mode 100644 index 014e855..0000000 Binary files a/www/assets/tiles/16/12372/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23176.png b/www/assets/tiles/16/12372/23176.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/16/12372/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23177.png b/www/assets/tiles/16/12372/23177.png deleted file mode 100644 index 18b2601..0000000 Binary files a/www/assets/tiles/16/12372/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23178.png b/www/assets/tiles/16/12372/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12372/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23179.png b/www/assets/tiles/16/12372/23179.png deleted file mode 100644 index 97e8ddb..0000000 Binary files a/www/assets/tiles/16/12372/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12372/23180.png b/www/assets/tiles/16/12372/23180.png deleted file mode 100644 index d280afb..0000000 Binary files a/www/assets/tiles/16/12372/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23120.png b/www/assets/tiles/16/12373/23120.png deleted file mode 100644 index c407492..0000000 Binary files a/www/assets/tiles/16/12373/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23121.png b/www/assets/tiles/16/12373/23121.png deleted file mode 100644 index 34d2863..0000000 Binary files a/www/assets/tiles/16/12373/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23122.png b/www/assets/tiles/16/12373/23122.png deleted file mode 100644 index 6149c9f..0000000 Binary files a/www/assets/tiles/16/12373/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23123.png b/www/assets/tiles/16/12373/23123.png deleted file mode 100644 index 86c7d04..0000000 Binary files a/www/assets/tiles/16/12373/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23124.png b/www/assets/tiles/16/12373/23124.png deleted file mode 100644 index 31c1ff0..0000000 Binary files a/www/assets/tiles/16/12373/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23125.png b/www/assets/tiles/16/12373/23125.png deleted file mode 100644 index 1d595c5..0000000 Binary files a/www/assets/tiles/16/12373/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23126.png b/www/assets/tiles/16/12373/23126.png deleted file mode 100644 index e96e3b9..0000000 Binary files a/www/assets/tiles/16/12373/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23127.png b/www/assets/tiles/16/12373/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12373/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23128.png b/www/assets/tiles/16/12373/23128.png deleted file mode 100644 index ba25b4c..0000000 Binary files a/www/assets/tiles/16/12373/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23129.png b/www/assets/tiles/16/12373/23129.png deleted file mode 100644 index 45b9de5..0000000 Binary files a/www/assets/tiles/16/12373/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23130.png b/www/assets/tiles/16/12373/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12373/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23131.png b/www/assets/tiles/16/12373/23131.png deleted file mode 100644 index bb19801..0000000 Binary files a/www/assets/tiles/16/12373/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23132.png b/www/assets/tiles/16/12373/23132.png deleted file mode 100644 index 580d0e4..0000000 Binary files a/www/assets/tiles/16/12373/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23133.png b/www/assets/tiles/16/12373/23133.png deleted file mode 100644 index 8e2d906..0000000 Binary files a/www/assets/tiles/16/12373/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23134.png b/www/assets/tiles/16/12373/23134.png deleted file mode 100644 index d51b31f..0000000 Binary files a/www/assets/tiles/16/12373/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23135.png b/www/assets/tiles/16/12373/23135.png deleted file mode 100644 index b970d94..0000000 Binary files a/www/assets/tiles/16/12373/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23136.png b/www/assets/tiles/16/12373/23136.png deleted file mode 100644 index 1b9aadc..0000000 Binary files a/www/assets/tiles/16/12373/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23137.png b/www/assets/tiles/16/12373/23137.png deleted file mode 100644 index 9d41281..0000000 Binary files a/www/assets/tiles/16/12373/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23138.png b/www/assets/tiles/16/12373/23138.png deleted file mode 100644 index 789ce07..0000000 Binary files a/www/assets/tiles/16/12373/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23139.png b/www/assets/tiles/16/12373/23139.png deleted file mode 100644 index 80d7e3f..0000000 Binary files a/www/assets/tiles/16/12373/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23140.png b/www/assets/tiles/16/12373/23140.png deleted file mode 100644 index 041e01e..0000000 Binary files a/www/assets/tiles/16/12373/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23141.png b/www/assets/tiles/16/12373/23141.png deleted file mode 100644 index bba3bda..0000000 Binary files a/www/assets/tiles/16/12373/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23142.png b/www/assets/tiles/16/12373/23142.png deleted file mode 100644 index 4f542f2..0000000 Binary files a/www/assets/tiles/16/12373/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23143.png b/www/assets/tiles/16/12373/23143.png deleted file mode 100644 index 438e1d6..0000000 Binary files a/www/assets/tiles/16/12373/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23144.png b/www/assets/tiles/16/12373/23144.png deleted file mode 100644 index 279519d..0000000 Binary files a/www/assets/tiles/16/12373/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23145.png b/www/assets/tiles/16/12373/23145.png deleted file mode 100644 index d8b48c1..0000000 Binary files a/www/assets/tiles/16/12373/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23146.png b/www/assets/tiles/16/12373/23146.png deleted file mode 100644 index 2e212c0..0000000 Binary files a/www/assets/tiles/16/12373/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23147.png b/www/assets/tiles/16/12373/23147.png deleted file mode 100644 index cf85c49..0000000 Binary files a/www/assets/tiles/16/12373/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23148.png b/www/assets/tiles/16/12373/23148.png deleted file mode 100644 index b819c19..0000000 Binary files a/www/assets/tiles/16/12373/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23149.png b/www/assets/tiles/16/12373/23149.png deleted file mode 100644 index 4fa231d..0000000 Binary files a/www/assets/tiles/16/12373/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23150.png b/www/assets/tiles/16/12373/23150.png deleted file mode 100644 index 64b194b..0000000 Binary files a/www/assets/tiles/16/12373/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23151.png b/www/assets/tiles/16/12373/23151.png deleted file mode 100644 index 2f39f9f..0000000 Binary files a/www/assets/tiles/16/12373/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23152.png b/www/assets/tiles/16/12373/23152.png deleted file mode 100644 index f3ec7be..0000000 Binary files a/www/assets/tiles/16/12373/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23153.png b/www/assets/tiles/16/12373/23153.png deleted file mode 100644 index 0fbe5f0..0000000 Binary files a/www/assets/tiles/16/12373/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23154.png b/www/assets/tiles/16/12373/23154.png deleted file mode 100644 index 0a4c2d6..0000000 Binary files a/www/assets/tiles/16/12373/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23155.png b/www/assets/tiles/16/12373/23155.png deleted file mode 100644 index dc18a18..0000000 Binary files a/www/assets/tiles/16/12373/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23156.png b/www/assets/tiles/16/12373/23156.png deleted file mode 100644 index 6bedf6b..0000000 Binary files a/www/assets/tiles/16/12373/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23157.png b/www/assets/tiles/16/12373/23157.png deleted file mode 100644 index da7cb21..0000000 Binary files a/www/assets/tiles/16/12373/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23158.png b/www/assets/tiles/16/12373/23158.png deleted file mode 100644 index 11a2305..0000000 Binary files a/www/assets/tiles/16/12373/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23159.png b/www/assets/tiles/16/12373/23159.png deleted file mode 100644 index 5059a34..0000000 Binary files a/www/assets/tiles/16/12373/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23160.png b/www/assets/tiles/16/12373/23160.png deleted file mode 100644 index 9ab6ce5..0000000 Binary files a/www/assets/tiles/16/12373/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23161.png b/www/assets/tiles/16/12373/23161.png deleted file mode 100644 index b798005..0000000 Binary files a/www/assets/tiles/16/12373/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23162.png b/www/assets/tiles/16/12373/23162.png deleted file mode 100644 index 59ac4f9..0000000 Binary files a/www/assets/tiles/16/12373/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23163.png b/www/assets/tiles/16/12373/23163.png deleted file mode 100644 index 72745b2..0000000 Binary files a/www/assets/tiles/16/12373/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23164.png b/www/assets/tiles/16/12373/23164.png deleted file mode 100644 index 38bbfbc..0000000 Binary files a/www/assets/tiles/16/12373/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23165.png b/www/assets/tiles/16/12373/23165.png deleted file mode 100644 index ab7832e..0000000 Binary files a/www/assets/tiles/16/12373/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23166.png b/www/assets/tiles/16/12373/23166.png deleted file mode 100644 index 166fd64..0000000 Binary files a/www/assets/tiles/16/12373/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23167.png b/www/assets/tiles/16/12373/23167.png deleted file mode 100644 index 02833f3..0000000 Binary files a/www/assets/tiles/16/12373/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23168.png b/www/assets/tiles/16/12373/23168.png deleted file mode 100644 index 9e41f71..0000000 Binary files a/www/assets/tiles/16/12373/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23169.png b/www/assets/tiles/16/12373/23169.png deleted file mode 100644 index 1ee2b44..0000000 Binary files a/www/assets/tiles/16/12373/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23170.png b/www/assets/tiles/16/12373/23170.png deleted file mode 100644 index c1b492c..0000000 Binary files a/www/assets/tiles/16/12373/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23171.png b/www/assets/tiles/16/12373/23171.png deleted file mode 100644 index 5d60cb9..0000000 Binary files a/www/assets/tiles/16/12373/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23172.png b/www/assets/tiles/16/12373/23172.png deleted file mode 100644 index de79eb6..0000000 Binary files a/www/assets/tiles/16/12373/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23173.png b/www/assets/tiles/16/12373/23173.png deleted file mode 100644 index d61e215..0000000 Binary files a/www/assets/tiles/16/12373/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23174.png b/www/assets/tiles/16/12373/23174.png deleted file mode 100644 index 110b561..0000000 Binary files a/www/assets/tiles/16/12373/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23175.png b/www/assets/tiles/16/12373/23175.png deleted file mode 100644 index 357dad6..0000000 Binary files a/www/assets/tiles/16/12373/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23176.png b/www/assets/tiles/16/12373/23176.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/16/12373/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23177.png b/www/assets/tiles/16/12373/23177.png deleted file mode 100644 index 1b50cd0..0000000 Binary files a/www/assets/tiles/16/12373/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23178.png b/www/assets/tiles/16/12373/23178.png deleted file mode 100644 index c84f311..0000000 Binary files a/www/assets/tiles/16/12373/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23179.png b/www/assets/tiles/16/12373/23179.png deleted file mode 100644 index 681b6f3..0000000 Binary files a/www/assets/tiles/16/12373/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12373/23180.png b/www/assets/tiles/16/12373/23180.png deleted file mode 100644 index fc0e928..0000000 Binary files a/www/assets/tiles/16/12373/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23120.png b/www/assets/tiles/16/12374/23120.png deleted file mode 100644 index 91af5c8..0000000 Binary files a/www/assets/tiles/16/12374/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23121.png b/www/assets/tiles/16/12374/23121.png deleted file mode 100644 index e13ba46..0000000 Binary files a/www/assets/tiles/16/12374/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23122.png b/www/assets/tiles/16/12374/23122.png deleted file mode 100644 index 3f235bd..0000000 Binary files a/www/assets/tiles/16/12374/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23123.png b/www/assets/tiles/16/12374/23123.png deleted file mode 100644 index 1006f81..0000000 Binary files a/www/assets/tiles/16/12374/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23124.png b/www/assets/tiles/16/12374/23124.png deleted file mode 100644 index 2ad3ceb..0000000 Binary files a/www/assets/tiles/16/12374/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23125.png b/www/assets/tiles/16/12374/23125.png deleted file mode 100644 index 988c7eb..0000000 Binary files a/www/assets/tiles/16/12374/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23126.png b/www/assets/tiles/16/12374/23126.png deleted file mode 100644 index de71fe3..0000000 Binary files a/www/assets/tiles/16/12374/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23127.png b/www/assets/tiles/16/12374/23127.png deleted file mode 100644 index 8f2e14d..0000000 Binary files a/www/assets/tiles/16/12374/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23128.png b/www/assets/tiles/16/12374/23128.png deleted file mode 100644 index eda958d..0000000 Binary files a/www/assets/tiles/16/12374/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23129.png b/www/assets/tiles/16/12374/23129.png deleted file mode 100644 index def82ba..0000000 Binary files a/www/assets/tiles/16/12374/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23130.png b/www/assets/tiles/16/12374/23130.png deleted file mode 100644 index db915c8..0000000 Binary files a/www/assets/tiles/16/12374/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23131.png b/www/assets/tiles/16/12374/23131.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12374/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23132.png b/www/assets/tiles/16/12374/23132.png deleted file mode 100644 index dd35314..0000000 Binary files a/www/assets/tiles/16/12374/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23133.png b/www/assets/tiles/16/12374/23133.png deleted file mode 100644 index daac9e1..0000000 Binary files a/www/assets/tiles/16/12374/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23134.png b/www/assets/tiles/16/12374/23134.png deleted file mode 100644 index fbaacd4..0000000 Binary files a/www/assets/tiles/16/12374/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23135.png b/www/assets/tiles/16/12374/23135.png deleted file mode 100644 index 29b1874..0000000 Binary files a/www/assets/tiles/16/12374/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23136.png b/www/assets/tiles/16/12374/23136.png deleted file mode 100644 index 4a53fdf..0000000 Binary files a/www/assets/tiles/16/12374/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23137.png b/www/assets/tiles/16/12374/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12374/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23138.png b/www/assets/tiles/16/12374/23138.png deleted file mode 100644 index 6874339..0000000 Binary files a/www/assets/tiles/16/12374/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23139.png b/www/assets/tiles/16/12374/23139.png deleted file mode 100644 index 14f634e..0000000 Binary files a/www/assets/tiles/16/12374/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23140.png b/www/assets/tiles/16/12374/23140.png deleted file mode 100644 index ffe7bd3..0000000 Binary files a/www/assets/tiles/16/12374/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23141.png b/www/assets/tiles/16/12374/23141.png deleted file mode 100644 index fdaf6f9..0000000 Binary files a/www/assets/tiles/16/12374/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23142.png b/www/assets/tiles/16/12374/23142.png deleted file mode 100644 index 0627d8b..0000000 Binary files a/www/assets/tiles/16/12374/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23143.png b/www/assets/tiles/16/12374/23143.png deleted file mode 100644 index eaeef6b..0000000 Binary files a/www/assets/tiles/16/12374/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23144.png b/www/assets/tiles/16/12374/23144.png deleted file mode 100644 index 256e296..0000000 Binary files a/www/assets/tiles/16/12374/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23145.png b/www/assets/tiles/16/12374/23145.png deleted file mode 100644 index e7b4855..0000000 Binary files a/www/assets/tiles/16/12374/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23146.png b/www/assets/tiles/16/12374/23146.png deleted file mode 100644 index c64e360..0000000 Binary files a/www/assets/tiles/16/12374/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23147.png b/www/assets/tiles/16/12374/23147.png deleted file mode 100644 index 5fdf75c..0000000 Binary files a/www/assets/tiles/16/12374/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23148.png b/www/assets/tiles/16/12374/23148.png deleted file mode 100644 index a8bba4c..0000000 Binary files a/www/assets/tiles/16/12374/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23149.png b/www/assets/tiles/16/12374/23149.png deleted file mode 100644 index f072ded..0000000 Binary files a/www/assets/tiles/16/12374/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23150.png b/www/assets/tiles/16/12374/23150.png deleted file mode 100644 index 9e0e54f..0000000 Binary files a/www/assets/tiles/16/12374/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23151.png b/www/assets/tiles/16/12374/23151.png deleted file mode 100644 index 209d9f7..0000000 Binary files a/www/assets/tiles/16/12374/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23152.png b/www/assets/tiles/16/12374/23152.png deleted file mode 100644 index 2a1b34d..0000000 Binary files a/www/assets/tiles/16/12374/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23153.png b/www/assets/tiles/16/12374/23153.png deleted file mode 100644 index 1fcd4a8..0000000 Binary files a/www/assets/tiles/16/12374/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23154.png b/www/assets/tiles/16/12374/23154.png deleted file mode 100644 index c042bfa..0000000 Binary files a/www/assets/tiles/16/12374/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23155.png b/www/assets/tiles/16/12374/23155.png deleted file mode 100644 index afc22af..0000000 Binary files a/www/assets/tiles/16/12374/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23156.png b/www/assets/tiles/16/12374/23156.png deleted file mode 100644 index c60a543..0000000 Binary files a/www/assets/tiles/16/12374/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23157.png b/www/assets/tiles/16/12374/23157.png deleted file mode 100644 index 29fc040..0000000 Binary files a/www/assets/tiles/16/12374/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23158.png b/www/assets/tiles/16/12374/23158.png deleted file mode 100644 index c486c61..0000000 Binary files a/www/assets/tiles/16/12374/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23159.png b/www/assets/tiles/16/12374/23159.png deleted file mode 100644 index 41895f1..0000000 Binary files a/www/assets/tiles/16/12374/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23160.png b/www/assets/tiles/16/12374/23160.png deleted file mode 100644 index ea64250..0000000 Binary files a/www/assets/tiles/16/12374/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23161.png b/www/assets/tiles/16/12374/23161.png deleted file mode 100644 index 717c43c..0000000 Binary files a/www/assets/tiles/16/12374/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23162.png b/www/assets/tiles/16/12374/23162.png deleted file mode 100644 index e01a3ce..0000000 Binary files a/www/assets/tiles/16/12374/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23163.png b/www/assets/tiles/16/12374/23163.png deleted file mode 100644 index 380ebb3..0000000 Binary files a/www/assets/tiles/16/12374/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23164.png b/www/assets/tiles/16/12374/23164.png deleted file mode 100644 index be43b1a..0000000 Binary files a/www/assets/tiles/16/12374/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23165.png b/www/assets/tiles/16/12374/23165.png deleted file mode 100644 index 19dffa9..0000000 Binary files a/www/assets/tiles/16/12374/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23166.png b/www/assets/tiles/16/12374/23166.png deleted file mode 100644 index e443867..0000000 Binary files a/www/assets/tiles/16/12374/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23167.png b/www/assets/tiles/16/12374/23167.png deleted file mode 100644 index 5434583..0000000 Binary files a/www/assets/tiles/16/12374/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23168.png b/www/assets/tiles/16/12374/23168.png deleted file mode 100644 index 1ad4ce3..0000000 Binary files a/www/assets/tiles/16/12374/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23169.png b/www/assets/tiles/16/12374/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12374/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23170.png b/www/assets/tiles/16/12374/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12374/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23171.png b/www/assets/tiles/16/12374/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12374/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23172.png b/www/assets/tiles/16/12374/23172.png deleted file mode 100644 index 2b94283..0000000 Binary files a/www/assets/tiles/16/12374/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23173.png b/www/assets/tiles/16/12374/23173.png deleted file mode 100644 index b609949..0000000 Binary files a/www/assets/tiles/16/12374/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23174.png b/www/assets/tiles/16/12374/23174.png deleted file mode 100644 index dcd72b1..0000000 Binary files a/www/assets/tiles/16/12374/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23175.png b/www/assets/tiles/16/12374/23175.png deleted file mode 100644 index 958907a..0000000 Binary files a/www/assets/tiles/16/12374/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23176.png b/www/assets/tiles/16/12374/23176.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/16/12374/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23177.png b/www/assets/tiles/16/12374/23177.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/16/12374/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23178.png b/www/assets/tiles/16/12374/23178.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/16/12374/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23179.png b/www/assets/tiles/16/12374/23179.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/16/12374/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12374/23180.png b/www/assets/tiles/16/12374/23180.png deleted file mode 100644 index 08b5898..0000000 Binary files a/www/assets/tiles/16/12374/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23120.png b/www/assets/tiles/16/12375/23120.png deleted file mode 100644 index 7e836ea..0000000 Binary files a/www/assets/tiles/16/12375/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23121.png b/www/assets/tiles/16/12375/23121.png deleted file mode 100644 index b6d1764..0000000 Binary files a/www/assets/tiles/16/12375/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23122.png b/www/assets/tiles/16/12375/23122.png deleted file mode 100644 index e66ac3f..0000000 Binary files a/www/assets/tiles/16/12375/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23123.png b/www/assets/tiles/16/12375/23123.png deleted file mode 100644 index 3021c17..0000000 Binary files a/www/assets/tiles/16/12375/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23124.png b/www/assets/tiles/16/12375/23124.png deleted file mode 100644 index 92737e2..0000000 Binary files a/www/assets/tiles/16/12375/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23125.png b/www/assets/tiles/16/12375/23125.png deleted file mode 100644 index eb99217..0000000 Binary files a/www/assets/tiles/16/12375/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23126.png b/www/assets/tiles/16/12375/23126.png deleted file mode 100644 index 77a0567..0000000 Binary files a/www/assets/tiles/16/12375/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23127.png b/www/assets/tiles/16/12375/23127.png deleted file mode 100644 index b897865..0000000 Binary files a/www/assets/tiles/16/12375/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23128.png b/www/assets/tiles/16/12375/23128.png deleted file mode 100644 index 3f0cf84..0000000 Binary files a/www/assets/tiles/16/12375/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23129.png b/www/assets/tiles/16/12375/23129.png deleted file mode 100644 index a1d6039..0000000 Binary files a/www/assets/tiles/16/12375/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23130.png b/www/assets/tiles/16/12375/23130.png deleted file mode 100644 index ebfe051..0000000 Binary files a/www/assets/tiles/16/12375/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23131.png b/www/assets/tiles/16/12375/23131.png deleted file mode 100644 index 51f1cd6..0000000 Binary files a/www/assets/tiles/16/12375/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23132.png b/www/assets/tiles/16/12375/23132.png deleted file mode 100644 index 41ac916..0000000 Binary files a/www/assets/tiles/16/12375/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23133.png b/www/assets/tiles/16/12375/23133.png deleted file mode 100644 index 6b4b764..0000000 Binary files a/www/assets/tiles/16/12375/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23134.png b/www/assets/tiles/16/12375/23134.png deleted file mode 100644 index 29cd08f..0000000 Binary files a/www/assets/tiles/16/12375/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23135.png b/www/assets/tiles/16/12375/23135.png deleted file mode 100644 index 21d7e2b..0000000 Binary files a/www/assets/tiles/16/12375/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23136.png b/www/assets/tiles/16/12375/23136.png deleted file mode 100644 index db2cc0a..0000000 Binary files a/www/assets/tiles/16/12375/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23137.png b/www/assets/tiles/16/12375/23137.png deleted file mode 100644 index 06494de..0000000 Binary files a/www/assets/tiles/16/12375/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23138.png b/www/assets/tiles/16/12375/23138.png deleted file mode 100644 index 0339501..0000000 Binary files a/www/assets/tiles/16/12375/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23139.png b/www/assets/tiles/16/12375/23139.png deleted file mode 100644 index 7e28122..0000000 Binary files a/www/assets/tiles/16/12375/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23140.png b/www/assets/tiles/16/12375/23140.png deleted file mode 100644 index fb22034..0000000 Binary files a/www/assets/tiles/16/12375/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23141.png b/www/assets/tiles/16/12375/23141.png deleted file mode 100644 index e775c50..0000000 Binary files a/www/assets/tiles/16/12375/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23142.png b/www/assets/tiles/16/12375/23142.png deleted file mode 100644 index 634ed40..0000000 Binary files a/www/assets/tiles/16/12375/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23143.png b/www/assets/tiles/16/12375/23143.png deleted file mode 100644 index cbbe278..0000000 Binary files a/www/assets/tiles/16/12375/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23144.png b/www/assets/tiles/16/12375/23144.png deleted file mode 100644 index dc0db9a..0000000 Binary files a/www/assets/tiles/16/12375/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23145.png b/www/assets/tiles/16/12375/23145.png deleted file mode 100644 index 7954ba5..0000000 Binary files a/www/assets/tiles/16/12375/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23146.png b/www/assets/tiles/16/12375/23146.png deleted file mode 100644 index 6694f31..0000000 Binary files a/www/assets/tiles/16/12375/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23147.png b/www/assets/tiles/16/12375/23147.png deleted file mode 100644 index 5237cc1..0000000 Binary files a/www/assets/tiles/16/12375/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23148.png b/www/assets/tiles/16/12375/23148.png deleted file mode 100644 index 3469fde..0000000 Binary files a/www/assets/tiles/16/12375/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23149.png b/www/assets/tiles/16/12375/23149.png deleted file mode 100644 index db2996c..0000000 Binary files a/www/assets/tiles/16/12375/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23150.png b/www/assets/tiles/16/12375/23150.png deleted file mode 100644 index bdc78f4..0000000 Binary files a/www/assets/tiles/16/12375/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23151.png b/www/assets/tiles/16/12375/23151.png deleted file mode 100644 index 669c7fb..0000000 Binary files a/www/assets/tiles/16/12375/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23152.png b/www/assets/tiles/16/12375/23152.png deleted file mode 100644 index cecabe1..0000000 Binary files a/www/assets/tiles/16/12375/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23153.png b/www/assets/tiles/16/12375/23153.png deleted file mode 100644 index 31f7baf..0000000 Binary files a/www/assets/tiles/16/12375/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23154.png b/www/assets/tiles/16/12375/23154.png deleted file mode 100644 index f5bffeb..0000000 Binary files a/www/assets/tiles/16/12375/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23155.png b/www/assets/tiles/16/12375/23155.png deleted file mode 100644 index 4a02b5a..0000000 Binary files a/www/assets/tiles/16/12375/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23156.png b/www/assets/tiles/16/12375/23156.png deleted file mode 100644 index 6488da4..0000000 Binary files a/www/assets/tiles/16/12375/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23157.png b/www/assets/tiles/16/12375/23157.png deleted file mode 100644 index a2a9ae4..0000000 Binary files a/www/assets/tiles/16/12375/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23158.png b/www/assets/tiles/16/12375/23158.png deleted file mode 100644 index 395fc5f..0000000 Binary files a/www/assets/tiles/16/12375/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23159.png b/www/assets/tiles/16/12375/23159.png deleted file mode 100644 index d920af1..0000000 Binary files a/www/assets/tiles/16/12375/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23160.png b/www/assets/tiles/16/12375/23160.png deleted file mode 100644 index 902c621..0000000 Binary files a/www/assets/tiles/16/12375/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23161.png b/www/assets/tiles/16/12375/23161.png deleted file mode 100644 index 867effc..0000000 Binary files a/www/assets/tiles/16/12375/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23162.png b/www/assets/tiles/16/12375/23162.png deleted file mode 100644 index d148d48..0000000 Binary files a/www/assets/tiles/16/12375/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23163.png b/www/assets/tiles/16/12375/23163.png deleted file mode 100644 index 6f236b7..0000000 Binary files a/www/assets/tiles/16/12375/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23164.png b/www/assets/tiles/16/12375/23164.png deleted file mode 100644 index fc4cc43..0000000 Binary files a/www/assets/tiles/16/12375/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23165.png b/www/assets/tiles/16/12375/23165.png deleted file mode 100644 index 15e0de6..0000000 Binary files a/www/assets/tiles/16/12375/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23166.png b/www/assets/tiles/16/12375/23166.png deleted file mode 100644 index ef8dd68..0000000 Binary files a/www/assets/tiles/16/12375/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23167.png b/www/assets/tiles/16/12375/23167.png deleted file mode 100644 index 37758e3..0000000 Binary files a/www/assets/tiles/16/12375/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23168.png b/www/assets/tiles/16/12375/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12375/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23169.png b/www/assets/tiles/16/12375/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12375/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23170.png b/www/assets/tiles/16/12375/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12375/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23171.png b/www/assets/tiles/16/12375/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12375/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23172.png b/www/assets/tiles/16/12375/23172.png deleted file mode 100644 index 26eb039..0000000 Binary files a/www/assets/tiles/16/12375/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23173.png b/www/assets/tiles/16/12375/23173.png deleted file mode 100644 index d749dfa..0000000 Binary files a/www/assets/tiles/16/12375/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23174.png b/www/assets/tiles/16/12375/23174.png deleted file mode 100644 index 2e95235..0000000 Binary files a/www/assets/tiles/16/12375/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23175.png b/www/assets/tiles/16/12375/23175.png deleted file mode 100644 index c168eff..0000000 Binary files a/www/assets/tiles/16/12375/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23176.png b/www/assets/tiles/16/12375/23176.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/16/12375/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23177.png b/www/assets/tiles/16/12375/23177.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/16/12375/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23178.png b/www/assets/tiles/16/12375/23178.png deleted file mode 100644 index c1645b7..0000000 Binary files a/www/assets/tiles/16/12375/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23179.png b/www/assets/tiles/16/12375/23179.png deleted file mode 100644 index b6f1a02..0000000 Binary files a/www/assets/tiles/16/12375/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12375/23180.png b/www/assets/tiles/16/12375/23180.png deleted file mode 100644 index d2d27ea..0000000 Binary files a/www/assets/tiles/16/12375/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23120.png b/www/assets/tiles/16/12376/23120.png deleted file mode 100644 index 33678e0..0000000 Binary files a/www/assets/tiles/16/12376/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23121.png b/www/assets/tiles/16/12376/23121.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12376/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23122.png b/www/assets/tiles/16/12376/23122.png deleted file mode 100644 index 74d140d..0000000 Binary files a/www/assets/tiles/16/12376/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23123.png b/www/assets/tiles/16/12376/23123.png deleted file mode 100644 index 58d97ce..0000000 Binary files a/www/assets/tiles/16/12376/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23124.png b/www/assets/tiles/16/12376/23124.png deleted file mode 100644 index 60a2d81..0000000 Binary files a/www/assets/tiles/16/12376/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23125.png b/www/assets/tiles/16/12376/23125.png deleted file mode 100644 index 2bdb042..0000000 Binary files a/www/assets/tiles/16/12376/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23126.png b/www/assets/tiles/16/12376/23126.png deleted file mode 100644 index 6e0dfb5..0000000 Binary files a/www/assets/tiles/16/12376/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23127.png b/www/assets/tiles/16/12376/23127.png deleted file mode 100644 index 73b1553..0000000 Binary files a/www/assets/tiles/16/12376/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23128.png b/www/assets/tiles/16/12376/23128.png deleted file mode 100644 index ef8b66a..0000000 Binary files a/www/assets/tiles/16/12376/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23129.png b/www/assets/tiles/16/12376/23129.png deleted file mode 100644 index 7ffc168..0000000 Binary files a/www/assets/tiles/16/12376/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23130.png b/www/assets/tiles/16/12376/23130.png deleted file mode 100644 index 3e21b7e..0000000 Binary files a/www/assets/tiles/16/12376/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23131.png b/www/assets/tiles/16/12376/23131.png deleted file mode 100644 index cd04f0b..0000000 Binary files a/www/assets/tiles/16/12376/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23132.png b/www/assets/tiles/16/12376/23132.png deleted file mode 100644 index a6fc2f3..0000000 Binary files a/www/assets/tiles/16/12376/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23133.png b/www/assets/tiles/16/12376/23133.png deleted file mode 100644 index 1ce4931..0000000 Binary files a/www/assets/tiles/16/12376/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23134.png b/www/assets/tiles/16/12376/23134.png deleted file mode 100644 index 6a009ea..0000000 Binary files a/www/assets/tiles/16/12376/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23135.png b/www/assets/tiles/16/12376/23135.png deleted file mode 100644 index 262e8fd..0000000 Binary files a/www/assets/tiles/16/12376/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23136.png b/www/assets/tiles/16/12376/23136.png deleted file mode 100644 index faa3658..0000000 Binary files a/www/assets/tiles/16/12376/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23137.png b/www/assets/tiles/16/12376/23137.png deleted file mode 100644 index 24cb60b..0000000 Binary files a/www/assets/tiles/16/12376/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23138.png b/www/assets/tiles/16/12376/23138.png deleted file mode 100644 index 1776bb4..0000000 Binary files a/www/assets/tiles/16/12376/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23139.png b/www/assets/tiles/16/12376/23139.png deleted file mode 100644 index c380a12..0000000 Binary files a/www/assets/tiles/16/12376/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23140.png b/www/assets/tiles/16/12376/23140.png deleted file mode 100644 index e06ac19..0000000 Binary files a/www/assets/tiles/16/12376/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23141.png b/www/assets/tiles/16/12376/23141.png deleted file mode 100644 index c0d1a0c..0000000 Binary files a/www/assets/tiles/16/12376/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23142.png b/www/assets/tiles/16/12376/23142.png deleted file mode 100644 index f750ee5..0000000 Binary files a/www/assets/tiles/16/12376/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23143.png b/www/assets/tiles/16/12376/23143.png deleted file mode 100644 index 7efab4b..0000000 Binary files a/www/assets/tiles/16/12376/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23144.png b/www/assets/tiles/16/12376/23144.png deleted file mode 100644 index d0093a9..0000000 Binary files a/www/assets/tiles/16/12376/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23145.png b/www/assets/tiles/16/12376/23145.png deleted file mode 100644 index ca9f83c..0000000 Binary files a/www/assets/tiles/16/12376/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23146.png b/www/assets/tiles/16/12376/23146.png deleted file mode 100644 index ad3b829..0000000 Binary files a/www/assets/tiles/16/12376/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23147.png b/www/assets/tiles/16/12376/23147.png deleted file mode 100644 index 893799f..0000000 Binary files a/www/assets/tiles/16/12376/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23148.png b/www/assets/tiles/16/12376/23148.png deleted file mode 100644 index 43190cc..0000000 Binary files a/www/assets/tiles/16/12376/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23149.png b/www/assets/tiles/16/12376/23149.png deleted file mode 100644 index f8ed872..0000000 Binary files a/www/assets/tiles/16/12376/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23150.png b/www/assets/tiles/16/12376/23150.png deleted file mode 100644 index 46a5583..0000000 Binary files a/www/assets/tiles/16/12376/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23151.png b/www/assets/tiles/16/12376/23151.png deleted file mode 100644 index d544b17..0000000 Binary files a/www/assets/tiles/16/12376/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23152.png b/www/assets/tiles/16/12376/23152.png deleted file mode 100644 index 052fe20..0000000 Binary files a/www/assets/tiles/16/12376/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23153.png b/www/assets/tiles/16/12376/23153.png deleted file mode 100644 index 49d72f4..0000000 Binary files a/www/assets/tiles/16/12376/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23154.png b/www/assets/tiles/16/12376/23154.png deleted file mode 100644 index 3d07b2a..0000000 Binary files a/www/assets/tiles/16/12376/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23155.png b/www/assets/tiles/16/12376/23155.png deleted file mode 100644 index ce3319d..0000000 Binary files a/www/assets/tiles/16/12376/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23156.png b/www/assets/tiles/16/12376/23156.png deleted file mode 100644 index 4c9b41b..0000000 Binary files a/www/assets/tiles/16/12376/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23157.png b/www/assets/tiles/16/12376/23157.png deleted file mode 100644 index 13c2ec3..0000000 Binary files a/www/assets/tiles/16/12376/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23158.png b/www/assets/tiles/16/12376/23158.png deleted file mode 100644 index 65d433e..0000000 Binary files a/www/assets/tiles/16/12376/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23159.png b/www/assets/tiles/16/12376/23159.png deleted file mode 100644 index f6d9f0d..0000000 Binary files a/www/assets/tiles/16/12376/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23160.png b/www/assets/tiles/16/12376/23160.png deleted file mode 100644 index e2a6172..0000000 Binary files a/www/assets/tiles/16/12376/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23161.png b/www/assets/tiles/16/12376/23161.png deleted file mode 100644 index 8948a81..0000000 Binary files a/www/assets/tiles/16/12376/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23162.png b/www/assets/tiles/16/12376/23162.png deleted file mode 100644 index 05411e5..0000000 Binary files a/www/assets/tiles/16/12376/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23163.png b/www/assets/tiles/16/12376/23163.png deleted file mode 100644 index 9c2fe96..0000000 Binary files a/www/assets/tiles/16/12376/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23164.png b/www/assets/tiles/16/12376/23164.png deleted file mode 100644 index 4b1f974..0000000 Binary files a/www/assets/tiles/16/12376/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23165.png b/www/assets/tiles/16/12376/23165.png deleted file mode 100644 index 79e84b0..0000000 Binary files a/www/assets/tiles/16/12376/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23166.png b/www/assets/tiles/16/12376/23166.png deleted file mode 100644 index 419b91e..0000000 Binary files a/www/assets/tiles/16/12376/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23167.png b/www/assets/tiles/16/12376/23167.png deleted file mode 100644 index 2110a54..0000000 Binary files a/www/assets/tiles/16/12376/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23168.png b/www/assets/tiles/16/12376/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12376/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23169.png b/www/assets/tiles/16/12376/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12376/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23170.png b/www/assets/tiles/16/12376/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12376/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23171.png b/www/assets/tiles/16/12376/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12376/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23172.png b/www/assets/tiles/16/12376/23172.png deleted file mode 100644 index 979bde7..0000000 Binary files a/www/assets/tiles/16/12376/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23173.png b/www/assets/tiles/16/12376/23173.png deleted file mode 100644 index faa3bd6..0000000 Binary files a/www/assets/tiles/16/12376/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23174.png b/www/assets/tiles/16/12376/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12376/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23175.png b/www/assets/tiles/16/12376/23175.png deleted file mode 100644 index cc924cf..0000000 Binary files a/www/assets/tiles/16/12376/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23176.png b/www/assets/tiles/16/12376/23176.png deleted file mode 100644 index 05202b8..0000000 Binary files a/www/assets/tiles/16/12376/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23177.png b/www/assets/tiles/16/12376/23177.png deleted file mode 100644 index f3d41b5..0000000 Binary files a/www/assets/tiles/16/12376/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23178.png b/www/assets/tiles/16/12376/23178.png deleted file mode 100644 index 599eece..0000000 Binary files a/www/assets/tiles/16/12376/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23179.png b/www/assets/tiles/16/12376/23179.png deleted file mode 100644 index c8bc81f..0000000 Binary files a/www/assets/tiles/16/12376/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12376/23180.png b/www/assets/tiles/16/12376/23180.png deleted file mode 100644 index a608013..0000000 Binary files a/www/assets/tiles/16/12376/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23120.png b/www/assets/tiles/16/12377/23120.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23121.png b/www/assets/tiles/16/12377/23121.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23122.png b/www/assets/tiles/16/12377/23122.png deleted file mode 100644 index 462c787..0000000 Binary files a/www/assets/tiles/16/12377/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23123.png b/www/assets/tiles/16/12377/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23124.png b/www/assets/tiles/16/12377/23124.png deleted file mode 100644 index 655f724..0000000 Binary files a/www/assets/tiles/16/12377/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23125.png b/www/assets/tiles/16/12377/23125.png deleted file mode 100644 index 16077ca..0000000 Binary files a/www/assets/tiles/16/12377/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23126.png b/www/assets/tiles/16/12377/23126.png deleted file mode 100644 index 286f2fa..0000000 Binary files a/www/assets/tiles/16/12377/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23127.png b/www/assets/tiles/16/12377/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23128.png b/www/assets/tiles/16/12377/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23129.png b/www/assets/tiles/16/12377/23129.png deleted file mode 100644 index 6039dbf..0000000 Binary files a/www/assets/tiles/16/12377/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23130.png b/www/assets/tiles/16/12377/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23131.png b/www/assets/tiles/16/12377/23131.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23132.png b/www/assets/tiles/16/12377/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23133.png b/www/assets/tiles/16/12377/23133.png deleted file mode 100644 index ee116f7..0000000 Binary files a/www/assets/tiles/16/12377/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23134.png b/www/assets/tiles/16/12377/23134.png deleted file mode 100644 index 26c431c..0000000 Binary files a/www/assets/tiles/16/12377/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23135.png b/www/assets/tiles/16/12377/23135.png deleted file mode 100644 index d0ab5e2..0000000 Binary files a/www/assets/tiles/16/12377/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23136.png b/www/assets/tiles/16/12377/23136.png deleted file mode 100644 index 757379b..0000000 Binary files a/www/assets/tiles/16/12377/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23137.png b/www/assets/tiles/16/12377/23137.png deleted file mode 100644 index 4be121e..0000000 Binary files a/www/assets/tiles/16/12377/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23138.png b/www/assets/tiles/16/12377/23138.png deleted file mode 100644 index 6036c94..0000000 Binary files a/www/assets/tiles/16/12377/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23139.png b/www/assets/tiles/16/12377/23139.png deleted file mode 100644 index 7320acf..0000000 Binary files a/www/assets/tiles/16/12377/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23140.png b/www/assets/tiles/16/12377/23140.png deleted file mode 100644 index 901c2b7..0000000 Binary files a/www/assets/tiles/16/12377/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23141.png b/www/assets/tiles/16/12377/23141.png deleted file mode 100644 index 200ece3..0000000 Binary files a/www/assets/tiles/16/12377/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23142.png b/www/assets/tiles/16/12377/23142.png deleted file mode 100644 index 0219f02..0000000 Binary files a/www/assets/tiles/16/12377/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23143.png b/www/assets/tiles/16/12377/23143.png deleted file mode 100644 index dfe3d57..0000000 Binary files a/www/assets/tiles/16/12377/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23144.png b/www/assets/tiles/16/12377/23144.png deleted file mode 100644 index a4589c6..0000000 Binary files a/www/assets/tiles/16/12377/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23145.png b/www/assets/tiles/16/12377/23145.png deleted file mode 100644 index c5948b7..0000000 Binary files a/www/assets/tiles/16/12377/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23146.png b/www/assets/tiles/16/12377/23146.png deleted file mode 100644 index 302a0d2..0000000 Binary files a/www/assets/tiles/16/12377/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23147.png b/www/assets/tiles/16/12377/23147.png deleted file mode 100644 index 0309761..0000000 Binary files a/www/assets/tiles/16/12377/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23148.png b/www/assets/tiles/16/12377/23148.png deleted file mode 100644 index e7bc5f0..0000000 Binary files a/www/assets/tiles/16/12377/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23149.png b/www/assets/tiles/16/12377/23149.png deleted file mode 100644 index 3f3c624..0000000 Binary files a/www/assets/tiles/16/12377/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23150.png b/www/assets/tiles/16/12377/23150.png deleted file mode 100644 index 0146868..0000000 Binary files a/www/assets/tiles/16/12377/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23151.png b/www/assets/tiles/16/12377/23151.png deleted file mode 100644 index 0bd92df..0000000 Binary files a/www/assets/tiles/16/12377/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23152.png b/www/assets/tiles/16/12377/23152.png deleted file mode 100644 index 6e55280..0000000 Binary files a/www/assets/tiles/16/12377/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23153.png b/www/assets/tiles/16/12377/23153.png deleted file mode 100644 index e2a44b2..0000000 Binary files a/www/assets/tiles/16/12377/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23154.png b/www/assets/tiles/16/12377/23154.png deleted file mode 100644 index 32ec6db..0000000 Binary files a/www/assets/tiles/16/12377/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23155.png b/www/assets/tiles/16/12377/23155.png deleted file mode 100644 index 81d649c..0000000 Binary files a/www/assets/tiles/16/12377/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23156.png b/www/assets/tiles/16/12377/23156.png deleted file mode 100644 index 5a1b8ec..0000000 Binary files a/www/assets/tiles/16/12377/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23157.png b/www/assets/tiles/16/12377/23157.png deleted file mode 100644 index 145c8e3..0000000 Binary files a/www/assets/tiles/16/12377/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23158.png b/www/assets/tiles/16/12377/23158.png deleted file mode 100644 index a41dff1..0000000 Binary files a/www/assets/tiles/16/12377/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23159.png b/www/assets/tiles/16/12377/23159.png deleted file mode 100644 index 5c0a7dd..0000000 Binary files a/www/assets/tiles/16/12377/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23160.png b/www/assets/tiles/16/12377/23160.png deleted file mode 100644 index 65d1923..0000000 Binary files a/www/assets/tiles/16/12377/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23161.png b/www/assets/tiles/16/12377/23161.png deleted file mode 100644 index 4c9e850..0000000 Binary files a/www/assets/tiles/16/12377/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23162.png b/www/assets/tiles/16/12377/23162.png deleted file mode 100644 index 95708b8..0000000 Binary files a/www/assets/tiles/16/12377/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23163.png b/www/assets/tiles/16/12377/23163.png deleted file mode 100644 index f8e45b0..0000000 Binary files a/www/assets/tiles/16/12377/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23164.png b/www/assets/tiles/16/12377/23164.png deleted file mode 100644 index 4ecc409..0000000 Binary files a/www/assets/tiles/16/12377/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23165.png b/www/assets/tiles/16/12377/23165.png deleted file mode 100644 index add04a7..0000000 Binary files a/www/assets/tiles/16/12377/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23166.png b/www/assets/tiles/16/12377/23166.png deleted file mode 100644 index 6781c4d..0000000 Binary files a/www/assets/tiles/16/12377/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23167.png b/www/assets/tiles/16/12377/23167.png deleted file mode 100644 index 28a075c..0000000 Binary files a/www/assets/tiles/16/12377/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23168.png b/www/assets/tiles/16/12377/23168.png deleted file mode 100644 index 0732481..0000000 Binary files a/www/assets/tiles/16/12377/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23169.png b/www/assets/tiles/16/12377/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23170.png b/www/assets/tiles/16/12377/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23171.png b/www/assets/tiles/16/12377/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12377/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23172.png b/www/assets/tiles/16/12377/23172.png deleted file mode 100644 index 0428ab7..0000000 Binary files a/www/assets/tiles/16/12377/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23173.png b/www/assets/tiles/16/12377/23173.png deleted file mode 100644 index 4d1fd43..0000000 Binary files a/www/assets/tiles/16/12377/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23174.png b/www/assets/tiles/16/12377/23174.png deleted file mode 100644 index 2d76dd5..0000000 Binary files a/www/assets/tiles/16/12377/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23175.png b/www/assets/tiles/16/12377/23175.png deleted file mode 100644 index 61bc523..0000000 Binary files a/www/assets/tiles/16/12377/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23176.png b/www/assets/tiles/16/12377/23176.png deleted file mode 100644 index 6a76d2d..0000000 Binary files a/www/assets/tiles/16/12377/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23177.png b/www/assets/tiles/16/12377/23177.png deleted file mode 100644 index a9cc042..0000000 Binary files a/www/assets/tiles/16/12377/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23178.png b/www/assets/tiles/16/12377/23178.png deleted file mode 100644 index 81fc001..0000000 Binary files a/www/assets/tiles/16/12377/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23179.png b/www/assets/tiles/16/12377/23179.png deleted file mode 100644 index e1a6f16..0000000 Binary files a/www/assets/tiles/16/12377/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12377/23180.png b/www/assets/tiles/16/12377/23180.png deleted file mode 100644 index b312196..0000000 Binary files a/www/assets/tiles/16/12377/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23120.png b/www/assets/tiles/16/12378/23120.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23121.png b/www/assets/tiles/16/12378/23121.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23122.png b/www/assets/tiles/16/12378/23122.png deleted file mode 100644 index ec68b11..0000000 Binary files a/www/assets/tiles/16/12378/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23123.png b/www/assets/tiles/16/12378/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23124.png b/www/assets/tiles/16/12378/23124.png deleted file mode 100644 index 41feac4..0000000 Binary files a/www/assets/tiles/16/12378/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23125.png b/www/assets/tiles/16/12378/23125.png deleted file mode 100644 index 5cb0063..0000000 Binary files a/www/assets/tiles/16/12378/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23126.png b/www/assets/tiles/16/12378/23126.png deleted file mode 100644 index 678d3c4..0000000 Binary files a/www/assets/tiles/16/12378/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23127.png b/www/assets/tiles/16/12378/23127.png deleted file mode 100644 index 7bd026b..0000000 Binary files a/www/assets/tiles/16/12378/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23128.png b/www/assets/tiles/16/12378/23128.png deleted file mode 100644 index 4815e08..0000000 Binary files a/www/assets/tiles/16/12378/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23129.png b/www/assets/tiles/16/12378/23129.png deleted file mode 100644 index a41779a..0000000 Binary files a/www/assets/tiles/16/12378/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23130.png b/www/assets/tiles/16/12378/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23131.png b/www/assets/tiles/16/12378/23131.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23132.png b/www/assets/tiles/16/12378/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23133.png b/www/assets/tiles/16/12378/23133.png deleted file mode 100644 index e2d7686..0000000 Binary files a/www/assets/tiles/16/12378/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23134.png b/www/assets/tiles/16/12378/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23135.png b/www/assets/tiles/16/12378/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23136.png b/www/assets/tiles/16/12378/23136.png deleted file mode 100644 index 9c904ab..0000000 Binary files a/www/assets/tiles/16/12378/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23137.png b/www/assets/tiles/16/12378/23137.png deleted file mode 100644 index bd9783e..0000000 Binary files a/www/assets/tiles/16/12378/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23138.png b/www/assets/tiles/16/12378/23138.png deleted file mode 100644 index 6fcef43..0000000 Binary files a/www/assets/tiles/16/12378/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23139.png b/www/assets/tiles/16/12378/23139.png deleted file mode 100644 index d9f198e..0000000 Binary files a/www/assets/tiles/16/12378/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23140.png b/www/assets/tiles/16/12378/23140.png deleted file mode 100644 index 9c730fb..0000000 Binary files a/www/assets/tiles/16/12378/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23141.png b/www/assets/tiles/16/12378/23141.png deleted file mode 100644 index 70bbf7b..0000000 Binary files a/www/assets/tiles/16/12378/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23142.png b/www/assets/tiles/16/12378/23142.png deleted file mode 100644 index e477b40..0000000 Binary files a/www/assets/tiles/16/12378/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23143.png b/www/assets/tiles/16/12378/23143.png deleted file mode 100644 index 26be430..0000000 Binary files a/www/assets/tiles/16/12378/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23144.png b/www/assets/tiles/16/12378/23144.png deleted file mode 100644 index d525233..0000000 Binary files a/www/assets/tiles/16/12378/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23145.png b/www/assets/tiles/16/12378/23145.png deleted file mode 100644 index 4e588dd..0000000 Binary files a/www/assets/tiles/16/12378/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23146.png b/www/assets/tiles/16/12378/23146.png deleted file mode 100644 index c6ceaff..0000000 Binary files a/www/assets/tiles/16/12378/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23147.png b/www/assets/tiles/16/12378/23147.png deleted file mode 100644 index 69a5aa2..0000000 Binary files a/www/assets/tiles/16/12378/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23148.png b/www/assets/tiles/16/12378/23148.png deleted file mode 100644 index 45dcff9..0000000 Binary files a/www/assets/tiles/16/12378/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23149.png b/www/assets/tiles/16/12378/23149.png deleted file mode 100644 index a1a8966..0000000 Binary files a/www/assets/tiles/16/12378/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23150.png b/www/assets/tiles/16/12378/23150.png deleted file mode 100644 index 16787ac..0000000 Binary files a/www/assets/tiles/16/12378/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23151.png b/www/assets/tiles/16/12378/23151.png deleted file mode 100644 index dccd620..0000000 Binary files a/www/assets/tiles/16/12378/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23152.png b/www/assets/tiles/16/12378/23152.png deleted file mode 100644 index f52268c..0000000 Binary files a/www/assets/tiles/16/12378/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23153.png b/www/assets/tiles/16/12378/23153.png deleted file mode 100644 index 153541f..0000000 Binary files a/www/assets/tiles/16/12378/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23154.png b/www/assets/tiles/16/12378/23154.png deleted file mode 100644 index 9760c70..0000000 Binary files a/www/assets/tiles/16/12378/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23155.png b/www/assets/tiles/16/12378/23155.png deleted file mode 100644 index 75cdbea..0000000 Binary files a/www/assets/tiles/16/12378/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23156.png b/www/assets/tiles/16/12378/23156.png deleted file mode 100644 index e26b7eb..0000000 Binary files a/www/assets/tiles/16/12378/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23157.png b/www/assets/tiles/16/12378/23157.png deleted file mode 100644 index 501d67f..0000000 Binary files a/www/assets/tiles/16/12378/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23158.png b/www/assets/tiles/16/12378/23158.png deleted file mode 100644 index 509c566..0000000 Binary files a/www/assets/tiles/16/12378/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23159.png b/www/assets/tiles/16/12378/23159.png deleted file mode 100644 index 84109cf..0000000 Binary files a/www/assets/tiles/16/12378/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23160.png b/www/assets/tiles/16/12378/23160.png deleted file mode 100644 index 2f542fd..0000000 Binary files a/www/assets/tiles/16/12378/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23161.png b/www/assets/tiles/16/12378/23161.png deleted file mode 100644 index a7a33e9..0000000 Binary files a/www/assets/tiles/16/12378/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23162.png b/www/assets/tiles/16/12378/23162.png deleted file mode 100644 index 9283766..0000000 Binary files a/www/assets/tiles/16/12378/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23163.png b/www/assets/tiles/16/12378/23163.png deleted file mode 100644 index 8f3e195..0000000 Binary files a/www/assets/tiles/16/12378/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23164.png b/www/assets/tiles/16/12378/23164.png deleted file mode 100644 index efb1f22..0000000 Binary files a/www/assets/tiles/16/12378/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23165.png b/www/assets/tiles/16/12378/23165.png deleted file mode 100644 index db295c3..0000000 Binary files a/www/assets/tiles/16/12378/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23166.png b/www/assets/tiles/16/12378/23166.png deleted file mode 100644 index 8f5c191..0000000 Binary files a/www/assets/tiles/16/12378/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23167.png b/www/assets/tiles/16/12378/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23168.png b/www/assets/tiles/16/12378/23168.png deleted file mode 100644 index 0235858..0000000 Binary files a/www/assets/tiles/16/12378/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23169.png b/www/assets/tiles/16/12378/23169.png deleted file mode 100644 index 8c03873..0000000 Binary files a/www/assets/tiles/16/12378/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23170.png b/www/assets/tiles/16/12378/23170.png deleted file mode 100644 index 4783593..0000000 Binary files a/www/assets/tiles/16/12378/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23171.png b/www/assets/tiles/16/12378/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23172.png b/www/assets/tiles/16/12378/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12378/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23173.png b/www/assets/tiles/16/12378/23173.png deleted file mode 100644 index dc20f2f..0000000 Binary files a/www/assets/tiles/16/12378/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23174.png b/www/assets/tiles/16/12378/23174.png deleted file mode 100644 index 71034ce..0000000 Binary files a/www/assets/tiles/16/12378/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23175.png b/www/assets/tiles/16/12378/23175.png deleted file mode 100644 index 3879540..0000000 Binary files a/www/assets/tiles/16/12378/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23176.png b/www/assets/tiles/16/12378/23176.png deleted file mode 100644 index 385fa93..0000000 Binary files a/www/assets/tiles/16/12378/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23177.png b/www/assets/tiles/16/12378/23177.png deleted file mode 100644 index 4a2cf5d..0000000 Binary files a/www/assets/tiles/16/12378/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23178.png b/www/assets/tiles/16/12378/23178.png deleted file mode 100644 index 5a91818..0000000 Binary files a/www/assets/tiles/16/12378/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23179.png b/www/assets/tiles/16/12378/23179.png deleted file mode 100644 index 4301fc7..0000000 Binary files a/www/assets/tiles/16/12378/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12378/23180.png b/www/assets/tiles/16/12378/23180.png deleted file mode 100644 index 1665126..0000000 Binary files a/www/assets/tiles/16/12378/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23120.png b/www/assets/tiles/16/12379/23120.png deleted file mode 100644 index 4aff695..0000000 Binary files a/www/assets/tiles/16/12379/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23121.png b/www/assets/tiles/16/12379/23121.png deleted file mode 100644 index 6f207f6..0000000 Binary files a/www/assets/tiles/16/12379/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23122.png b/www/assets/tiles/16/12379/23122.png deleted file mode 100644 index 7f0adc2..0000000 Binary files a/www/assets/tiles/16/12379/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23123.png b/www/assets/tiles/16/12379/23123.png deleted file mode 100644 index 7be5c36..0000000 Binary files a/www/assets/tiles/16/12379/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23124.png b/www/assets/tiles/16/12379/23124.png deleted file mode 100644 index 7988184..0000000 Binary files a/www/assets/tiles/16/12379/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23125.png b/www/assets/tiles/16/12379/23125.png deleted file mode 100644 index 86f264b..0000000 Binary files a/www/assets/tiles/16/12379/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23126.png b/www/assets/tiles/16/12379/23126.png deleted file mode 100644 index 057e8d9..0000000 Binary files a/www/assets/tiles/16/12379/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23127.png b/www/assets/tiles/16/12379/23127.png deleted file mode 100644 index 9dfe15f..0000000 Binary files a/www/assets/tiles/16/12379/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23128.png b/www/assets/tiles/16/12379/23128.png deleted file mode 100644 index b3dc8c7..0000000 Binary files a/www/assets/tiles/16/12379/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23129.png b/www/assets/tiles/16/12379/23129.png deleted file mode 100644 index 5e3cbd1..0000000 Binary files a/www/assets/tiles/16/12379/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23130.png b/www/assets/tiles/16/12379/23130.png deleted file mode 100644 index 6d6d54f..0000000 Binary files a/www/assets/tiles/16/12379/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23131.png b/www/assets/tiles/16/12379/23131.png deleted file mode 100644 index 979d47c..0000000 Binary files a/www/assets/tiles/16/12379/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23132.png b/www/assets/tiles/16/12379/23132.png deleted file mode 100644 index 2086189..0000000 Binary files a/www/assets/tiles/16/12379/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23133.png b/www/assets/tiles/16/12379/23133.png deleted file mode 100644 index d2f7f8c..0000000 Binary files a/www/assets/tiles/16/12379/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23134.png b/www/assets/tiles/16/12379/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23135.png b/www/assets/tiles/16/12379/23135.png deleted file mode 100644 index 4097d57..0000000 Binary files a/www/assets/tiles/16/12379/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23136.png b/www/assets/tiles/16/12379/23136.png deleted file mode 100644 index cce97d1..0000000 Binary files a/www/assets/tiles/16/12379/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23137.png b/www/assets/tiles/16/12379/23137.png deleted file mode 100644 index 4158901..0000000 Binary files a/www/assets/tiles/16/12379/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23138.png b/www/assets/tiles/16/12379/23138.png deleted file mode 100644 index 1484e2f..0000000 Binary files a/www/assets/tiles/16/12379/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23139.png b/www/assets/tiles/16/12379/23139.png deleted file mode 100644 index b3d795d..0000000 Binary files a/www/assets/tiles/16/12379/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23140.png b/www/assets/tiles/16/12379/23140.png deleted file mode 100644 index 7419c4e..0000000 Binary files a/www/assets/tiles/16/12379/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23141.png b/www/assets/tiles/16/12379/23141.png deleted file mode 100644 index f690409..0000000 Binary files a/www/assets/tiles/16/12379/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23142.png b/www/assets/tiles/16/12379/23142.png deleted file mode 100644 index 55d6103..0000000 Binary files a/www/assets/tiles/16/12379/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23143.png b/www/assets/tiles/16/12379/23143.png deleted file mode 100644 index dbd700f..0000000 Binary files a/www/assets/tiles/16/12379/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23144.png b/www/assets/tiles/16/12379/23144.png deleted file mode 100644 index b1284b3..0000000 Binary files a/www/assets/tiles/16/12379/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23145.png b/www/assets/tiles/16/12379/23145.png deleted file mode 100644 index e532233..0000000 Binary files a/www/assets/tiles/16/12379/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23146.png b/www/assets/tiles/16/12379/23146.png deleted file mode 100644 index 3940451..0000000 Binary files a/www/assets/tiles/16/12379/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23147.png b/www/assets/tiles/16/12379/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23148.png b/www/assets/tiles/16/12379/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23149.png b/www/assets/tiles/16/12379/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23150.png b/www/assets/tiles/16/12379/23150.png deleted file mode 100644 index c460aa5..0000000 Binary files a/www/assets/tiles/16/12379/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23151.png b/www/assets/tiles/16/12379/23151.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23152.png b/www/assets/tiles/16/12379/23152.png deleted file mode 100644 index 88ce4a3..0000000 Binary files a/www/assets/tiles/16/12379/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23153.png b/www/assets/tiles/16/12379/23153.png deleted file mode 100644 index 9be6aa9..0000000 Binary files a/www/assets/tiles/16/12379/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23154.png b/www/assets/tiles/16/12379/23154.png deleted file mode 100644 index 252249b..0000000 Binary files a/www/assets/tiles/16/12379/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23155.png b/www/assets/tiles/16/12379/23155.png deleted file mode 100644 index f55f26a..0000000 Binary files a/www/assets/tiles/16/12379/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23156.png b/www/assets/tiles/16/12379/23156.png deleted file mode 100644 index 55d2e24..0000000 Binary files a/www/assets/tiles/16/12379/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23157.png b/www/assets/tiles/16/12379/23157.png deleted file mode 100644 index f9c11e6..0000000 Binary files a/www/assets/tiles/16/12379/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23158.png b/www/assets/tiles/16/12379/23158.png deleted file mode 100644 index de94e94..0000000 Binary files a/www/assets/tiles/16/12379/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23159.png b/www/assets/tiles/16/12379/23159.png deleted file mode 100644 index 8b601b9..0000000 Binary files a/www/assets/tiles/16/12379/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23160.png b/www/assets/tiles/16/12379/23160.png deleted file mode 100644 index 0b19cd0..0000000 Binary files a/www/assets/tiles/16/12379/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23161.png b/www/assets/tiles/16/12379/23161.png deleted file mode 100644 index c42d101..0000000 Binary files a/www/assets/tiles/16/12379/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23162.png b/www/assets/tiles/16/12379/23162.png deleted file mode 100644 index c1e4de5..0000000 Binary files a/www/assets/tiles/16/12379/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23163.png b/www/assets/tiles/16/12379/23163.png deleted file mode 100644 index 8a3734d..0000000 Binary files a/www/assets/tiles/16/12379/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23164.png b/www/assets/tiles/16/12379/23164.png deleted file mode 100644 index 3271025..0000000 Binary files a/www/assets/tiles/16/12379/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23165.png b/www/assets/tiles/16/12379/23165.png deleted file mode 100644 index 0b245b9..0000000 Binary files a/www/assets/tiles/16/12379/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23166.png b/www/assets/tiles/16/12379/23166.png deleted file mode 100644 index 4cd0c6a..0000000 Binary files a/www/assets/tiles/16/12379/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23167.png b/www/assets/tiles/16/12379/23167.png deleted file mode 100644 index 61f3562..0000000 Binary files a/www/assets/tiles/16/12379/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23168.png b/www/assets/tiles/16/12379/23168.png deleted file mode 100644 index db044e5..0000000 Binary files a/www/assets/tiles/16/12379/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23169.png b/www/assets/tiles/16/12379/23169.png deleted file mode 100644 index 8e146a7..0000000 Binary files a/www/assets/tiles/16/12379/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23170.png b/www/assets/tiles/16/12379/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23171.png b/www/assets/tiles/16/12379/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23172.png b/www/assets/tiles/16/12379/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23173.png b/www/assets/tiles/16/12379/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23174.png b/www/assets/tiles/16/12379/23174.png deleted file mode 100644 index fc12f25..0000000 Binary files a/www/assets/tiles/16/12379/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23175.png b/www/assets/tiles/16/12379/23175.png deleted file mode 100644 index afa832b..0000000 Binary files a/www/assets/tiles/16/12379/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23176.png b/www/assets/tiles/16/12379/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23177.png b/www/assets/tiles/16/12379/23177.png deleted file mode 100644 index 408c0e5..0000000 Binary files a/www/assets/tiles/16/12379/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23178.png b/www/assets/tiles/16/12379/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12379/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23179.png b/www/assets/tiles/16/12379/23179.png deleted file mode 100644 index 4babb28..0000000 Binary files a/www/assets/tiles/16/12379/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12379/23180.png b/www/assets/tiles/16/12379/23180.png deleted file mode 100644 index 5f09fd6..0000000 Binary files a/www/assets/tiles/16/12379/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23120.png b/www/assets/tiles/16/12380/23120.png deleted file mode 100644 index 1736fe9..0000000 Binary files a/www/assets/tiles/16/12380/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23121.png b/www/assets/tiles/16/12380/23121.png deleted file mode 100644 index 068cea0..0000000 Binary files a/www/assets/tiles/16/12380/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23122.png b/www/assets/tiles/16/12380/23122.png deleted file mode 100644 index 45fed18..0000000 Binary files a/www/assets/tiles/16/12380/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23123.png b/www/assets/tiles/16/12380/23123.png deleted file mode 100644 index b3ee5da..0000000 Binary files a/www/assets/tiles/16/12380/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23124.png b/www/assets/tiles/16/12380/23124.png deleted file mode 100644 index 6bee897..0000000 Binary files a/www/assets/tiles/16/12380/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23125.png b/www/assets/tiles/16/12380/23125.png deleted file mode 100644 index e6ed17e..0000000 Binary files a/www/assets/tiles/16/12380/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23126.png b/www/assets/tiles/16/12380/23126.png deleted file mode 100644 index e4428f8..0000000 Binary files a/www/assets/tiles/16/12380/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23127.png b/www/assets/tiles/16/12380/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23128.png b/www/assets/tiles/16/12380/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23129.png b/www/assets/tiles/16/12380/23129.png deleted file mode 100644 index 501665a..0000000 Binary files a/www/assets/tiles/16/12380/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23130.png b/www/assets/tiles/16/12380/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23131.png b/www/assets/tiles/16/12380/23131.png deleted file mode 100644 index 935363c..0000000 Binary files a/www/assets/tiles/16/12380/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23132.png b/www/assets/tiles/16/12380/23132.png deleted file mode 100644 index 67762ff..0000000 Binary files a/www/assets/tiles/16/12380/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23133.png b/www/assets/tiles/16/12380/23133.png deleted file mode 100644 index 2567a2f..0000000 Binary files a/www/assets/tiles/16/12380/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23134.png b/www/assets/tiles/16/12380/23134.png deleted file mode 100644 index ec8eec8..0000000 Binary files a/www/assets/tiles/16/12380/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23135.png b/www/assets/tiles/16/12380/23135.png deleted file mode 100644 index cc77a3a..0000000 Binary files a/www/assets/tiles/16/12380/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23136.png b/www/assets/tiles/16/12380/23136.png deleted file mode 100644 index 8c7db50..0000000 Binary files a/www/assets/tiles/16/12380/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23137.png b/www/assets/tiles/16/12380/23137.png deleted file mode 100644 index 7c76a18..0000000 Binary files a/www/assets/tiles/16/12380/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23138.png b/www/assets/tiles/16/12380/23138.png deleted file mode 100644 index 59ae6b0..0000000 Binary files a/www/assets/tiles/16/12380/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23139.png b/www/assets/tiles/16/12380/23139.png deleted file mode 100644 index 9226c6c..0000000 Binary files a/www/assets/tiles/16/12380/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23140.png b/www/assets/tiles/16/12380/23140.png deleted file mode 100644 index 8453dd5..0000000 Binary files a/www/assets/tiles/16/12380/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23141.png b/www/assets/tiles/16/12380/23141.png deleted file mode 100644 index e83bdb3..0000000 Binary files a/www/assets/tiles/16/12380/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23142.png b/www/assets/tiles/16/12380/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23143.png b/www/assets/tiles/16/12380/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23144.png b/www/assets/tiles/16/12380/23144.png deleted file mode 100644 index 95e1822..0000000 Binary files a/www/assets/tiles/16/12380/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23145.png b/www/assets/tiles/16/12380/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23146.png b/www/assets/tiles/16/12380/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23147.png b/www/assets/tiles/16/12380/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23148.png b/www/assets/tiles/16/12380/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23149.png b/www/assets/tiles/16/12380/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23150.png b/www/assets/tiles/16/12380/23150.png deleted file mode 100644 index b45c9ab..0000000 Binary files a/www/assets/tiles/16/12380/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23151.png b/www/assets/tiles/16/12380/23151.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23152.png b/www/assets/tiles/16/12380/23152.png deleted file mode 100644 index cb58b68..0000000 Binary files a/www/assets/tiles/16/12380/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23153.png b/www/assets/tiles/16/12380/23153.png deleted file mode 100644 index d4df718..0000000 Binary files a/www/assets/tiles/16/12380/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23154.png b/www/assets/tiles/16/12380/23154.png deleted file mode 100644 index 26fda8a..0000000 Binary files a/www/assets/tiles/16/12380/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23155.png b/www/assets/tiles/16/12380/23155.png deleted file mode 100644 index d3dc4c8..0000000 Binary files a/www/assets/tiles/16/12380/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23156.png b/www/assets/tiles/16/12380/23156.png deleted file mode 100644 index 511727a..0000000 Binary files a/www/assets/tiles/16/12380/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23157.png b/www/assets/tiles/16/12380/23157.png deleted file mode 100644 index 7de1d53..0000000 Binary files a/www/assets/tiles/16/12380/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23158.png b/www/assets/tiles/16/12380/23158.png deleted file mode 100644 index 5a666a4..0000000 Binary files a/www/assets/tiles/16/12380/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23159.png b/www/assets/tiles/16/12380/23159.png deleted file mode 100644 index 885eb8b..0000000 Binary files a/www/assets/tiles/16/12380/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23160.png b/www/assets/tiles/16/12380/23160.png deleted file mode 100644 index a102294..0000000 Binary files a/www/assets/tiles/16/12380/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23161.png b/www/assets/tiles/16/12380/23161.png deleted file mode 100644 index 7fd40b5..0000000 Binary files a/www/assets/tiles/16/12380/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23162.png b/www/assets/tiles/16/12380/23162.png deleted file mode 100644 index 00e7abe..0000000 Binary files a/www/assets/tiles/16/12380/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23163.png b/www/assets/tiles/16/12380/23163.png deleted file mode 100644 index 59253d6..0000000 Binary files a/www/assets/tiles/16/12380/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23164.png b/www/assets/tiles/16/12380/23164.png deleted file mode 100644 index a7c8b6c..0000000 Binary files a/www/assets/tiles/16/12380/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23165.png b/www/assets/tiles/16/12380/23165.png deleted file mode 100644 index 94f4161..0000000 Binary files a/www/assets/tiles/16/12380/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23166.png b/www/assets/tiles/16/12380/23166.png deleted file mode 100644 index 883bf07..0000000 Binary files a/www/assets/tiles/16/12380/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23167.png b/www/assets/tiles/16/12380/23167.png deleted file mode 100644 index 63be2a9..0000000 Binary files a/www/assets/tiles/16/12380/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23168.png b/www/assets/tiles/16/12380/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23169.png b/www/assets/tiles/16/12380/23169.png deleted file mode 100644 index 4af701c..0000000 Binary files a/www/assets/tiles/16/12380/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23170.png b/www/assets/tiles/16/12380/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23171.png b/www/assets/tiles/16/12380/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23172.png b/www/assets/tiles/16/12380/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23173.png b/www/assets/tiles/16/12380/23173.png deleted file mode 100644 index da540f0..0000000 Binary files a/www/assets/tiles/16/12380/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23174.png b/www/assets/tiles/16/12380/23174.png deleted file mode 100644 index ae3d3ac..0000000 Binary files a/www/assets/tiles/16/12380/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23175.png b/www/assets/tiles/16/12380/23175.png deleted file mode 100644 index e5b8ad4..0000000 Binary files a/www/assets/tiles/16/12380/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23176.png b/www/assets/tiles/16/12380/23176.png deleted file mode 100644 index 5cb9c6b..0000000 Binary files a/www/assets/tiles/16/12380/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23177.png b/www/assets/tiles/16/12380/23177.png deleted file mode 100644 index f1eb14a..0000000 Binary files a/www/assets/tiles/16/12380/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23178.png b/www/assets/tiles/16/12380/23178.png deleted file mode 100644 index 9f05144..0000000 Binary files a/www/assets/tiles/16/12380/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23179.png b/www/assets/tiles/16/12380/23179.png deleted file mode 100644 index 9fda141..0000000 Binary files a/www/assets/tiles/16/12380/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12380/23180.png b/www/assets/tiles/16/12380/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12380/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23120.png b/www/assets/tiles/16/12381/23120.png deleted file mode 100644 index b78815e..0000000 Binary files a/www/assets/tiles/16/12381/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23121.png b/www/assets/tiles/16/12381/23121.png deleted file mode 100644 index 2d841f5..0000000 Binary files a/www/assets/tiles/16/12381/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23122.png b/www/assets/tiles/16/12381/23122.png deleted file mode 100644 index c25f32e..0000000 Binary files a/www/assets/tiles/16/12381/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23123.png b/www/assets/tiles/16/12381/23123.png deleted file mode 100644 index f4d017d..0000000 Binary files a/www/assets/tiles/16/12381/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23124.png b/www/assets/tiles/16/12381/23124.png deleted file mode 100644 index 6c07e88..0000000 Binary files a/www/assets/tiles/16/12381/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23125.png b/www/assets/tiles/16/12381/23125.png deleted file mode 100644 index f067167..0000000 Binary files a/www/assets/tiles/16/12381/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23126.png b/www/assets/tiles/16/12381/23126.png deleted file mode 100644 index 3bfcf46..0000000 Binary files a/www/assets/tiles/16/12381/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23127.png b/www/assets/tiles/16/12381/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23128.png b/www/assets/tiles/16/12381/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23129.png b/www/assets/tiles/16/12381/23129.png deleted file mode 100644 index 25adc58..0000000 Binary files a/www/assets/tiles/16/12381/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23130.png b/www/assets/tiles/16/12381/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23131.png b/www/assets/tiles/16/12381/23131.png deleted file mode 100644 index 84735cc..0000000 Binary files a/www/assets/tiles/16/12381/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23132.png b/www/assets/tiles/16/12381/23132.png deleted file mode 100644 index 5710d08..0000000 Binary files a/www/assets/tiles/16/12381/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23133.png b/www/assets/tiles/16/12381/23133.png deleted file mode 100644 index 73e5e43..0000000 Binary files a/www/assets/tiles/16/12381/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23134.png b/www/assets/tiles/16/12381/23134.png deleted file mode 100644 index e3f9dd4..0000000 Binary files a/www/assets/tiles/16/12381/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23135.png b/www/assets/tiles/16/12381/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23136.png b/www/assets/tiles/16/12381/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23137.png b/www/assets/tiles/16/12381/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23138.png b/www/assets/tiles/16/12381/23138.png deleted file mode 100644 index aa6878a..0000000 Binary files a/www/assets/tiles/16/12381/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23139.png b/www/assets/tiles/16/12381/23139.png deleted file mode 100644 index d5125d7..0000000 Binary files a/www/assets/tiles/16/12381/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23140.png b/www/assets/tiles/16/12381/23140.png deleted file mode 100644 index b7d2fcf..0000000 Binary files a/www/assets/tiles/16/12381/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23141.png b/www/assets/tiles/16/12381/23141.png deleted file mode 100644 index 29491e3..0000000 Binary files a/www/assets/tiles/16/12381/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23142.png b/www/assets/tiles/16/12381/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23143.png b/www/assets/tiles/16/12381/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23144.png b/www/assets/tiles/16/12381/23144.png deleted file mode 100644 index 0ff657f..0000000 Binary files a/www/assets/tiles/16/12381/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23145.png b/www/assets/tiles/16/12381/23145.png deleted file mode 100644 index 3bcc90d..0000000 Binary files a/www/assets/tiles/16/12381/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23146.png b/www/assets/tiles/16/12381/23146.png deleted file mode 100644 index 79f3d55..0000000 Binary files a/www/assets/tiles/16/12381/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23147.png b/www/assets/tiles/16/12381/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23148.png b/www/assets/tiles/16/12381/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23149.png b/www/assets/tiles/16/12381/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23150.png b/www/assets/tiles/16/12381/23150.png deleted file mode 100644 index 49e924a..0000000 Binary files a/www/assets/tiles/16/12381/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23151.png b/www/assets/tiles/16/12381/23151.png deleted file mode 100644 index a0aa2d1..0000000 Binary files a/www/assets/tiles/16/12381/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23152.png b/www/assets/tiles/16/12381/23152.png deleted file mode 100644 index 38c2497..0000000 Binary files a/www/assets/tiles/16/12381/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23153.png b/www/assets/tiles/16/12381/23153.png deleted file mode 100644 index 74e4965..0000000 Binary files a/www/assets/tiles/16/12381/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23154.png b/www/assets/tiles/16/12381/23154.png deleted file mode 100644 index 7ef6251..0000000 Binary files a/www/assets/tiles/16/12381/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23155.png b/www/assets/tiles/16/12381/23155.png deleted file mode 100644 index 194bcbf..0000000 Binary files a/www/assets/tiles/16/12381/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23156.png b/www/assets/tiles/16/12381/23156.png deleted file mode 100644 index e3b0894..0000000 Binary files a/www/assets/tiles/16/12381/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23157.png b/www/assets/tiles/16/12381/23157.png deleted file mode 100644 index c541162..0000000 Binary files a/www/assets/tiles/16/12381/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23158.png b/www/assets/tiles/16/12381/23158.png deleted file mode 100644 index 697a226..0000000 Binary files a/www/assets/tiles/16/12381/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23159.png b/www/assets/tiles/16/12381/23159.png deleted file mode 100644 index 121aa4d..0000000 Binary files a/www/assets/tiles/16/12381/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23160.png b/www/assets/tiles/16/12381/23160.png deleted file mode 100644 index 93483f0..0000000 Binary files a/www/assets/tiles/16/12381/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23161.png b/www/assets/tiles/16/12381/23161.png deleted file mode 100644 index fc7ced3..0000000 Binary files a/www/assets/tiles/16/12381/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23162.png b/www/assets/tiles/16/12381/23162.png deleted file mode 100644 index 1765721..0000000 Binary files a/www/assets/tiles/16/12381/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23163.png b/www/assets/tiles/16/12381/23163.png deleted file mode 100644 index 1e45694..0000000 Binary files a/www/assets/tiles/16/12381/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23164.png b/www/assets/tiles/16/12381/23164.png deleted file mode 100644 index 686e158..0000000 Binary files a/www/assets/tiles/16/12381/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23165.png b/www/assets/tiles/16/12381/23165.png deleted file mode 100644 index 04aa68c..0000000 Binary files a/www/assets/tiles/16/12381/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23166.png b/www/assets/tiles/16/12381/23166.png deleted file mode 100644 index 29367c6..0000000 Binary files a/www/assets/tiles/16/12381/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23167.png b/www/assets/tiles/16/12381/23167.png deleted file mode 100644 index 5a754c5..0000000 Binary files a/www/assets/tiles/16/12381/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23168.png b/www/assets/tiles/16/12381/23168.png deleted file mode 100644 index 896279d..0000000 Binary files a/www/assets/tiles/16/12381/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23169.png b/www/assets/tiles/16/12381/23169.png deleted file mode 100644 index 259414d..0000000 Binary files a/www/assets/tiles/16/12381/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23170.png b/www/assets/tiles/16/12381/23170.png deleted file mode 100644 index 56b78a0..0000000 Binary files a/www/assets/tiles/16/12381/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23171.png b/www/assets/tiles/16/12381/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23172.png b/www/assets/tiles/16/12381/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23173.png b/www/assets/tiles/16/12381/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23174.png b/www/assets/tiles/16/12381/23174.png deleted file mode 100644 index ba87c2b..0000000 Binary files a/www/assets/tiles/16/12381/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23175.png b/www/assets/tiles/16/12381/23175.png deleted file mode 100644 index 5b2707a..0000000 Binary files a/www/assets/tiles/16/12381/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23176.png b/www/assets/tiles/16/12381/23176.png deleted file mode 100644 index 59e84df..0000000 Binary files a/www/assets/tiles/16/12381/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23177.png b/www/assets/tiles/16/12381/23177.png deleted file mode 100644 index eec5aa4..0000000 Binary files a/www/assets/tiles/16/12381/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23178.png b/www/assets/tiles/16/12381/23178.png deleted file mode 100644 index aa65dc6..0000000 Binary files a/www/assets/tiles/16/12381/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23179.png b/www/assets/tiles/16/12381/23179.png deleted file mode 100644 index ba54a21..0000000 Binary files a/www/assets/tiles/16/12381/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12381/23180.png b/www/assets/tiles/16/12381/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12381/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23120.png b/www/assets/tiles/16/12382/23120.png deleted file mode 100644 index b480b73..0000000 Binary files a/www/assets/tiles/16/12382/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23121.png b/www/assets/tiles/16/12382/23121.png deleted file mode 100644 index 276b52f..0000000 Binary files a/www/assets/tiles/16/12382/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23122.png b/www/assets/tiles/16/12382/23122.png deleted file mode 100644 index fd0356d..0000000 Binary files a/www/assets/tiles/16/12382/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23123.png b/www/assets/tiles/16/12382/23123.png deleted file mode 100644 index 1b491ec..0000000 Binary files a/www/assets/tiles/16/12382/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23124.png b/www/assets/tiles/16/12382/23124.png deleted file mode 100644 index aa108c7..0000000 Binary files a/www/assets/tiles/16/12382/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23125.png b/www/assets/tiles/16/12382/23125.png deleted file mode 100644 index c99901a..0000000 Binary files a/www/assets/tiles/16/12382/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23126.png b/www/assets/tiles/16/12382/23126.png deleted file mode 100644 index 082e6fc..0000000 Binary files a/www/assets/tiles/16/12382/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23127.png b/www/assets/tiles/16/12382/23127.png deleted file mode 100644 index b1b006c..0000000 Binary files a/www/assets/tiles/16/12382/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23128.png b/www/assets/tiles/16/12382/23128.png deleted file mode 100644 index 062e20f..0000000 Binary files a/www/assets/tiles/16/12382/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23129.png b/www/assets/tiles/16/12382/23129.png deleted file mode 100644 index 0c20005..0000000 Binary files a/www/assets/tiles/16/12382/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23130.png b/www/assets/tiles/16/12382/23130.png deleted file mode 100644 index ae71f8a..0000000 Binary files a/www/assets/tiles/16/12382/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23131.png b/www/assets/tiles/16/12382/23131.png deleted file mode 100644 index 44680a4..0000000 Binary files a/www/assets/tiles/16/12382/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23132.png b/www/assets/tiles/16/12382/23132.png deleted file mode 100644 index 1e5b32b..0000000 Binary files a/www/assets/tiles/16/12382/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23133.png b/www/assets/tiles/16/12382/23133.png deleted file mode 100644 index 84ce395..0000000 Binary files a/www/assets/tiles/16/12382/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23134.png b/www/assets/tiles/16/12382/23134.png deleted file mode 100644 index 72049df..0000000 Binary files a/www/assets/tiles/16/12382/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23135.png b/www/assets/tiles/16/12382/23135.png deleted file mode 100644 index 279e29d..0000000 Binary files a/www/assets/tiles/16/12382/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23136.png b/www/assets/tiles/16/12382/23136.png deleted file mode 100644 index d00c17e..0000000 Binary files a/www/assets/tiles/16/12382/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23137.png b/www/assets/tiles/16/12382/23137.png deleted file mode 100644 index 11eb638..0000000 Binary files a/www/assets/tiles/16/12382/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23138.png b/www/assets/tiles/16/12382/23138.png deleted file mode 100644 index 3e3e559..0000000 Binary files a/www/assets/tiles/16/12382/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23139.png b/www/assets/tiles/16/12382/23139.png deleted file mode 100644 index 2e2b1d7..0000000 Binary files a/www/assets/tiles/16/12382/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23140.png b/www/assets/tiles/16/12382/23140.png deleted file mode 100644 index b9ce82d..0000000 Binary files a/www/assets/tiles/16/12382/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23141.png b/www/assets/tiles/16/12382/23141.png deleted file mode 100644 index d46cc3e..0000000 Binary files a/www/assets/tiles/16/12382/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23142.png b/www/assets/tiles/16/12382/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12382/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23143.png b/www/assets/tiles/16/12382/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12382/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23144.png b/www/assets/tiles/16/12382/23144.png deleted file mode 100644 index f1004f6..0000000 Binary files a/www/assets/tiles/16/12382/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23145.png b/www/assets/tiles/16/12382/23145.png deleted file mode 100644 index 401d9bd..0000000 Binary files a/www/assets/tiles/16/12382/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23146.png b/www/assets/tiles/16/12382/23146.png deleted file mode 100644 index cdd7e74..0000000 Binary files a/www/assets/tiles/16/12382/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23147.png b/www/assets/tiles/16/12382/23147.png deleted file mode 100644 index b513746..0000000 Binary files a/www/assets/tiles/16/12382/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23148.png b/www/assets/tiles/16/12382/23148.png deleted file mode 100644 index f6f8d03..0000000 Binary files a/www/assets/tiles/16/12382/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23149.png b/www/assets/tiles/16/12382/23149.png deleted file mode 100644 index f4d98a1..0000000 Binary files a/www/assets/tiles/16/12382/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23150.png b/www/assets/tiles/16/12382/23150.png deleted file mode 100644 index 19e5f51..0000000 Binary files a/www/assets/tiles/16/12382/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23151.png b/www/assets/tiles/16/12382/23151.png deleted file mode 100644 index 84a273e..0000000 Binary files a/www/assets/tiles/16/12382/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23152.png b/www/assets/tiles/16/12382/23152.png deleted file mode 100644 index 9a26105..0000000 Binary files a/www/assets/tiles/16/12382/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23153.png b/www/assets/tiles/16/12382/23153.png deleted file mode 100644 index f962b02..0000000 Binary files a/www/assets/tiles/16/12382/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23154.png b/www/assets/tiles/16/12382/23154.png deleted file mode 100644 index 686a48b..0000000 Binary files a/www/assets/tiles/16/12382/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23155.png b/www/assets/tiles/16/12382/23155.png deleted file mode 100644 index d1a0252..0000000 Binary files a/www/assets/tiles/16/12382/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23156.png b/www/assets/tiles/16/12382/23156.png deleted file mode 100644 index 5fd8119..0000000 Binary files a/www/assets/tiles/16/12382/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23157.png b/www/assets/tiles/16/12382/23157.png deleted file mode 100644 index cb3e3ab..0000000 Binary files a/www/assets/tiles/16/12382/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23158.png b/www/assets/tiles/16/12382/23158.png deleted file mode 100644 index cef1aec..0000000 Binary files a/www/assets/tiles/16/12382/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23159.png b/www/assets/tiles/16/12382/23159.png deleted file mode 100644 index a501a88..0000000 Binary files a/www/assets/tiles/16/12382/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23160.png b/www/assets/tiles/16/12382/23160.png deleted file mode 100644 index 86876ae..0000000 Binary files a/www/assets/tiles/16/12382/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23161.png b/www/assets/tiles/16/12382/23161.png deleted file mode 100644 index 55fbe06..0000000 Binary files a/www/assets/tiles/16/12382/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23162.png b/www/assets/tiles/16/12382/23162.png deleted file mode 100644 index 244945b..0000000 Binary files a/www/assets/tiles/16/12382/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23163.png b/www/assets/tiles/16/12382/23163.png deleted file mode 100644 index b7736b6..0000000 Binary files a/www/assets/tiles/16/12382/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23164.png b/www/assets/tiles/16/12382/23164.png deleted file mode 100644 index 99361c5..0000000 Binary files a/www/assets/tiles/16/12382/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23165.png b/www/assets/tiles/16/12382/23165.png deleted file mode 100644 index 1e0fbf2..0000000 Binary files a/www/assets/tiles/16/12382/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23166.png b/www/assets/tiles/16/12382/23166.png deleted file mode 100644 index 7447b75..0000000 Binary files a/www/assets/tiles/16/12382/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23167.png b/www/assets/tiles/16/12382/23167.png deleted file mode 100644 index 547b9d4..0000000 Binary files a/www/assets/tiles/16/12382/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23168.png b/www/assets/tiles/16/12382/23168.png deleted file mode 100644 index 10b74aa..0000000 Binary files a/www/assets/tiles/16/12382/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23169.png b/www/assets/tiles/16/12382/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12382/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23170.png b/www/assets/tiles/16/12382/23170.png deleted file mode 100644 index a4b84ba..0000000 Binary files a/www/assets/tiles/16/12382/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23171.png b/www/assets/tiles/16/12382/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12382/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23172.png b/www/assets/tiles/16/12382/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12382/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23173.png b/www/assets/tiles/16/12382/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12382/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23174.png b/www/assets/tiles/16/12382/23174.png deleted file mode 100644 index 4c06c69..0000000 Binary files a/www/assets/tiles/16/12382/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23175.png b/www/assets/tiles/16/12382/23175.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12382/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23176.png b/www/assets/tiles/16/12382/23176.png deleted file mode 100644 index e0d49de..0000000 Binary files a/www/assets/tiles/16/12382/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23177.png b/www/assets/tiles/16/12382/23177.png deleted file mode 100644 index e175660..0000000 Binary files a/www/assets/tiles/16/12382/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23178.png b/www/assets/tiles/16/12382/23178.png deleted file mode 100644 index 2481e79..0000000 Binary files a/www/assets/tiles/16/12382/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23179.png b/www/assets/tiles/16/12382/23179.png deleted file mode 100644 index a9d5580..0000000 Binary files a/www/assets/tiles/16/12382/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12382/23180.png b/www/assets/tiles/16/12382/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12382/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23120.png b/www/assets/tiles/16/12383/23120.png deleted file mode 100644 index 013034f..0000000 Binary files a/www/assets/tiles/16/12383/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23121.png b/www/assets/tiles/16/12383/23121.png deleted file mode 100644 index 589fad4..0000000 Binary files a/www/assets/tiles/16/12383/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23122.png b/www/assets/tiles/16/12383/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23123.png b/www/assets/tiles/16/12383/23123.png deleted file mode 100644 index eaafb3e..0000000 Binary files a/www/assets/tiles/16/12383/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23124.png b/www/assets/tiles/16/12383/23124.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23125.png b/www/assets/tiles/16/12383/23125.png deleted file mode 100644 index 901eb04..0000000 Binary files a/www/assets/tiles/16/12383/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23126.png b/www/assets/tiles/16/12383/23126.png deleted file mode 100644 index c652686..0000000 Binary files a/www/assets/tiles/16/12383/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23127.png b/www/assets/tiles/16/12383/23127.png deleted file mode 100644 index 0f79ca9..0000000 Binary files a/www/assets/tiles/16/12383/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23128.png b/www/assets/tiles/16/12383/23128.png deleted file mode 100644 index be27f7e..0000000 Binary files a/www/assets/tiles/16/12383/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23129.png b/www/assets/tiles/16/12383/23129.png deleted file mode 100644 index 2e34484..0000000 Binary files a/www/assets/tiles/16/12383/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23130.png b/www/assets/tiles/16/12383/23130.png deleted file mode 100644 index e04e938..0000000 Binary files a/www/assets/tiles/16/12383/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23131.png b/www/assets/tiles/16/12383/23131.png deleted file mode 100644 index a376413..0000000 Binary files a/www/assets/tiles/16/12383/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23132.png b/www/assets/tiles/16/12383/23132.png deleted file mode 100644 index dc6904e..0000000 Binary files a/www/assets/tiles/16/12383/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23133.png b/www/assets/tiles/16/12383/23133.png deleted file mode 100644 index b9ae9d4..0000000 Binary files a/www/assets/tiles/16/12383/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23134.png b/www/assets/tiles/16/12383/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23135.png b/www/assets/tiles/16/12383/23135.png deleted file mode 100644 index 0d5bb52..0000000 Binary files a/www/assets/tiles/16/12383/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23136.png b/www/assets/tiles/16/12383/23136.png deleted file mode 100644 index 76a93b6..0000000 Binary files a/www/assets/tiles/16/12383/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23137.png b/www/assets/tiles/16/12383/23137.png deleted file mode 100644 index 1147d8d..0000000 Binary files a/www/assets/tiles/16/12383/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23138.png b/www/assets/tiles/16/12383/23138.png deleted file mode 100644 index 0f92b88..0000000 Binary files a/www/assets/tiles/16/12383/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23139.png b/www/assets/tiles/16/12383/23139.png deleted file mode 100644 index fae7e38..0000000 Binary files a/www/assets/tiles/16/12383/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23140.png b/www/assets/tiles/16/12383/23140.png deleted file mode 100644 index c469b08..0000000 Binary files a/www/assets/tiles/16/12383/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23141.png b/www/assets/tiles/16/12383/23141.png deleted file mode 100644 index 98a0cd4..0000000 Binary files a/www/assets/tiles/16/12383/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23142.png b/www/assets/tiles/16/12383/23142.png deleted file mode 100644 index 4d2bec5..0000000 Binary files a/www/assets/tiles/16/12383/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23143.png b/www/assets/tiles/16/12383/23143.png deleted file mode 100644 index be78363..0000000 Binary files a/www/assets/tiles/16/12383/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23144.png b/www/assets/tiles/16/12383/23144.png deleted file mode 100644 index ed5dc3f..0000000 Binary files a/www/assets/tiles/16/12383/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23145.png b/www/assets/tiles/16/12383/23145.png deleted file mode 100644 index 46f5cf1..0000000 Binary files a/www/assets/tiles/16/12383/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23146.png b/www/assets/tiles/16/12383/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23147.png b/www/assets/tiles/16/12383/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23148.png b/www/assets/tiles/16/12383/23148.png deleted file mode 100644 index 78885f7..0000000 Binary files a/www/assets/tiles/16/12383/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23149.png b/www/assets/tiles/16/12383/23149.png deleted file mode 100644 index 6d9f20f..0000000 Binary files a/www/assets/tiles/16/12383/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23150.png b/www/assets/tiles/16/12383/23150.png deleted file mode 100644 index 5c0b8e2..0000000 Binary files a/www/assets/tiles/16/12383/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23151.png b/www/assets/tiles/16/12383/23151.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23152.png b/www/assets/tiles/16/12383/23152.png deleted file mode 100644 index 368b345..0000000 Binary files a/www/assets/tiles/16/12383/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23153.png b/www/assets/tiles/16/12383/23153.png deleted file mode 100644 index a811c7d..0000000 Binary files a/www/assets/tiles/16/12383/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23154.png b/www/assets/tiles/16/12383/23154.png deleted file mode 100644 index c563514..0000000 Binary files a/www/assets/tiles/16/12383/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23155.png b/www/assets/tiles/16/12383/23155.png deleted file mode 100644 index f091808..0000000 Binary files a/www/assets/tiles/16/12383/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23156.png b/www/assets/tiles/16/12383/23156.png deleted file mode 100644 index a8f8365..0000000 Binary files a/www/assets/tiles/16/12383/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23157.png b/www/assets/tiles/16/12383/23157.png deleted file mode 100644 index 4a66549..0000000 Binary files a/www/assets/tiles/16/12383/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23158.png b/www/assets/tiles/16/12383/23158.png deleted file mode 100644 index 40ace8b..0000000 Binary files a/www/assets/tiles/16/12383/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23159.png b/www/assets/tiles/16/12383/23159.png deleted file mode 100644 index 4b423c3..0000000 Binary files a/www/assets/tiles/16/12383/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23160.png b/www/assets/tiles/16/12383/23160.png deleted file mode 100644 index 412aa5f..0000000 Binary files a/www/assets/tiles/16/12383/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23161.png b/www/assets/tiles/16/12383/23161.png deleted file mode 100644 index 63ec57f..0000000 Binary files a/www/assets/tiles/16/12383/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23162.png b/www/assets/tiles/16/12383/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23163.png b/www/assets/tiles/16/12383/23163.png deleted file mode 100644 index 146246a..0000000 Binary files a/www/assets/tiles/16/12383/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23164.png b/www/assets/tiles/16/12383/23164.png deleted file mode 100644 index a735fd2..0000000 Binary files a/www/assets/tiles/16/12383/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23165.png b/www/assets/tiles/16/12383/23165.png deleted file mode 100644 index 83e928f..0000000 Binary files a/www/assets/tiles/16/12383/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23166.png b/www/assets/tiles/16/12383/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23167.png b/www/assets/tiles/16/12383/23167.png deleted file mode 100644 index 60d6aca..0000000 Binary files a/www/assets/tiles/16/12383/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23168.png b/www/assets/tiles/16/12383/23168.png deleted file mode 100644 index 6fe212b..0000000 Binary files a/www/assets/tiles/16/12383/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23169.png b/www/assets/tiles/16/12383/23169.png deleted file mode 100644 index 51d5e94..0000000 Binary files a/www/assets/tiles/16/12383/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23170.png b/www/assets/tiles/16/12383/23170.png deleted file mode 100644 index 6ced5d0..0000000 Binary files a/www/assets/tiles/16/12383/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23171.png b/www/assets/tiles/16/12383/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23172.png b/www/assets/tiles/16/12383/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23173.png b/www/assets/tiles/16/12383/23173.png deleted file mode 100644 index 6a040ee..0000000 Binary files a/www/assets/tiles/16/12383/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23174.png b/www/assets/tiles/16/12383/23174.png deleted file mode 100644 index c4d5926..0000000 Binary files a/www/assets/tiles/16/12383/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23175.png b/www/assets/tiles/16/12383/23175.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23176.png b/www/assets/tiles/16/12383/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23177.png b/www/assets/tiles/16/12383/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23178.png b/www/assets/tiles/16/12383/23178.png deleted file mode 100644 index da698d6..0000000 Binary files a/www/assets/tiles/16/12383/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23179.png b/www/assets/tiles/16/12383/23179.png deleted file mode 100644 index 28a9e75..0000000 Binary files a/www/assets/tiles/16/12383/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12383/23180.png b/www/assets/tiles/16/12383/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12383/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23120.png b/www/assets/tiles/16/12384/23120.png deleted file mode 100644 index b5f2308..0000000 Binary files a/www/assets/tiles/16/12384/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23121.png b/www/assets/tiles/16/12384/23121.png deleted file mode 100644 index 40a9409..0000000 Binary files a/www/assets/tiles/16/12384/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23122.png b/www/assets/tiles/16/12384/23122.png deleted file mode 100644 index f402072..0000000 Binary files a/www/assets/tiles/16/12384/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23123.png b/www/assets/tiles/16/12384/23123.png deleted file mode 100644 index 2448e63..0000000 Binary files a/www/assets/tiles/16/12384/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23124.png b/www/assets/tiles/16/12384/23124.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23125.png b/www/assets/tiles/16/12384/23125.png deleted file mode 100644 index 245403e..0000000 Binary files a/www/assets/tiles/16/12384/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23126.png b/www/assets/tiles/16/12384/23126.png deleted file mode 100644 index dfe3737..0000000 Binary files a/www/assets/tiles/16/12384/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23127.png b/www/assets/tiles/16/12384/23127.png deleted file mode 100644 index b475676..0000000 Binary files a/www/assets/tiles/16/12384/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23128.png b/www/assets/tiles/16/12384/23128.png deleted file mode 100644 index 2d722fd..0000000 Binary files a/www/assets/tiles/16/12384/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23129.png b/www/assets/tiles/16/12384/23129.png deleted file mode 100644 index 2f20bc9..0000000 Binary files a/www/assets/tiles/16/12384/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23130.png b/www/assets/tiles/16/12384/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23131.png b/www/assets/tiles/16/12384/23131.png deleted file mode 100644 index 9bfc558..0000000 Binary files a/www/assets/tiles/16/12384/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23132.png b/www/assets/tiles/16/12384/23132.png deleted file mode 100644 index 28a00ea..0000000 Binary files a/www/assets/tiles/16/12384/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23133.png b/www/assets/tiles/16/12384/23133.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23134.png b/www/assets/tiles/16/12384/23134.png deleted file mode 100644 index 6abae7f..0000000 Binary files a/www/assets/tiles/16/12384/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23135.png b/www/assets/tiles/16/12384/23135.png deleted file mode 100644 index b3b151c..0000000 Binary files a/www/assets/tiles/16/12384/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23136.png b/www/assets/tiles/16/12384/23136.png deleted file mode 100644 index 548bf62..0000000 Binary files a/www/assets/tiles/16/12384/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23137.png b/www/assets/tiles/16/12384/23137.png deleted file mode 100644 index c96a2ab..0000000 Binary files a/www/assets/tiles/16/12384/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23138.png b/www/assets/tiles/16/12384/23138.png deleted file mode 100644 index 7d88598..0000000 Binary files a/www/assets/tiles/16/12384/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23139.png b/www/assets/tiles/16/12384/23139.png deleted file mode 100644 index c1e9dc3..0000000 Binary files a/www/assets/tiles/16/12384/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23140.png b/www/assets/tiles/16/12384/23140.png deleted file mode 100644 index 9a99b4a..0000000 Binary files a/www/assets/tiles/16/12384/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23141.png b/www/assets/tiles/16/12384/23141.png deleted file mode 100644 index 0df44c8..0000000 Binary files a/www/assets/tiles/16/12384/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23142.png b/www/assets/tiles/16/12384/23142.png deleted file mode 100644 index 2a6580b..0000000 Binary files a/www/assets/tiles/16/12384/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23143.png b/www/assets/tiles/16/12384/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23144.png b/www/assets/tiles/16/12384/23144.png deleted file mode 100644 index 4f3a3cb..0000000 Binary files a/www/assets/tiles/16/12384/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23145.png b/www/assets/tiles/16/12384/23145.png deleted file mode 100644 index cacf248..0000000 Binary files a/www/assets/tiles/16/12384/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23146.png b/www/assets/tiles/16/12384/23146.png deleted file mode 100644 index 0dd9dcc..0000000 Binary files a/www/assets/tiles/16/12384/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23147.png b/www/assets/tiles/16/12384/23147.png deleted file mode 100644 index f839dee..0000000 Binary files a/www/assets/tiles/16/12384/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23148.png b/www/assets/tiles/16/12384/23148.png deleted file mode 100644 index 9c08a2c..0000000 Binary files a/www/assets/tiles/16/12384/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23149.png b/www/assets/tiles/16/12384/23149.png deleted file mode 100644 index 07f5b43..0000000 Binary files a/www/assets/tiles/16/12384/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23150.png b/www/assets/tiles/16/12384/23150.png deleted file mode 100644 index 1ea44d1..0000000 Binary files a/www/assets/tiles/16/12384/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23151.png b/www/assets/tiles/16/12384/23151.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23152.png b/www/assets/tiles/16/12384/23152.png deleted file mode 100644 index 86be6c9..0000000 Binary files a/www/assets/tiles/16/12384/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23153.png b/www/assets/tiles/16/12384/23153.png deleted file mode 100644 index 96e4580..0000000 Binary files a/www/assets/tiles/16/12384/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23154.png b/www/assets/tiles/16/12384/23154.png deleted file mode 100644 index fdb717f..0000000 Binary files a/www/assets/tiles/16/12384/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23155.png b/www/assets/tiles/16/12384/23155.png deleted file mode 100644 index 5faa936..0000000 Binary files a/www/assets/tiles/16/12384/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23156.png b/www/assets/tiles/16/12384/23156.png deleted file mode 100644 index 58b2be8..0000000 Binary files a/www/assets/tiles/16/12384/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23157.png b/www/assets/tiles/16/12384/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23158.png b/www/assets/tiles/16/12384/23158.png deleted file mode 100644 index 508d822..0000000 Binary files a/www/assets/tiles/16/12384/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23159.png b/www/assets/tiles/16/12384/23159.png deleted file mode 100644 index 538069b..0000000 Binary files a/www/assets/tiles/16/12384/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23160.png b/www/assets/tiles/16/12384/23160.png deleted file mode 100644 index fe1554f..0000000 Binary files a/www/assets/tiles/16/12384/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23161.png b/www/assets/tiles/16/12384/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23162.png b/www/assets/tiles/16/12384/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23163.png b/www/assets/tiles/16/12384/23163.png deleted file mode 100644 index 7d9577a..0000000 Binary files a/www/assets/tiles/16/12384/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23164.png b/www/assets/tiles/16/12384/23164.png deleted file mode 100644 index 9ba54da..0000000 Binary files a/www/assets/tiles/16/12384/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23165.png b/www/assets/tiles/16/12384/23165.png deleted file mode 100644 index 78cabfa..0000000 Binary files a/www/assets/tiles/16/12384/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23166.png b/www/assets/tiles/16/12384/23166.png deleted file mode 100644 index 40ab270..0000000 Binary files a/www/assets/tiles/16/12384/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23167.png b/www/assets/tiles/16/12384/23167.png deleted file mode 100644 index b88ab85..0000000 Binary files a/www/assets/tiles/16/12384/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23168.png b/www/assets/tiles/16/12384/23168.png deleted file mode 100644 index 7612f8c..0000000 Binary files a/www/assets/tiles/16/12384/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23169.png b/www/assets/tiles/16/12384/23169.png deleted file mode 100644 index 04f1607..0000000 Binary files a/www/assets/tiles/16/12384/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23170.png b/www/assets/tiles/16/12384/23170.png deleted file mode 100644 index 90dabbc..0000000 Binary files a/www/assets/tiles/16/12384/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23171.png b/www/assets/tiles/16/12384/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23172.png b/www/assets/tiles/16/12384/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23173.png b/www/assets/tiles/16/12384/23173.png deleted file mode 100644 index 8233b44..0000000 Binary files a/www/assets/tiles/16/12384/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23174.png b/www/assets/tiles/16/12384/23174.png deleted file mode 100644 index a48935e..0000000 Binary files a/www/assets/tiles/16/12384/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23175.png b/www/assets/tiles/16/12384/23175.png deleted file mode 100644 index 8153a94..0000000 Binary files a/www/assets/tiles/16/12384/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23176.png b/www/assets/tiles/16/12384/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23177.png b/www/assets/tiles/16/12384/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23178.png b/www/assets/tiles/16/12384/23178.png deleted file mode 100644 index 140c4ac..0000000 Binary files a/www/assets/tiles/16/12384/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23179.png b/www/assets/tiles/16/12384/23179.png deleted file mode 100644 index fc052c0..0000000 Binary files a/www/assets/tiles/16/12384/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12384/23180.png b/www/assets/tiles/16/12384/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12384/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23120.png b/www/assets/tiles/16/12385/23120.png deleted file mode 100644 index e6a50ae..0000000 Binary files a/www/assets/tiles/16/12385/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23121.png b/www/assets/tiles/16/12385/23121.png deleted file mode 100644 index 5d8bc82..0000000 Binary files a/www/assets/tiles/16/12385/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23122.png b/www/assets/tiles/16/12385/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23123.png b/www/assets/tiles/16/12385/23123.png deleted file mode 100644 index b9fd300..0000000 Binary files a/www/assets/tiles/16/12385/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23124.png b/www/assets/tiles/16/12385/23124.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23125.png b/www/assets/tiles/16/12385/23125.png deleted file mode 100644 index 4d99412..0000000 Binary files a/www/assets/tiles/16/12385/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23126.png b/www/assets/tiles/16/12385/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23127.png b/www/assets/tiles/16/12385/23127.png deleted file mode 100644 index 293b1f0..0000000 Binary files a/www/assets/tiles/16/12385/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23128.png b/www/assets/tiles/16/12385/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23129.png b/www/assets/tiles/16/12385/23129.png deleted file mode 100644 index e9ef8e8..0000000 Binary files a/www/assets/tiles/16/12385/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23130.png b/www/assets/tiles/16/12385/23130.png deleted file mode 100644 index 5b58077..0000000 Binary files a/www/assets/tiles/16/12385/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23131.png b/www/assets/tiles/16/12385/23131.png deleted file mode 100644 index 7f50706..0000000 Binary files a/www/assets/tiles/16/12385/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23132.png b/www/assets/tiles/16/12385/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23133.png b/www/assets/tiles/16/12385/23133.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23134.png b/www/assets/tiles/16/12385/23134.png deleted file mode 100644 index 698e54a..0000000 Binary files a/www/assets/tiles/16/12385/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23135.png b/www/assets/tiles/16/12385/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23136.png b/www/assets/tiles/16/12385/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23137.png b/www/assets/tiles/16/12385/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23138.png b/www/assets/tiles/16/12385/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23139.png b/www/assets/tiles/16/12385/23139.png deleted file mode 100644 index 855b06e..0000000 Binary files a/www/assets/tiles/16/12385/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23140.png b/www/assets/tiles/16/12385/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23141.png b/www/assets/tiles/16/12385/23141.png deleted file mode 100644 index 490261e..0000000 Binary files a/www/assets/tiles/16/12385/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23142.png b/www/assets/tiles/16/12385/23142.png deleted file mode 100644 index 345ca60..0000000 Binary files a/www/assets/tiles/16/12385/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23143.png b/www/assets/tiles/16/12385/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23144.png b/www/assets/tiles/16/12385/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23145.png b/www/assets/tiles/16/12385/23145.png deleted file mode 100644 index 9ac3dea..0000000 Binary files a/www/assets/tiles/16/12385/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23146.png b/www/assets/tiles/16/12385/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23147.png b/www/assets/tiles/16/12385/23147.png deleted file mode 100644 index 75336fc..0000000 Binary files a/www/assets/tiles/16/12385/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23148.png b/www/assets/tiles/16/12385/23148.png deleted file mode 100644 index b8b4005..0000000 Binary files a/www/assets/tiles/16/12385/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23149.png b/www/assets/tiles/16/12385/23149.png deleted file mode 100644 index a6955d1..0000000 Binary files a/www/assets/tiles/16/12385/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23150.png b/www/assets/tiles/16/12385/23150.png deleted file mode 100644 index 6555d37..0000000 Binary files a/www/assets/tiles/16/12385/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23151.png b/www/assets/tiles/16/12385/23151.png deleted file mode 100644 index 074d3ab..0000000 Binary files a/www/assets/tiles/16/12385/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23152.png b/www/assets/tiles/16/12385/23152.png deleted file mode 100644 index 410c1e7..0000000 Binary files a/www/assets/tiles/16/12385/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23153.png b/www/assets/tiles/16/12385/23153.png deleted file mode 100644 index 46ea3e3..0000000 Binary files a/www/assets/tiles/16/12385/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23154.png b/www/assets/tiles/16/12385/23154.png deleted file mode 100644 index 8b2c622..0000000 Binary files a/www/assets/tiles/16/12385/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23155.png b/www/assets/tiles/16/12385/23155.png deleted file mode 100644 index f1ede16..0000000 Binary files a/www/assets/tiles/16/12385/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23156.png b/www/assets/tiles/16/12385/23156.png deleted file mode 100644 index 88cf9d3..0000000 Binary files a/www/assets/tiles/16/12385/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23157.png b/www/assets/tiles/16/12385/23157.png deleted file mode 100644 index 6e19d4d..0000000 Binary files a/www/assets/tiles/16/12385/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23158.png b/www/assets/tiles/16/12385/23158.png deleted file mode 100644 index 48db663..0000000 Binary files a/www/assets/tiles/16/12385/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23159.png b/www/assets/tiles/16/12385/23159.png deleted file mode 100644 index 849e1f8..0000000 Binary files a/www/assets/tiles/16/12385/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23160.png b/www/assets/tiles/16/12385/23160.png deleted file mode 100644 index be9e7d5..0000000 Binary files a/www/assets/tiles/16/12385/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23161.png b/www/assets/tiles/16/12385/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23162.png b/www/assets/tiles/16/12385/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23163.png b/www/assets/tiles/16/12385/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23164.png b/www/assets/tiles/16/12385/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23165.png b/www/assets/tiles/16/12385/23165.png deleted file mode 100644 index a589ccd..0000000 Binary files a/www/assets/tiles/16/12385/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23166.png b/www/assets/tiles/16/12385/23166.png deleted file mode 100644 index ea65cf5..0000000 Binary files a/www/assets/tiles/16/12385/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23167.png b/www/assets/tiles/16/12385/23167.png deleted file mode 100644 index 5f90023..0000000 Binary files a/www/assets/tiles/16/12385/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23168.png b/www/assets/tiles/16/12385/23168.png deleted file mode 100644 index eef7f7b..0000000 Binary files a/www/assets/tiles/16/12385/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23169.png b/www/assets/tiles/16/12385/23169.png deleted file mode 100644 index 2ba08bc..0000000 Binary files a/www/assets/tiles/16/12385/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23170.png b/www/assets/tiles/16/12385/23170.png deleted file mode 100644 index 3398f39..0000000 Binary files a/www/assets/tiles/16/12385/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23171.png b/www/assets/tiles/16/12385/23171.png deleted file mode 100644 index 4f4e906..0000000 Binary files a/www/assets/tiles/16/12385/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23172.png b/www/assets/tiles/16/12385/23172.png deleted file mode 100644 index e2bc431..0000000 Binary files a/www/assets/tiles/16/12385/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23173.png b/www/assets/tiles/16/12385/23173.png deleted file mode 100644 index fb7d107..0000000 Binary files a/www/assets/tiles/16/12385/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23174.png b/www/assets/tiles/16/12385/23174.png deleted file mode 100644 index 9e76523..0000000 Binary files a/www/assets/tiles/16/12385/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23175.png b/www/assets/tiles/16/12385/23175.png deleted file mode 100644 index 486cd83..0000000 Binary files a/www/assets/tiles/16/12385/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23176.png b/www/assets/tiles/16/12385/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23177.png b/www/assets/tiles/16/12385/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23178.png b/www/assets/tiles/16/12385/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23179.png b/www/assets/tiles/16/12385/23179.png deleted file mode 100644 index 57a1f37..0000000 Binary files a/www/assets/tiles/16/12385/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12385/23180.png b/www/assets/tiles/16/12385/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12385/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23120.png b/www/assets/tiles/16/12386/23120.png deleted file mode 100644 index a0c49f8..0000000 Binary files a/www/assets/tiles/16/12386/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23121.png b/www/assets/tiles/16/12386/23121.png deleted file mode 100644 index 4b2b46e..0000000 Binary files a/www/assets/tiles/16/12386/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23122.png b/www/assets/tiles/16/12386/23122.png deleted file mode 100644 index e24dcbf..0000000 Binary files a/www/assets/tiles/16/12386/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23123.png b/www/assets/tiles/16/12386/23123.png deleted file mode 100644 index 33bd7fe..0000000 Binary files a/www/assets/tiles/16/12386/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23124.png b/www/assets/tiles/16/12386/23124.png deleted file mode 100644 index c8a95f0..0000000 Binary files a/www/assets/tiles/16/12386/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23125.png b/www/assets/tiles/16/12386/23125.png deleted file mode 100644 index 3de1786..0000000 Binary files a/www/assets/tiles/16/12386/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23126.png b/www/assets/tiles/16/12386/23126.png deleted file mode 100644 index 8ed278a..0000000 Binary files a/www/assets/tiles/16/12386/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23127.png b/www/assets/tiles/16/12386/23127.png deleted file mode 100644 index 1e3c98f..0000000 Binary files a/www/assets/tiles/16/12386/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23128.png b/www/assets/tiles/16/12386/23128.png deleted file mode 100644 index 76d0c69..0000000 Binary files a/www/assets/tiles/16/12386/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23129.png b/www/assets/tiles/16/12386/23129.png deleted file mode 100644 index 44b8d80..0000000 Binary files a/www/assets/tiles/16/12386/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23130.png b/www/assets/tiles/16/12386/23130.png deleted file mode 100644 index 1722721..0000000 Binary files a/www/assets/tiles/16/12386/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23131.png b/www/assets/tiles/16/12386/23131.png deleted file mode 100644 index 8256f86..0000000 Binary files a/www/assets/tiles/16/12386/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23132.png b/www/assets/tiles/16/12386/23132.png deleted file mode 100644 index de785b7..0000000 Binary files a/www/assets/tiles/16/12386/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23133.png b/www/assets/tiles/16/12386/23133.png deleted file mode 100644 index 36d3a64..0000000 Binary files a/www/assets/tiles/16/12386/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23134.png b/www/assets/tiles/16/12386/23134.png deleted file mode 100644 index 08d5344..0000000 Binary files a/www/assets/tiles/16/12386/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23135.png b/www/assets/tiles/16/12386/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23136.png b/www/assets/tiles/16/12386/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23137.png b/www/assets/tiles/16/12386/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23138.png b/www/assets/tiles/16/12386/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23139.png b/www/assets/tiles/16/12386/23139.png deleted file mode 100644 index 1e6404f..0000000 Binary files a/www/assets/tiles/16/12386/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23140.png b/www/assets/tiles/16/12386/23140.png deleted file mode 100644 index 86ee5c2..0000000 Binary files a/www/assets/tiles/16/12386/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23141.png b/www/assets/tiles/16/12386/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23142.png b/www/assets/tiles/16/12386/23142.png deleted file mode 100644 index de7e3a0..0000000 Binary files a/www/assets/tiles/16/12386/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23143.png b/www/assets/tiles/16/12386/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23144.png b/www/assets/tiles/16/12386/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23145.png b/www/assets/tiles/16/12386/23145.png deleted file mode 100644 index b094007..0000000 Binary files a/www/assets/tiles/16/12386/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23146.png b/www/assets/tiles/16/12386/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23147.png b/www/assets/tiles/16/12386/23147.png deleted file mode 100644 index 92a4a0b..0000000 Binary files a/www/assets/tiles/16/12386/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23148.png b/www/assets/tiles/16/12386/23148.png deleted file mode 100644 index 442f85a..0000000 Binary files a/www/assets/tiles/16/12386/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23149.png b/www/assets/tiles/16/12386/23149.png deleted file mode 100644 index 27ad111..0000000 Binary files a/www/assets/tiles/16/12386/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23150.png b/www/assets/tiles/16/12386/23150.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23151.png b/www/assets/tiles/16/12386/23151.png deleted file mode 100644 index ab1e74d..0000000 Binary files a/www/assets/tiles/16/12386/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23152.png b/www/assets/tiles/16/12386/23152.png deleted file mode 100644 index e4fa192..0000000 Binary files a/www/assets/tiles/16/12386/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23153.png b/www/assets/tiles/16/12386/23153.png deleted file mode 100644 index de831de..0000000 Binary files a/www/assets/tiles/16/12386/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23154.png b/www/assets/tiles/16/12386/23154.png deleted file mode 100644 index 5a5f6e7..0000000 Binary files a/www/assets/tiles/16/12386/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23155.png b/www/assets/tiles/16/12386/23155.png deleted file mode 100644 index 505393a..0000000 Binary files a/www/assets/tiles/16/12386/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23156.png b/www/assets/tiles/16/12386/23156.png deleted file mode 100644 index d7e7489..0000000 Binary files a/www/assets/tiles/16/12386/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23157.png b/www/assets/tiles/16/12386/23157.png deleted file mode 100644 index 13ac7e2..0000000 Binary files a/www/assets/tiles/16/12386/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23158.png b/www/assets/tiles/16/12386/23158.png deleted file mode 100644 index b2ed3e2..0000000 Binary files a/www/assets/tiles/16/12386/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23159.png b/www/assets/tiles/16/12386/23159.png deleted file mode 100644 index 20d07cf..0000000 Binary files a/www/assets/tiles/16/12386/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23160.png b/www/assets/tiles/16/12386/23160.png deleted file mode 100644 index 70b3617..0000000 Binary files a/www/assets/tiles/16/12386/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23161.png b/www/assets/tiles/16/12386/23161.png deleted file mode 100644 index 955bfba..0000000 Binary files a/www/assets/tiles/16/12386/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23162.png b/www/assets/tiles/16/12386/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23163.png b/www/assets/tiles/16/12386/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23164.png b/www/assets/tiles/16/12386/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23165.png b/www/assets/tiles/16/12386/23165.png deleted file mode 100644 index 8ebbfd8..0000000 Binary files a/www/assets/tiles/16/12386/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23166.png b/www/assets/tiles/16/12386/23166.png deleted file mode 100644 index 5741608..0000000 Binary files a/www/assets/tiles/16/12386/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23167.png b/www/assets/tiles/16/12386/23167.png deleted file mode 100644 index c02b0fa..0000000 Binary files a/www/assets/tiles/16/12386/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23168.png b/www/assets/tiles/16/12386/23168.png deleted file mode 100644 index 1ed3b45..0000000 Binary files a/www/assets/tiles/16/12386/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23169.png b/www/assets/tiles/16/12386/23169.png deleted file mode 100644 index 4d31d93..0000000 Binary files a/www/assets/tiles/16/12386/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23170.png b/www/assets/tiles/16/12386/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23171.png b/www/assets/tiles/16/12386/23171.png deleted file mode 100644 index e367309..0000000 Binary files a/www/assets/tiles/16/12386/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23172.png b/www/assets/tiles/16/12386/23172.png deleted file mode 100644 index 0b369dc..0000000 Binary files a/www/assets/tiles/16/12386/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23173.png b/www/assets/tiles/16/12386/23173.png deleted file mode 100644 index bcbf6a0..0000000 Binary files a/www/assets/tiles/16/12386/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23174.png b/www/assets/tiles/16/12386/23174.png deleted file mode 100644 index 7a62047..0000000 Binary files a/www/assets/tiles/16/12386/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23175.png b/www/assets/tiles/16/12386/23175.png deleted file mode 100644 index 2f12cbf..0000000 Binary files a/www/assets/tiles/16/12386/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23176.png b/www/assets/tiles/16/12386/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12386/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23177.png b/www/assets/tiles/16/12386/23177.png deleted file mode 100644 index f66c42c..0000000 Binary files a/www/assets/tiles/16/12386/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23178.png b/www/assets/tiles/16/12386/23178.png deleted file mode 100644 index 7a3dcb6..0000000 Binary files a/www/assets/tiles/16/12386/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23179.png b/www/assets/tiles/16/12386/23179.png deleted file mode 100644 index 30ca811..0000000 Binary files a/www/assets/tiles/16/12386/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12386/23180.png b/www/assets/tiles/16/12386/23180.png deleted file mode 100644 index ac57b65..0000000 Binary files a/www/assets/tiles/16/12386/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23120.png b/www/assets/tiles/16/12387/23120.png deleted file mode 100644 index ff697f2..0000000 Binary files a/www/assets/tiles/16/12387/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23121.png b/www/assets/tiles/16/12387/23121.png deleted file mode 100644 index a5ef9c4..0000000 Binary files a/www/assets/tiles/16/12387/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23122.png b/www/assets/tiles/16/12387/23122.png deleted file mode 100644 index b2c20a3..0000000 Binary files a/www/assets/tiles/16/12387/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23123.png b/www/assets/tiles/16/12387/23123.png deleted file mode 100644 index 178d82a..0000000 Binary files a/www/assets/tiles/16/12387/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23124.png b/www/assets/tiles/16/12387/23124.png deleted file mode 100644 index e35b85a..0000000 Binary files a/www/assets/tiles/16/12387/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23125.png b/www/assets/tiles/16/12387/23125.png deleted file mode 100644 index 57a81cd..0000000 Binary files a/www/assets/tiles/16/12387/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23126.png b/www/assets/tiles/16/12387/23126.png deleted file mode 100644 index 0d904cd..0000000 Binary files a/www/assets/tiles/16/12387/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23127.png b/www/assets/tiles/16/12387/23127.png deleted file mode 100644 index f5bf2df..0000000 Binary files a/www/assets/tiles/16/12387/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23128.png b/www/assets/tiles/16/12387/23128.png deleted file mode 100644 index 46f8b50..0000000 Binary files a/www/assets/tiles/16/12387/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23129.png b/www/assets/tiles/16/12387/23129.png deleted file mode 100644 index 731eed1..0000000 Binary files a/www/assets/tiles/16/12387/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23130.png b/www/assets/tiles/16/12387/23130.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12387/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23131.png b/www/assets/tiles/16/12387/23131.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12387/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23132.png b/www/assets/tiles/16/12387/23132.png deleted file mode 100644 index bbfdb92..0000000 Binary files a/www/assets/tiles/16/12387/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23133.png b/www/assets/tiles/16/12387/23133.png deleted file mode 100644 index 4de395f..0000000 Binary files a/www/assets/tiles/16/12387/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23134.png b/www/assets/tiles/16/12387/23134.png deleted file mode 100644 index 7739f55..0000000 Binary files a/www/assets/tiles/16/12387/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23135.png b/www/assets/tiles/16/12387/23135.png deleted file mode 100644 index f333056..0000000 Binary files a/www/assets/tiles/16/12387/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23136.png b/www/assets/tiles/16/12387/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23137.png b/www/assets/tiles/16/12387/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23138.png b/www/assets/tiles/16/12387/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23139.png b/www/assets/tiles/16/12387/23139.png deleted file mode 100644 index 05771c0..0000000 Binary files a/www/assets/tiles/16/12387/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23140.png b/www/assets/tiles/16/12387/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23141.png b/www/assets/tiles/16/12387/23141.png deleted file mode 100644 index a65616f..0000000 Binary files a/www/assets/tiles/16/12387/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23142.png b/www/assets/tiles/16/12387/23142.png deleted file mode 100644 index 7251ae1..0000000 Binary files a/www/assets/tiles/16/12387/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23143.png b/www/assets/tiles/16/12387/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23144.png b/www/assets/tiles/16/12387/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23145.png b/www/assets/tiles/16/12387/23145.png deleted file mode 100644 index 2ade715..0000000 Binary files a/www/assets/tiles/16/12387/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23146.png b/www/assets/tiles/16/12387/23146.png deleted file mode 100644 index 8e88fde..0000000 Binary files a/www/assets/tiles/16/12387/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23147.png b/www/assets/tiles/16/12387/23147.png deleted file mode 100644 index d61645b..0000000 Binary files a/www/assets/tiles/16/12387/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23148.png b/www/assets/tiles/16/12387/23148.png deleted file mode 100644 index 5838611..0000000 Binary files a/www/assets/tiles/16/12387/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23149.png b/www/assets/tiles/16/12387/23149.png deleted file mode 100644 index 8a28501..0000000 Binary files a/www/assets/tiles/16/12387/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23150.png b/www/assets/tiles/16/12387/23150.png deleted file mode 100644 index d711795..0000000 Binary files a/www/assets/tiles/16/12387/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23151.png b/www/assets/tiles/16/12387/23151.png deleted file mode 100644 index 46d8ac7..0000000 Binary files a/www/assets/tiles/16/12387/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23152.png b/www/assets/tiles/16/12387/23152.png deleted file mode 100644 index 94a5c72..0000000 Binary files a/www/assets/tiles/16/12387/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23153.png b/www/assets/tiles/16/12387/23153.png deleted file mode 100644 index e5e8920..0000000 Binary files a/www/assets/tiles/16/12387/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23154.png b/www/assets/tiles/16/12387/23154.png deleted file mode 100644 index 5ca7da3..0000000 Binary files a/www/assets/tiles/16/12387/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23155.png b/www/assets/tiles/16/12387/23155.png deleted file mode 100644 index 83a7a93..0000000 Binary files a/www/assets/tiles/16/12387/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23156.png b/www/assets/tiles/16/12387/23156.png deleted file mode 100644 index 3749e65..0000000 Binary files a/www/assets/tiles/16/12387/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23157.png b/www/assets/tiles/16/12387/23157.png deleted file mode 100644 index 468d443..0000000 Binary files a/www/assets/tiles/16/12387/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23158.png b/www/assets/tiles/16/12387/23158.png deleted file mode 100644 index c5e875c..0000000 Binary files a/www/assets/tiles/16/12387/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23159.png b/www/assets/tiles/16/12387/23159.png deleted file mode 100644 index 8440f64..0000000 Binary files a/www/assets/tiles/16/12387/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23160.png b/www/assets/tiles/16/12387/23160.png deleted file mode 100644 index ef344d4..0000000 Binary files a/www/assets/tiles/16/12387/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23161.png b/www/assets/tiles/16/12387/23161.png deleted file mode 100644 index 0457f34..0000000 Binary files a/www/assets/tiles/16/12387/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23162.png b/www/assets/tiles/16/12387/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23163.png b/www/assets/tiles/16/12387/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23164.png b/www/assets/tiles/16/12387/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23165.png b/www/assets/tiles/16/12387/23165.png deleted file mode 100644 index 2437ac9..0000000 Binary files a/www/assets/tiles/16/12387/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23166.png b/www/assets/tiles/16/12387/23166.png deleted file mode 100644 index 1518de3..0000000 Binary files a/www/assets/tiles/16/12387/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23167.png b/www/assets/tiles/16/12387/23167.png deleted file mode 100644 index d24db79..0000000 Binary files a/www/assets/tiles/16/12387/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23168.png b/www/assets/tiles/16/12387/23168.png deleted file mode 100644 index 927411e..0000000 Binary files a/www/assets/tiles/16/12387/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23169.png b/www/assets/tiles/16/12387/23169.png deleted file mode 100644 index 33988bd..0000000 Binary files a/www/assets/tiles/16/12387/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23170.png b/www/assets/tiles/16/12387/23170.png deleted file mode 100644 index c63939b..0000000 Binary files a/www/assets/tiles/16/12387/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23171.png b/www/assets/tiles/16/12387/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23172.png b/www/assets/tiles/16/12387/23172.png deleted file mode 100644 index 7292900..0000000 Binary files a/www/assets/tiles/16/12387/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23173.png b/www/assets/tiles/16/12387/23173.png deleted file mode 100644 index 89f9629..0000000 Binary files a/www/assets/tiles/16/12387/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23174.png b/www/assets/tiles/16/12387/23174.png deleted file mode 100644 index b33de36..0000000 Binary files a/www/assets/tiles/16/12387/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23175.png b/www/assets/tiles/16/12387/23175.png deleted file mode 100644 index eb64494..0000000 Binary files a/www/assets/tiles/16/12387/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23176.png b/www/assets/tiles/16/12387/23176.png deleted file mode 100644 index f76558b..0000000 Binary files a/www/assets/tiles/16/12387/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23177.png b/www/assets/tiles/16/12387/23177.png deleted file mode 100644 index 6899da9..0000000 Binary files a/www/assets/tiles/16/12387/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23178.png b/www/assets/tiles/16/12387/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12387/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23179.png b/www/assets/tiles/16/12387/23179.png deleted file mode 100644 index e34339c..0000000 Binary files a/www/assets/tiles/16/12387/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12387/23180.png b/www/assets/tiles/16/12387/23180.png deleted file mode 100644 index 2e50441..0000000 Binary files a/www/assets/tiles/16/12387/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23120.png b/www/assets/tiles/16/12388/23120.png deleted file mode 100644 index aa0d621..0000000 Binary files a/www/assets/tiles/16/12388/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23121.png b/www/assets/tiles/16/12388/23121.png deleted file mode 100644 index 950b1ae..0000000 Binary files a/www/assets/tiles/16/12388/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23122.png b/www/assets/tiles/16/12388/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12388/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23123.png b/www/assets/tiles/16/12388/23123.png deleted file mode 100644 index 19d24c2..0000000 Binary files a/www/assets/tiles/16/12388/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23124.png b/www/assets/tiles/16/12388/23124.png deleted file mode 100644 index 1ccd04a..0000000 Binary files a/www/assets/tiles/16/12388/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23125.png b/www/assets/tiles/16/12388/23125.png deleted file mode 100644 index 16c9d86..0000000 Binary files a/www/assets/tiles/16/12388/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23126.png b/www/assets/tiles/16/12388/23126.png deleted file mode 100644 index aa092a2..0000000 Binary files a/www/assets/tiles/16/12388/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23127.png b/www/assets/tiles/16/12388/23127.png deleted file mode 100644 index 7111f35..0000000 Binary files a/www/assets/tiles/16/12388/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23128.png b/www/assets/tiles/16/12388/23128.png deleted file mode 100644 index d64f061..0000000 Binary files a/www/assets/tiles/16/12388/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23129.png b/www/assets/tiles/16/12388/23129.png deleted file mode 100644 index 6eb4885..0000000 Binary files a/www/assets/tiles/16/12388/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23130.png b/www/assets/tiles/16/12388/23130.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12388/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23131.png b/www/assets/tiles/16/12388/23131.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12388/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23132.png b/www/assets/tiles/16/12388/23132.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12388/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23133.png b/www/assets/tiles/16/12388/23133.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12388/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23134.png b/www/assets/tiles/16/12388/23134.png deleted file mode 100644 index af9b030..0000000 Binary files a/www/assets/tiles/16/12388/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23135.png b/www/assets/tiles/16/12388/23135.png deleted file mode 100644 index 870f997..0000000 Binary files a/www/assets/tiles/16/12388/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23136.png b/www/assets/tiles/16/12388/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12388/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23137.png b/www/assets/tiles/16/12388/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12388/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23138.png b/www/assets/tiles/16/12388/23138.png deleted file mode 100644 index d832063..0000000 Binary files a/www/assets/tiles/16/12388/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23139.png b/www/assets/tiles/16/12388/23139.png deleted file mode 100644 index 320f87d..0000000 Binary files a/www/assets/tiles/16/12388/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23140.png b/www/assets/tiles/16/12388/23140.png deleted file mode 100644 index a2dc265..0000000 Binary files a/www/assets/tiles/16/12388/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23141.png b/www/assets/tiles/16/12388/23141.png deleted file mode 100644 index 2d8a763..0000000 Binary files a/www/assets/tiles/16/12388/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23142.png b/www/assets/tiles/16/12388/23142.png deleted file mode 100644 index a9016a2..0000000 Binary files a/www/assets/tiles/16/12388/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23143.png b/www/assets/tiles/16/12388/23143.png deleted file mode 100644 index e73530e..0000000 Binary files a/www/assets/tiles/16/12388/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23144.png b/www/assets/tiles/16/12388/23144.png deleted file mode 100644 index 082c0dd..0000000 Binary files a/www/assets/tiles/16/12388/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23145.png b/www/assets/tiles/16/12388/23145.png deleted file mode 100644 index c629ed3..0000000 Binary files a/www/assets/tiles/16/12388/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23146.png b/www/assets/tiles/16/12388/23146.png deleted file mode 100644 index 6905988..0000000 Binary files a/www/assets/tiles/16/12388/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23147.png b/www/assets/tiles/16/12388/23147.png deleted file mode 100644 index 9ae4ef3..0000000 Binary files a/www/assets/tiles/16/12388/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23148.png b/www/assets/tiles/16/12388/23148.png deleted file mode 100644 index e5463bc..0000000 Binary files a/www/assets/tiles/16/12388/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23149.png b/www/assets/tiles/16/12388/23149.png deleted file mode 100644 index 09383d9..0000000 Binary files a/www/assets/tiles/16/12388/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23150.png b/www/assets/tiles/16/12388/23150.png deleted file mode 100644 index 6c924e7..0000000 Binary files a/www/assets/tiles/16/12388/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23151.png b/www/assets/tiles/16/12388/23151.png deleted file mode 100644 index b9e8fa9..0000000 Binary files a/www/assets/tiles/16/12388/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23152.png b/www/assets/tiles/16/12388/23152.png deleted file mode 100644 index ac5bf2d..0000000 Binary files a/www/assets/tiles/16/12388/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23153.png b/www/assets/tiles/16/12388/23153.png deleted file mode 100644 index 5ced06e..0000000 Binary files a/www/assets/tiles/16/12388/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23154.png b/www/assets/tiles/16/12388/23154.png deleted file mode 100644 index 41d35f4..0000000 Binary files a/www/assets/tiles/16/12388/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23155.png b/www/assets/tiles/16/12388/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12388/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23156.png b/www/assets/tiles/16/12388/23156.png deleted file mode 100644 index 75a48d4..0000000 Binary files a/www/assets/tiles/16/12388/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23157.png b/www/assets/tiles/16/12388/23157.png deleted file mode 100644 index 07622a9..0000000 Binary files a/www/assets/tiles/16/12388/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23158.png b/www/assets/tiles/16/12388/23158.png deleted file mode 100644 index d4139ec..0000000 Binary files a/www/assets/tiles/16/12388/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23159.png b/www/assets/tiles/16/12388/23159.png deleted file mode 100644 index 7816718..0000000 Binary files a/www/assets/tiles/16/12388/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23160.png b/www/assets/tiles/16/12388/23160.png deleted file mode 100644 index 006c892..0000000 Binary files a/www/assets/tiles/16/12388/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23161.png b/www/assets/tiles/16/12388/23161.png deleted file mode 100644 index 3a10c00..0000000 Binary files a/www/assets/tiles/16/12388/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23162.png b/www/assets/tiles/16/12388/23162.png deleted file mode 100644 index 481c761..0000000 Binary files a/www/assets/tiles/16/12388/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23163.png b/www/assets/tiles/16/12388/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12388/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23164.png b/www/assets/tiles/16/12388/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12388/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23165.png b/www/assets/tiles/16/12388/23165.png deleted file mode 100644 index f910069..0000000 Binary files a/www/assets/tiles/16/12388/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23166.png b/www/assets/tiles/16/12388/23166.png deleted file mode 100644 index 92811bf..0000000 Binary files a/www/assets/tiles/16/12388/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23167.png b/www/assets/tiles/16/12388/23167.png deleted file mode 100644 index ebd05df..0000000 Binary files a/www/assets/tiles/16/12388/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23168.png b/www/assets/tiles/16/12388/23168.png deleted file mode 100644 index 82dbd1f..0000000 Binary files a/www/assets/tiles/16/12388/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23169.png b/www/assets/tiles/16/12388/23169.png deleted file mode 100644 index c770448..0000000 Binary files a/www/assets/tiles/16/12388/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23170.png b/www/assets/tiles/16/12388/23170.png deleted file mode 100644 index 56f6846..0000000 Binary files a/www/assets/tiles/16/12388/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23171.png b/www/assets/tiles/16/12388/23171.png deleted file mode 100644 index 5f2d43a..0000000 Binary files a/www/assets/tiles/16/12388/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23172.png b/www/assets/tiles/16/12388/23172.png deleted file mode 100644 index 410a5ec..0000000 Binary files a/www/assets/tiles/16/12388/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23173.png b/www/assets/tiles/16/12388/23173.png deleted file mode 100644 index 5a7d579..0000000 Binary files a/www/assets/tiles/16/12388/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23174.png b/www/assets/tiles/16/12388/23174.png deleted file mode 100644 index a6198a7..0000000 Binary files a/www/assets/tiles/16/12388/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23175.png b/www/assets/tiles/16/12388/23175.png deleted file mode 100644 index 9601ada..0000000 Binary files a/www/assets/tiles/16/12388/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23176.png b/www/assets/tiles/16/12388/23176.png deleted file mode 100644 index 5aa4a3d..0000000 Binary files a/www/assets/tiles/16/12388/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23177.png b/www/assets/tiles/16/12388/23177.png deleted file mode 100644 index ca05816..0000000 Binary files a/www/assets/tiles/16/12388/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23178.png b/www/assets/tiles/16/12388/23178.png deleted file mode 100644 index 5733f66..0000000 Binary files a/www/assets/tiles/16/12388/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23179.png b/www/assets/tiles/16/12388/23179.png deleted file mode 100644 index cdd8751..0000000 Binary files a/www/assets/tiles/16/12388/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12388/23180.png b/www/assets/tiles/16/12388/23180.png deleted file mode 100644 index 1442233..0000000 Binary files a/www/assets/tiles/16/12388/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23120.png b/www/assets/tiles/16/12389/23120.png deleted file mode 100644 index e7bcce9..0000000 Binary files a/www/assets/tiles/16/12389/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23121.png b/www/assets/tiles/16/12389/23121.png deleted file mode 100644 index b227484..0000000 Binary files a/www/assets/tiles/16/12389/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23122.png b/www/assets/tiles/16/12389/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12389/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23123.png b/www/assets/tiles/16/12389/23123.png deleted file mode 100644 index b976bd4..0000000 Binary files a/www/assets/tiles/16/12389/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23124.png b/www/assets/tiles/16/12389/23124.png deleted file mode 100644 index 4bec9fe..0000000 Binary files a/www/assets/tiles/16/12389/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23125.png b/www/assets/tiles/16/12389/23125.png deleted file mode 100644 index a6a0ddd..0000000 Binary files a/www/assets/tiles/16/12389/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23126.png b/www/assets/tiles/16/12389/23126.png deleted file mode 100644 index 75eafc2..0000000 Binary files a/www/assets/tiles/16/12389/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23127.png b/www/assets/tiles/16/12389/23127.png deleted file mode 100644 index 901db9c..0000000 Binary files a/www/assets/tiles/16/12389/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23128.png b/www/assets/tiles/16/12389/23128.png deleted file mode 100644 index 5ac0bfd..0000000 Binary files a/www/assets/tiles/16/12389/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23129.png b/www/assets/tiles/16/12389/23129.png deleted file mode 100644 index cd0c7cf..0000000 Binary files a/www/assets/tiles/16/12389/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23130.png b/www/assets/tiles/16/12389/23130.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12389/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23131.png b/www/assets/tiles/16/12389/23131.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12389/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23132.png b/www/assets/tiles/16/12389/23132.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12389/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23133.png b/www/assets/tiles/16/12389/23133.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12389/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23134.png b/www/assets/tiles/16/12389/23134.png deleted file mode 100644 index c4b7872..0000000 Binary files a/www/assets/tiles/16/12389/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23135.png b/www/assets/tiles/16/12389/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12389/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23136.png b/www/assets/tiles/16/12389/23136.png deleted file mode 100644 index bf73947..0000000 Binary files a/www/assets/tiles/16/12389/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23137.png b/www/assets/tiles/16/12389/23137.png deleted file mode 100644 index 692d520..0000000 Binary files a/www/assets/tiles/16/12389/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23138.png b/www/assets/tiles/16/12389/23138.png deleted file mode 100644 index c9f2a9d..0000000 Binary files a/www/assets/tiles/16/12389/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23139.png b/www/assets/tiles/16/12389/23139.png deleted file mode 100644 index ede586f..0000000 Binary files a/www/assets/tiles/16/12389/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23140.png b/www/assets/tiles/16/12389/23140.png deleted file mode 100644 index 4d550f0..0000000 Binary files a/www/assets/tiles/16/12389/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23141.png b/www/assets/tiles/16/12389/23141.png deleted file mode 100644 index 225a051..0000000 Binary files a/www/assets/tiles/16/12389/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23142.png b/www/assets/tiles/16/12389/23142.png deleted file mode 100644 index 3af344f..0000000 Binary files a/www/assets/tiles/16/12389/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23143.png b/www/assets/tiles/16/12389/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12389/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23144.png b/www/assets/tiles/16/12389/23144.png deleted file mode 100644 index dab3dff..0000000 Binary files a/www/assets/tiles/16/12389/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23145.png b/www/assets/tiles/16/12389/23145.png deleted file mode 100644 index dbcb0a9..0000000 Binary files a/www/assets/tiles/16/12389/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23146.png b/www/assets/tiles/16/12389/23146.png deleted file mode 100644 index 1089cb4..0000000 Binary files a/www/assets/tiles/16/12389/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23147.png b/www/assets/tiles/16/12389/23147.png deleted file mode 100644 index 6169124..0000000 Binary files a/www/assets/tiles/16/12389/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23148.png b/www/assets/tiles/16/12389/23148.png deleted file mode 100644 index c8e2106..0000000 Binary files a/www/assets/tiles/16/12389/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23149.png b/www/assets/tiles/16/12389/23149.png deleted file mode 100644 index 58e3328..0000000 Binary files a/www/assets/tiles/16/12389/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23150.png b/www/assets/tiles/16/12389/23150.png deleted file mode 100644 index 20b7fe9..0000000 Binary files a/www/assets/tiles/16/12389/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23151.png b/www/assets/tiles/16/12389/23151.png deleted file mode 100644 index a0d1ff6..0000000 Binary files a/www/assets/tiles/16/12389/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23152.png b/www/assets/tiles/16/12389/23152.png deleted file mode 100644 index c6581cb..0000000 Binary files a/www/assets/tiles/16/12389/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23153.png b/www/assets/tiles/16/12389/23153.png deleted file mode 100644 index 5200529..0000000 Binary files a/www/assets/tiles/16/12389/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23154.png b/www/assets/tiles/16/12389/23154.png deleted file mode 100644 index 49851f9..0000000 Binary files a/www/assets/tiles/16/12389/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23155.png b/www/assets/tiles/16/12389/23155.png deleted file mode 100644 index 5837496..0000000 Binary files a/www/assets/tiles/16/12389/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23156.png b/www/assets/tiles/16/12389/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12389/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23157.png b/www/assets/tiles/16/12389/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12389/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23158.png b/www/assets/tiles/16/12389/23158.png deleted file mode 100644 index c71cfff..0000000 Binary files a/www/assets/tiles/16/12389/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23159.png b/www/assets/tiles/16/12389/23159.png deleted file mode 100644 index fa5ff5a..0000000 Binary files a/www/assets/tiles/16/12389/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23160.png b/www/assets/tiles/16/12389/23160.png deleted file mode 100644 index 7c897f2..0000000 Binary files a/www/assets/tiles/16/12389/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23161.png b/www/assets/tiles/16/12389/23161.png deleted file mode 100644 index ca25624..0000000 Binary files a/www/assets/tiles/16/12389/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23162.png b/www/assets/tiles/16/12389/23162.png deleted file mode 100644 index 5aeca53..0000000 Binary files a/www/assets/tiles/16/12389/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23163.png b/www/assets/tiles/16/12389/23163.png deleted file mode 100644 index e46b8c1..0000000 Binary files a/www/assets/tiles/16/12389/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23164.png b/www/assets/tiles/16/12389/23164.png deleted file mode 100644 index 08cc9b1..0000000 Binary files a/www/assets/tiles/16/12389/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23165.png b/www/assets/tiles/16/12389/23165.png deleted file mode 100644 index 151e213..0000000 Binary files a/www/assets/tiles/16/12389/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23166.png b/www/assets/tiles/16/12389/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12389/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23167.png b/www/assets/tiles/16/12389/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12389/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23168.png b/www/assets/tiles/16/12389/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12389/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23169.png b/www/assets/tiles/16/12389/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12389/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23170.png b/www/assets/tiles/16/12389/23170.png deleted file mode 100644 index b9ed82e..0000000 Binary files a/www/assets/tiles/16/12389/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23171.png b/www/assets/tiles/16/12389/23171.png deleted file mode 100644 index 30e0ccf..0000000 Binary files a/www/assets/tiles/16/12389/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23172.png b/www/assets/tiles/16/12389/23172.png deleted file mode 100644 index 6be38ab..0000000 Binary files a/www/assets/tiles/16/12389/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23173.png b/www/assets/tiles/16/12389/23173.png deleted file mode 100644 index d626c13..0000000 Binary files a/www/assets/tiles/16/12389/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23174.png b/www/assets/tiles/16/12389/23174.png deleted file mode 100644 index 2ef3c26..0000000 Binary files a/www/assets/tiles/16/12389/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23175.png b/www/assets/tiles/16/12389/23175.png deleted file mode 100644 index 5ffe5f6..0000000 Binary files a/www/assets/tiles/16/12389/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23176.png b/www/assets/tiles/16/12389/23176.png deleted file mode 100644 index 9df4b46..0000000 Binary files a/www/assets/tiles/16/12389/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23177.png b/www/assets/tiles/16/12389/23177.png deleted file mode 100644 index bd0876d..0000000 Binary files a/www/assets/tiles/16/12389/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23178.png b/www/assets/tiles/16/12389/23178.png deleted file mode 100644 index 5bc14e7..0000000 Binary files a/www/assets/tiles/16/12389/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23179.png b/www/assets/tiles/16/12389/23179.png deleted file mode 100644 index 22cd72e..0000000 Binary files a/www/assets/tiles/16/12389/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12389/23180.png b/www/assets/tiles/16/12389/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12389/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23120.png b/www/assets/tiles/16/12390/23120.png deleted file mode 100644 index 252ce16..0000000 Binary files a/www/assets/tiles/16/12390/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23121.png b/www/assets/tiles/16/12390/23121.png deleted file mode 100644 index 78717cd..0000000 Binary files a/www/assets/tiles/16/12390/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23122.png b/www/assets/tiles/16/12390/23122.png deleted file mode 100644 index 78a4976..0000000 Binary files a/www/assets/tiles/16/12390/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23123.png b/www/assets/tiles/16/12390/23123.png deleted file mode 100644 index 05de031..0000000 Binary files a/www/assets/tiles/16/12390/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23124.png b/www/assets/tiles/16/12390/23124.png deleted file mode 100644 index a4835b8..0000000 Binary files a/www/assets/tiles/16/12390/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23125.png b/www/assets/tiles/16/12390/23125.png deleted file mode 100644 index 60090f2..0000000 Binary files a/www/assets/tiles/16/12390/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23126.png b/www/assets/tiles/16/12390/23126.png deleted file mode 100644 index 5f82657..0000000 Binary files a/www/assets/tiles/16/12390/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23127.png b/www/assets/tiles/16/12390/23127.png deleted file mode 100644 index e9a6795..0000000 Binary files a/www/assets/tiles/16/12390/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23128.png b/www/assets/tiles/16/12390/23128.png deleted file mode 100644 index f29eb6a..0000000 Binary files a/www/assets/tiles/16/12390/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23129.png b/www/assets/tiles/16/12390/23129.png deleted file mode 100644 index 263fc9d..0000000 Binary files a/www/assets/tiles/16/12390/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23130.png b/www/assets/tiles/16/12390/23130.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12390/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23131.png b/www/assets/tiles/16/12390/23131.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12390/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23132.png b/www/assets/tiles/16/12390/23132.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12390/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23133.png b/www/assets/tiles/16/12390/23133.png deleted file mode 100644 index 3a9f087..0000000 Binary files a/www/assets/tiles/16/12390/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23134.png b/www/assets/tiles/16/12390/23134.png deleted file mode 100644 index 7cfaf3b..0000000 Binary files a/www/assets/tiles/16/12390/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23135.png b/www/assets/tiles/16/12390/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23136.png b/www/assets/tiles/16/12390/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23137.png b/www/assets/tiles/16/12390/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23138.png b/www/assets/tiles/16/12390/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23139.png b/www/assets/tiles/16/12390/23139.png deleted file mode 100644 index 96e0c6b..0000000 Binary files a/www/assets/tiles/16/12390/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23140.png b/www/assets/tiles/16/12390/23140.png deleted file mode 100644 index 6e98ce7..0000000 Binary files a/www/assets/tiles/16/12390/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23141.png b/www/assets/tiles/16/12390/23141.png deleted file mode 100644 index c46ccc6..0000000 Binary files a/www/assets/tiles/16/12390/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23142.png b/www/assets/tiles/16/12390/23142.png deleted file mode 100644 index a5dfd09..0000000 Binary files a/www/assets/tiles/16/12390/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23143.png b/www/assets/tiles/16/12390/23143.png deleted file mode 100644 index ca16aa9..0000000 Binary files a/www/assets/tiles/16/12390/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23144.png b/www/assets/tiles/16/12390/23144.png deleted file mode 100644 index 01fae11..0000000 Binary files a/www/assets/tiles/16/12390/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23145.png b/www/assets/tiles/16/12390/23145.png deleted file mode 100644 index 52583ca..0000000 Binary files a/www/assets/tiles/16/12390/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23146.png b/www/assets/tiles/16/12390/23146.png deleted file mode 100644 index be1ce71..0000000 Binary files a/www/assets/tiles/16/12390/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23147.png b/www/assets/tiles/16/12390/23147.png deleted file mode 100644 index a27e8b3..0000000 Binary files a/www/assets/tiles/16/12390/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23148.png b/www/assets/tiles/16/12390/23148.png deleted file mode 100644 index 8024664..0000000 Binary files a/www/assets/tiles/16/12390/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23149.png b/www/assets/tiles/16/12390/23149.png deleted file mode 100644 index b2d7813..0000000 Binary files a/www/assets/tiles/16/12390/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23150.png b/www/assets/tiles/16/12390/23150.png deleted file mode 100644 index f93278b..0000000 Binary files a/www/assets/tiles/16/12390/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23151.png b/www/assets/tiles/16/12390/23151.png deleted file mode 100644 index 389f38d..0000000 Binary files a/www/assets/tiles/16/12390/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23152.png b/www/assets/tiles/16/12390/23152.png deleted file mode 100644 index 14ccfca..0000000 Binary files a/www/assets/tiles/16/12390/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23153.png b/www/assets/tiles/16/12390/23153.png deleted file mode 100644 index b22062c..0000000 Binary files a/www/assets/tiles/16/12390/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23154.png b/www/assets/tiles/16/12390/23154.png deleted file mode 100644 index a07f3b4..0000000 Binary files a/www/assets/tiles/16/12390/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23155.png b/www/assets/tiles/16/12390/23155.png deleted file mode 100644 index b7cb8ef..0000000 Binary files a/www/assets/tiles/16/12390/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23156.png b/www/assets/tiles/16/12390/23156.png deleted file mode 100644 index 88e0fb7..0000000 Binary files a/www/assets/tiles/16/12390/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23157.png b/www/assets/tiles/16/12390/23157.png deleted file mode 100644 index 140cf67..0000000 Binary files a/www/assets/tiles/16/12390/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23158.png b/www/assets/tiles/16/12390/23158.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23159.png b/www/assets/tiles/16/12390/23159.png deleted file mode 100644 index 8e024d1..0000000 Binary files a/www/assets/tiles/16/12390/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23160.png b/www/assets/tiles/16/12390/23160.png deleted file mode 100644 index a8b2082..0000000 Binary files a/www/assets/tiles/16/12390/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23161.png b/www/assets/tiles/16/12390/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23162.png b/www/assets/tiles/16/12390/23162.png deleted file mode 100644 index 054bdf0..0000000 Binary files a/www/assets/tiles/16/12390/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23163.png b/www/assets/tiles/16/12390/23163.png deleted file mode 100644 index a175249..0000000 Binary files a/www/assets/tiles/16/12390/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23164.png b/www/assets/tiles/16/12390/23164.png deleted file mode 100644 index 54cbebf..0000000 Binary files a/www/assets/tiles/16/12390/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23165.png b/www/assets/tiles/16/12390/23165.png deleted file mode 100644 index 091711a..0000000 Binary files a/www/assets/tiles/16/12390/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23166.png b/www/assets/tiles/16/12390/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23167.png b/www/assets/tiles/16/12390/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23168.png b/www/assets/tiles/16/12390/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23169.png b/www/assets/tiles/16/12390/23169.png deleted file mode 100644 index 625baa5..0000000 Binary files a/www/assets/tiles/16/12390/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23170.png b/www/assets/tiles/16/12390/23170.png deleted file mode 100644 index 353b901..0000000 Binary files a/www/assets/tiles/16/12390/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23171.png b/www/assets/tiles/16/12390/23171.png deleted file mode 100644 index ad65fdf..0000000 Binary files a/www/assets/tiles/16/12390/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23172.png b/www/assets/tiles/16/12390/23172.png deleted file mode 100644 index 57c9506..0000000 Binary files a/www/assets/tiles/16/12390/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23173.png b/www/assets/tiles/16/12390/23173.png deleted file mode 100644 index 2a510e2..0000000 Binary files a/www/assets/tiles/16/12390/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23174.png b/www/assets/tiles/16/12390/23174.png deleted file mode 100644 index ad9c252..0000000 Binary files a/www/assets/tiles/16/12390/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23175.png b/www/assets/tiles/16/12390/23175.png deleted file mode 100644 index 075cf2a..0000000 Binary files a/www/assets/tiles/16/12390/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23176.png b/www/assets/tiles/16/12390/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23177.png b/www/assets/tiles/16/12390/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23178.png b/www/assets/tiles/16/12390/23178.png deleted file mode 100644 index 345a798..0000000 Binary files a/www/assets/tiles/16/12390/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23179.png b/www/assets/tiles/16/12390/23179.png deleted file mode 100644 index c0fb98d..0000000 Binary files a/www/assets/tiles/16/12390/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12390/23180.png b/www/assets/tiles/16/12390/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12390/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23120.png b/www/assets/tiles/16/12391/23120.png deleted file mode 100644 index 0a47884..0000000 Binary files a/www/assets/tiles/16/12391/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23121.png b/www/assets/tiles/16/12391/23121.png deleted file mode 100644 index 61ffb77..0000000 Binary files a/www/assets/tiles/16/12391/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23122.png b/www/assets/tiles/16/12391/23122.png deleted file mode 100644 index f4ddf60..0000000 Binary files a/www/assets/tiles/16/12391/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23123.png b/www/assets/tiles/16/12391/23123.png deleted file mode 100644 index cc779e9..0000000 Binary files a/www/assets/tiles/16/12391/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23124.png b/www/assets/tiles/16/12391/23124.png deleted file mode 100644 index 6a7ab6c..0000000 Binary files a/www/assets/tiles/16/12391/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23125.png b/www/assets/tiles/16/12391/23125.png deleted file mode 100644 index a64a136..0000000 Binary files a/www/assets/tiles/16/12391/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23126.png b/www/assets/tiles/16/12391/23126.png deleted file mode 100644 index 9427f9c..0000000 Binary files a/www/assets/tiles/16/12391/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23127.png b/www/assets/tiles/16/12391/23127.png deleted file mode 100644 index 12d7275..0000000 Binary files a/www/assets/tiles/16/12391/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23128.png b/www/assets/tiles/16/12391/23128.png deleted file mode 100644 index 85e604d..0000000 Binary files a/www/assets/tiles/16/12391/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23129.png b/www/assets/tiles/16/12391/23129.png deleted file mode 100644 index 6a5556d..0000000 Binary files a/www/assets/tiles/16/12391/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23130.png b/www/assets/tiles/16/12391/23130.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12391/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23131.png b/www/assets/tiles/16/12391/23131.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12391/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23132.png b/www/assets/tiles/16/12391/23132.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12391/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23133.png b/www/assets/tiles/16/12391/23133.png deleted file mode 100644 index 50eb69d..0000000 Binary files a/www/assets/tiles/16/12391/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23134.png b/www/assets/tiles/16/12391/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23135.png b/www/assets/tiles/16/12391/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23136.png b/www/assets/tiles/16/12391/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23137.png b/www/assets/tiles/16/12391/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23138.png b/www/assets/tiles/16/12391/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23139.png b/www/assets/tiles/16/12391/23139.png deleted file mode 100644 index 399ba66..0000000 Binary files a/www/assets/tiles/16/12391/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23140.png b/www/assets/tiles/16/12391/23140.png deleted file mode 100644 index e2ba93b..0000000 Binary files a/www/assets/tiles/16/12391/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23141.png b/www/assets/tiles/16/12391/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23142.png b/www/assets/tiles/16/12391/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23143.png b/www/assets/tiles/16/12391/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23144.png b/www/assets/tiles/16/12391/23144.png deleted file mode 100644 index 62c6e9e..0000000 Binary files a/www/assets/tiles/16/12391/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23145.png b/www/assets/tiles/16/12391/23145.png deleted file mode 100644 index a9804df..0000000 Binary files a/www/assets/tiles/16/12391/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23146.png b/www/assets/tiles/16/12391/23146.png deleted file mode 100644 index 8ab1711..0000000 Binary files a/www/assets/tiles/16/12391/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23147.png b/www/assets/tiles/16/12391/23147.png deleted file mode 100644 index dad3c00..0000000 Binary files a/www/assets/tiles/16/12391/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23148.png b/www/assets/tiles/16/12391/23148.png deleted file mode 100644 index 099ee73..0000000 Binary files a/www/assets/tiles/16/12391/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23149.png b/www/assets/tiles/16/12391/23149.png deleted file mode 100644 index 858c9bc..0000000 Binary files a/www/assets/tiles/16/12391/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23150.png b/www/assets/tiles/16/12391/23150.png deleted file mode 100644 index c1a8ec3..0000000 Binary files a/www/assets/tiles/16/12391/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23151.png b/www/assets/tiles/16/12391/23151.png deleted file mode 100644 index 4e6a301..0000000 Binary files a/www/assets/tiles/16/12391/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23152.png b/www/assets/tiles/16/12391/23152.png deleted file mode 100644 index b050e57..0000000 Binary files a/www/assets/tiles/16/12391/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23153.png b/www/assets/tiles/16/12391/23153.png deleted file mode 100644 index e303679..0000000 Binary files a/www/assets/tiles/16/12391/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23154.png b/www/assets/tiles/16/12391/23154.png deleted file mode 100644 index 58fd98f..0000000 Binary files a/www/assets/tiles/16/12391/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23155.png b/www/assets/tiles/16/12391/23155.png deleted file mode 100644 index 54e33e2..0000000 Binary files a/www/assets/tiles/16/12391/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23156.png b/www/assets/tiles/16/12391/23156.png deleted file mode 100644 index 57485e8..0000000 Binary files a/www/assets/tiles/16/12391/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23157.png b/www/assets/tiles/16/12391/23157.png deleted file mode 100644 index c89248a..0000000 Binary files a/www/assets/tiles/16/12391/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23158.png b/www/assets/tiles/16/12391/23158.png deleted file mode 100644 index 2d13086..0000000 Binary files a/www/assets/tiles/16/12391/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23159.png b/www/assets/tiles/16/12391/23159.png deleted file mode 100644 index 7684002..0000000 Binary files a/www/assets/tiles/16/12391/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23160.png b/www/assets/tiles/16/12391/23160.png deleted file mode 100644 index 7744ff0..0000000 Binary files a/www/assets/tiles/16/12391/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23161.png b/www/assets/tiles/16/12391/23161.png deleted file mode 100644 index 439f8e4..0000000 Binary files a/www/assets/tiles/16/12391/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23162.png b/www/assets/tiles/16/12391/23162.png deleted file mode 100644 index a351480..0000000 Binary files a/www/assets/tiles/16/12391/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23163.png b/www/assets/tiles/16/12391/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23164.png b/www/assets/tiles/16/12391/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23165.png b/www/assets/tiles/16/12391/23165.png deleted file mode 100644 index 16246c0..0000000 Binary files a/www/assets/tiles/16/12391/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23166.png b/www/assets/tiles/16/12391/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23167.png b/www/assets/tiles/16/12391/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23168.png b/www/assets/tiles/16/12391/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23169.png b/www/assets/tiles/16/12391/23169.png deleted file mode 100644 index ff5c617..0000000 Binary files a/www/assets/tiles/16/12391/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23170.png b/www/assets/tiles/16/12391/23170.png deleted file mode 100644 index febd121..0000000 Binary files a/www/assets/tiles/16/12391/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23171.png b/www/assets/tiles/16/12391/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23172.png b/www/assets/tiles/16/12391/23172.png deleted file mode 100644 index 3d06814..0000000 Binary files a/www/assets/tiles/16/12391/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23173.png b/www/assets/tiles/16/12391/23173.png deleted file mode 100644 index b431fc7..0000000 Binary files a/www/assets/tiles/16/12391/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23174.png b/www/assets/tiles/16/12391/23174.png deleted file mode 100644 index 2d46a5f..0000000 Binary files a/www/assets/tiles/16/12391/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23175.png b/www/assets/tiles/16/12391/23175.png deleted file mode 100644 index d9ef36a..0000000 Binary files a/www/assets/tiles/16/12391/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23176.png b/www/assets/tiles/16/12391/23176.png deleted file mode 100644 index eb61080..0000000 Binary files a/www/assets/tiles/16/12391/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23177.png b/www/assets/tiles/16/12391/23177.png deleted file mode 100644 index 6a85b04..0000000 Binary files a/www/assets/tiles/16/12391/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23178.png b/www/assets/tiles/16/12391/23178.png deleted file mode 100644 index 48ccc91..0000000 Binary files a/www/assets/tiles/16/12391/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23179.png b/www/assets/tiles/16/12391/23179.png deleted file mode 100644 index 7dd96ee..0000000 Binary files a/www/assets/tiles/16/12391/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12391/23180.png b/www/assets/tiles/16/12391/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12391/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23120.png b/www/assets/tiles/16/12392/23120.png deleted file mode 100644 index c0c6877..0000000 Binary files a/www/assets/tiles/16/12392/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23121.png b/www/assets/tiles/16/12392/23121.png deleted file mode 100644 index 9e733ca..0000000 Binary files a/www/assets/tiles/16/12392/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23122.png b/www/assets/tiles/16/12392/23122.png deleted file mode 100644 index 60e853f..0000000 Binary files a/www/assets/tiles/16/12392/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23123.png b/www/assets/tiles/16/12392/23123.png deleted file mode 100644 index 3b14a16..0000000 Binary files a/www/assets/tiles/16/12392/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23124.png b/www/assets/tiles/16/12392/23124.png deleted file mode 100644 index 9b078ff..0000000 Binary files a/www/assets/tiles/16/12392/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23125.png b/www/assets/tiles/16/12392/23125.png deleted file mode 100644 index a4064b5..0000000 Binary files a/www/assets/tiles/16/12392/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23126.png b/www/assets/tiles/16/12392/23126.png deleted file mode 100644 index 78d2dff..0000000 Binary files a/www/assets/tiles/16/12392/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23127.png b/www/assets/tiles/16/12392/23127.png deleted file mode 100644 index 5b29b73..0000000 Binary files a/www/assets/tiles/16/12392/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23128.png b/www/assets/tiles/16/12392/23128.png deleted file mode 100644 index 1f14253..0000000 Binary files a/www/assets/tiles/16/12392/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23129.png b/www/assets/tiles/16/12392/23129.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12392/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23130.png b/www/assets/tiles/16/12392/23130.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12392/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23131.png b/www/assets/tiles/16/12392/23131.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12392/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23132.png b/www/assets/tiles/16/12392/23132.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12392/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23133.png b/www/assets/tiles/16/12392/23133.png deleted file mode 100644 index 3bc3f5a..0000000 Binary files a/www/assets/tiles/16/12392/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23134.png b/www/assets/tiles/16/12392/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23135.png b/www/assets/tiles/16/12392/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23136.png b/www/assets/tiles/16/12392/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23137.png b/www/assets/tiles/16/12392/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23138.png b/www/assets/tiles/16/12392/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23139.png b/www/assets/tiles/16/12392/23139.png deleted file mode 100644 index 0ac3b8a..0000000 Binary files a/www/assets/tiles/16/12392/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23140.png b/www/assets/tiles/16/12392/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23141.png b/www/assets/tiles/16/12392/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23142.png b/www/assets/tiles/16/12392/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23143.png b/www/assets/tiles/16/12392/23143.png deleted file mode 100644 index 6daba11..0000000 Binary files a/www/assets/tiles/16/12392/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23144.png b/www/assets/tiles/16/12392/23144.png deleted file mode 100644 index 24232fe..0000000 Binary files a/www/assets/tiles/16/12392/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23145.png b/www/assets/tiles/16/12392/23145.png deleted file mode 100644 index 8836860..0000000 Binary files a/www/assets/tiles/16/12392/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23146.png b/www/assets/tiles/16/12392/23146.png deleted file mode 100644 index 167af1d..0000000 Binary files a/www/assets/tiles/16/12392/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23147.png b/www/assets/tiles/16/12392/23147.png deleted file mode 100644 index d1254ac..0000000 Binary files a/www/assets/tiles/16/12392/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23148.png b/www/assets/tiles/16/12392/23148.png deleted file mode 100644 index 7438431..0000000 Binary files a/www/assets/tiles/16/12392/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23149.png b/www/assets/tiles/16/12392/23149.png deleted file mode 100644 index 4593327..0000000 Binary files a/www/assets/tiles/16/12392/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23150.png b/www/assets/tiles/16/12392/23150.png deleted file mode 100644 index b6c2219..0000000 Binary files a/www/assets/tiles/16/12392/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23151.png b/www/assets/tiles/16/12392/23151.png deleted file mode 100644 index 3b9234f..0000000 Binary files a/www/assets/tiles/16/12392/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23152.png b/www/assets/tiles/16/12392/23152.png deleted file mode 100644 index 8cc6f61..0000000 Binary files a/www/assets/tiles/16/12392/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23153.png b/www/assets/tiles/16/12392/23153.png deleted file mode 100644 index bca9a1a..0000000 Binary files a/www/assets/tiles/16/12392/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23154.png b/www/assets/tiles/16/12392/23154.png deleted file mode 100644 index 41d6542..0000000 Binary files a/www/assets/tiles/16/12392/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23155.png b/www/assets/tiles/16/12392/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23156.png b/www/assets/tiles/16/12392/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23157.png b/www/assets/tiles/16/12392/23157.png deleted file mode 100644 index a4f23d8..0000000 Binary files a/www/assets/tiles/16/12392/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23158.png b/www/assets/tiles/16/12392/23158.png deleted file mode 100644 index d2c7498..0000000 Binary files a/www/assets/tiles/16/12392/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23159.png b/www/assets/tiles/16/12392/23159.png deleted file mode 100644 index 228107f..0000000 Binary files a/www/assets/tiles/16/12392/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23160.png b/www/assets/tiles/16/12392/23160.png deleted file mode 100644 index 30aacdd..0000000 Binary files a/www/assets/tiles/16/12392/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23161.png b/www/assets/tiles/16/12392/23161.png deleted file mode 100644 index 3d65019..0000000 Binary files a/www/assets/tiles/16/12392/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23162.png b/www/assets/tiles/16/12392/23162.png deleted file mode 100644 index 3f0f454..0000000 Binary files a/www/assets/tiles/16/12392/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23163.png b/www/assets/tiles/16/12392/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23164.png b/www/assets/tiles/16/12392/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23165.png b/www/assets/tiles/16/12392/23165.png deleted file mode 100644 index b11ab48..0000000 Binary files a/www/assets/tiles/16/12392/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23166.png b/www/assets/tiles/16/12392/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23167.png b/www/assets/tiles/16/12392/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23168.png b/www/assets/tiles/16/12392/23168.png deleted file mode 100644 index 856f2a2..0000000 Binary files a/www/assets/tiles/16/12392/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23169.png b/www/assets/tiles/16/12392/23169.png deleted file mode 100644 index a62c7b1..0000000 Binary files a/www/assets/tiles/16/12392/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23170.png b/www/assets/tiles/16/12392/23170.png deleted file mode 100644 index 0697377..0000000 Binary files a/www/assets/tiles/16/12392/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23171.png b/www/assets/tiles/16/12392/23171.png deleted file mode 100644 index 0638ac4..0000000 Binary files a/www/assets/tiles/16/12392/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23172.png b/www/assets/tiles/16/12392/23172.png deleted file mode 100644 index 49a3563..0000000 Binary files a/www/assets/tiles/16/12392/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23173.png b/www/assets/tiles/16/12392/23173.png deleted file mode 100644 index 64bc406..0000000 Binary files a/www/assets/tiles/16/12392/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23174.png b/www/assets/tiles/16/12392/23174.png deleted file mode 100644 index 63b9891..0000000 Binary files a/www/assets/tiles/16/12392/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23175.png b/www/assets/tiles/16/12392/23175.png deleted file mode 100644 index 48b641c..0000000 Binary files a/www/assets/tiles/16/12392/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23176.png b/www/assets/tiles/16/12392/23176.png deleted file mode 100644 index ceea5de..0000000 Binary files a/www/assets/tiles/16/12392/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23177.png b/www/assets/tiles/16/12392/23177.png deleted file mode 100644 index 9367668..0000000 Binary files a/www/assets/tiles/16/12392/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23178.png b/www/assets/tiles/16/12392/23178.png deleted file mode 100644 index b1e8fdb..0000000 Binary files a/www/assets/tiles/16/12392/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23179.png b/www/assets/tiles/16/12392/23179.png deleted file mode 100644 index 1299dfa..0000000 Binary files a/www/assets/tiles/16/12392/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12392/23180.png b/www/assets/tiles/16/12392/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12392/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23120.png b/www/assets/tiles/16/12393/23120.png deleted file mode 100644 index be6c4e1..0000000 Binary files a/www/assets/tiles/16/12393/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23121.png b/www/assets/tiles/16/12393/23121.png deleted file mode 100644 index f58fe83..0000000 Binary files a/www/assets/tiles/16/12393/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23122.png b/www/assets/tiles/16/12393/23122.png deleted file mode 100644 index 405029b..0000000 Binary files a/www/assets/tiles/16/12393/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23123.png b/www/assets/tiles/16/12393/23123.png deleted file mode 100644 index 1d8cebc..0000000 Binary files a/www/assets/tiles/16/12393/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23124.png b/www/assets/tiles/16/12393/23124.png deleted file mode 100644 index 2810bbc..0000000 Binary files a/www/assets/tiles/16/12393/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23125.png b/www/assets/tiles/16/12393/23125.png deleted file mode 100644 index 243f5dc..0000000 Binary files a/www/assets/tiles/16/12393/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23126.png b/www/assets/tiles/16/12393/23126.png deleted file mode 100644 index 46da993..0000000 Binary files a/www/assets/tiles/16/12393/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23127.png b/www/assets/tiles/16/12393/23127.png deleted file mode 100644 index e58dd8a..0000000 Binary files a/www/assets/tiles/16/12393/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23128.png b/www/assets/tiles/16/12393/23128.png deleted file mode 100644 index 1e35d84..0000000 Binary files a/www/assets/tiles/16/12393/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23129.png b/www/assets/tiles/16/12393/23129.png deleted file mode 100644 index be7be2c..0000000 Binary files a/www/assets/tiles/16/12393/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23130.png b/www/assets/tiles/16/12393/23130.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12393/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23131.png b/www/assets/tiles/16/12393/23131.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12393/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23132.png b/www/assets/tiles/16/12393/23132.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12393/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23133.png b/www/assets/tiles/16/12393/23133.png deleted file mode 100644 index cd4109e..0000000 Binary files a/www/assets/tiles/16/12393/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23134.png b/www/assets/tiles/16/12393/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23135.png b/www/assets/tiles/16/12393/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23136.png b/www/assets/tiles/16/12393/23136.png deleted file mode 100644 index a620da3..0000000 Binary files a/www/assets/tiles/16/12393/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23137.png b/www/assets/tiles/16/12393/23137.png deleted file mode 100644 index f45e75f..0000000 Binary files a/www/assets/tiles/16/12393/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23138.png b/www/assets/tiles/16/12393/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23139.png b/www/assets/tiles/16/12393/23139.png deleted file mode 100644 index 70a213e..0000000 Binary files a/www/assets/tiles/16/12393/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23140.png b/www/assets/tiles/16/12393/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23141.png b/www/assets/tiles/16/12393/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23142.png b/www/assets/tiles/16/12393/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23143.png b/www/assets/tiles/16/12393/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23144.png b/www/assets/tiles/16/12393/23144.png deleted file mode 100644 index a978880..0000000 Binary files a/www/assets/tiles/16/12393/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23145.png b/www/assets/tiles/16/12393/23145.png deleted file mode 100644 index 63a65f0..0000000 Binary files a/www/assets/tiles/16/12393/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23146.png b/www/assets/tiles/16/12393/23146.png deleted file mode 100644 index 37b29c7..0000000 Binary files a/www/assets/tiles/16/12393/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23147.png b/www/assets/tiles/16/12393/23147.png deleted file mode 100644 index 14dbcdc..0000000 Binary files a/www/assets/tiles/16/12393/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23148.png b/www/assets/tiles/16/12393/23148.png deleted file mode 100644 index eaf0f7f..0000000 Binary files a/www/assets/tiles/16/12393/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23149.png b/www/assets/tiles/16/12393/23149.png deleted file mode 100644 index 49fda96..0000000 Binary files a/www/assets/tiles/16/12393/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23150.png b/www/assets/tiles/16/12393/23150.png deleted file mode 100644 index 26e87ed..0000000 Binary files a/www/assets/tiles/16/12393/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23151.png b/www/assets/tiles/16/12393/23151.png deleted file mode 100644 index eddbb1c..0000000 Binary files a/www/assets/tiles/16/12393/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23152.png b/www/assets/tiles/16/12393/23152.png deleted file mode 100644 index 6b82610..0000000 Binary files a/www/assets/tiles/16/12393/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23153.png b/www/assets/tiles/16/12393/23153.png deleted file mode 100644 index 6830038..0000000 Binary files a/www/assets/tiles/16/12393/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23154.png b/www/assets/tiles/16/12393/23154.png deleted file mode 100644 index 2f9e0b8..0000000 Binary files a/www/assets/tiles/16/12393/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23155.png b/www/assets/tiles/16/12393/23155.png deleted file mode 100644 index cad9f05..0000000 Binary files a/www/assets/tiles/16/12393/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23156.png b/www/assets/tiles/16/12393/23156.png deleted file mode 100644 index c555b0b..0000000 Binary files a/www/assets/tiles/16/12393/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23157.png b/www/assets/tiles/16/12393/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23158.png b/www/assets/tiles/16/12393/23158.png deleted file mode 100644 index 125360d..0000000 Binary files a/www/assets/tiles/16/12393/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23159.png b/www/assets/tiles/16/12393/23159.png deleted file mode 100644 index d7c993d..0000000 Binary files a/www/assets/tiles/16/12393/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23160.png b/www/assets/tiles/16/12393/23160.png deleted file mode 100644 index 3c9e31f..0000000 Binary files a/www/assets/tiles/16/12393/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23161.png b/www/assets/tiles/16/12393/23161.png deleted file mode 100644 index 51f5dc5..0000000 Binary files a/www/assets/tiles/16/12393/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23162.png b/www/assets/tiles/16/12393/23162.png deleted file mode 100644 index 93ded5e..0000000 Binary files a/www/assets/tiles/16/12393/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23163.png b/www/assets/tiles/16/12393/23163.png deleted file mode 100644 index 8354fee..0000000 Binary files a/www/assets/tiles/16/12393/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23164.png b/www/assets/tiles/16/12393/23164.png deleted file mode 100644 index da3d9d6..0000000 Binary files a/www/assets/tiles/16/12393/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23165.png b/www/assets/tiles/16/12393/23165.png deleted file mode 100644 index ad8ef4f..0000000 Binary files a/www/assets/tiles/16/12393/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23166.png b/www/assets/tiles/16/12393/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23167.png b/www/assets/tiles/16/12393/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23168.png b/www/assets/tiles/16/12393/23168.png deleted file mode 100644 index f2ad97b..0000000 Binary files a/www/assets/tiles/16/12393/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23169.png b/www/assets/tiles/16/12393/23169.png deleted file mode 100644 index 23c087f..0000000 Binary files a/www/assets/tiles/16/12393/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23170.png b/www/assets/tiles/16/12393/23170.png deleted file mode 100644 index 8903a68..0000000 Binary files a/www/assets/tiles/16/12393/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23171.png b/www/assets/tiles/16/12393/23171.png deleted file mode 100644 index 09fbfed..0000000 Binary files a/www/assets/tiles/16/12393/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23172.png b/www/assets/tiles/16/12393/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23173.png b/www/assets/tiles/16/12393/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12393/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23174.png b/www/assets/tiles/16/12393/23174.png deleted file mode 100644 index 3fb2e8d..0000000 Binary files a/www/assets/tiles/16/12393/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23175.png b/www/assets/tiles/16/12393/23175.png deleted file mode 100644 index 27c31d4..0000000 Binary files a/www/assets/tiles/16/12393/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23176.png b/www/assets/tiles/16/12393/23176.png deleted file mode 100644 index 294a785..0000000 Binary files a/www/assets/tiles/16/12393/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23177.png b/www/assets/tiles/16/12393/23177.png deleted file mode 100644 index 9cd57b3..0000000 Binary files a/www/assets/tiles/16/12393/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23178.png b/www/assets/tiles/16/12393/23178.png deleted file mode 100644 index b0b48d0..0000000 Binary files a/www/assets/tiles/16/12393/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23179.png b/www/assets/tiles/16/12393/23179.png deleted file mode 100644 index 305a1ba..0000000 Binary files a/www/assets/tiles/16/12393/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12393/23180.png b/www/assets/tiles/16/12393/23180.png deleted file mode 100644 index e569aa2..0000000 Binary files a/www/assets/tiles/16/12393/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23120.png b/www/assets/tiles/16/12394/23120.png deleted file mode 100644 index f5eec45..0000000 Binary files a/www/assets/tiles/16/12394/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23121.png b/www/assets/tiles/16/12394/23121.png deleted file mode 100644 index 9e8abad..0000000 Binary files a/www/assets/tiles/16/12394/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23122.png b/www/assets/tiles/16/12394/23122.png deleted file mode 100644 index 21ece78..0000000 Binary files a/www/assets/tiles/16/12394/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23123.png b/www/assets/tiles/16/12394/23123.png deleted file mode 100644 index d4c3d0f..0000000 Binary files a/www/assets/tiles/16/12394/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23124.png b/www/assets/tiles/16/12394/23124.png deleted file mode 100644 index af54e45..0000000 Binary files a/www/assets/tiles/16/12394/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23125.png b/www/assets/tiles/16/12394/23125.png deleted file mode 100644 index 3b1d829..0000000 Binary files a/www/assets/tiles/16/12394/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23126.png b/www/assets/tiles/16/12394/23126.png deleted file mode 100644 index e9d556d..0000000 Binary files a/www/assets/tiles/16/12394/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23127.png b/www/assets/tiles/16/12394/23127.png deleted file mode 100644 index 7ff22e7..0000000 Binary files a/www/assets/tiles/16/12394/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23128.png b/www/assets/tiles/16/12394/23128.png deleted file mode 100644 index 5d95a2a..0000000 Binary files a/www/assets/tiles/16/12394/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23129.png b/www/assets/tiles/16/12394/23129.png deleted file mode 100644 index 79bb45f..0000000 Binary files a/www/assets/tiles/16/12394/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23130.png b/www/assets/tiles/16/12394/23130.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12394/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23131.png b/www/assets/tiles/16/12394/23131.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12394/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23132.png b/www/assets/tiles/16/12394/23132.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12394/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23133.png b/www/assets/tiles/16/12394/23133.png deleted file mode 100644 index 7f908f8..0000000 Binary files a/www/assets/tiles/16/12394/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23134.png b/www/assets/tiles/16/12394/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12394/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23135.png b/www/assets/tiles/16/12394/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12394/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23136.png b/www/assets/tiles/16/12394/23136.png deleted file mode 100644 index bc6d00d..0000000 Binary files a/www/assets/tiles/16/12394/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23137.png b/www/assets/tiles/16/12394/23137.png deleted file mode 100644 index d628896..0000000 Binary files a/www/assets/tiles/16/12394/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23138.png b/www/assets/tiles/16/12394/23138.png deleted file mode 100644 index 35f957c..0000000 Binary files a/www/assets/tiles/16/12394/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23139.png b/www/assets/tiles/16/12394/23139.png deleted file mode 100644 index 126028e..0000000 Binary files a/www/assets/tiles/16/12394/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23140.png b/www/assets/tiles/16/12394/23140.png deleted file mode 100644 index 30e9c30..0000000 Binary files a/www/assets/tiles/16/12394/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23141.png b/www/assets/tiles/16/12394/23141.png deleted file mode 100644 index bdbc38d..0000000 Binary files a/www/assets/tiles/16/12394/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23142.png b/www/assets/tiles/16/12394/23142.png deleted file mode 100644 index b7340c3..0000000 Binary files a/www/assets/tiles/16/12394/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23143.png b/www/assets/tiles/16/12394/23143.png deleted file mode 100644 index ec59e8c..0000000 Binary files a/www/assets/tiles/16/12394/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23144.png b/www/assets/tiles/16/12394/23144.png deleted file mode 100644 index 9ef6cd2..0000000 Binary files a/www/assets/tiles/16/12394/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23145.png b/www/assets/tiles/16/12394/23145.png deleted file mode 100644 index 1df9760..0000000 Binary files a/www/assets/tiles/16/12394/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23146.png b/www/assets/tiles/16/12394/23146.png deleted file mode 100644 index 8ded5ec..0000000 Binary files a/www/assets/tiles/16/12394/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23147.png b/www/assets/tiles/16/12394/23147.png deleted file mode 100644 index 042824a..0000000 Binary files a/www/assets/tiles/16/12394/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23148.png b/www/assets/tiles/16/12394/23148.png deleted file mode 100644 index 8a18173..0000000 Binary files a/www/assets/tiles/16/12394/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23149.png b/www/assets/tiles/16/12394/23149.png deleted file mode 100644 index 1b7cf13..0000000 Binary files a/www/assets/tiles/16/12394/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23150.png b/www/assets/tiles/16/12394/23150.png deleted file mode 100644 index 3aab49e..0000000 Binary files a/www/assets/tiles/16/12394/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23151.png b/www/assets/tiles/16/12394/23151.png deleted file mode 100644 index be9edd8..0000000 Binary files a/www/assets/tiles/16/12394/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23152.png b/www/assets/tiles/16/12394/23152.png deleted file mode 100644 index 28830c4..0000000 Binary files a/www/assets/tiles/16/12394/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23153.png b/www/assets/tiles/16/12394/23153.png deleted file mode 100644 index e5033c3..0000000 Binary files a/www/assets/tiles/16/12394/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23154.png b/www/assets/tiles/16/12394/23154.png deleted file mode 100644 index dd1d145..0000000 Binary files a/www/assets/tiles/16/12394/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23155.png b/www/assets/tiles/16/12394/23155.png deleted file mode 100644 index 67ac50e..0000000 Binary files a/www/assets/tiles/16/12394/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23156.png b/www/assets/tiles/16/12394/23156.png deleted file mode 100644 index d6ba8e2..0000000 Binary files a/www/assets/tiles/16/12394/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23157.png b/www/assets/tiles/16/12394/23157.png deleted file mode 100644 index d324831..0000000 Binary files a/www/assets/tiles/16/12394/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23158.png b/www/assets/tiles/16/12394/23158.png deleted file mode 100644 index 3ef1978..0000000 Binary files a/www/assets/tiles/16/12394/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23159.png b/www/assets/tiles/16/12394/23159.png deleted file mode 100644 index 7b98f3b..0000000 Binary files a/www/assets/tiles/16/12394/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23160.png b/www/assets/tiles/16/12394/23160.png deleted file mode 100644 index 32d011f..0000000 Binary files a/www/assets/tiles/16/12394/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23161.png b/www/assets/tiles/16/12394/23161.png deleted file mode 100644 index eb7e331..0000000 Binary files a/www/assets/tiles/16/12394/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23162.png b/www/assets/tiles/16/12394/23162.png deleted file mode 100644 index 1e1f1db..0000000 Binary files a/www/assets/tiles/16/12394/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23163.png b/www/assets/tiles/16/12394/23163.png deleted file mode 100644 index 8bf6004..0000000 Binary files a/www/assets/tiles/16/12394/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23164.png b/www/assets/tiles/16/12394/23164.png deleted file mode 100644 index 79b204d..0000000 Binary files a/www/assets/tiles/16/12394/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23165.png b/www/assets/tiles/16/12394/23165.png deleted file mode 100644 index 038d686..0000000 Binary files a/www/assets/tiles/16/12394/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23166.png b/www/assets/tiles/16/12394/23166.png deleted file mode 100644 index c53432d..0000000 Binary files a/www/assets/tiles/16/12394/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23167.png b/www/assets/tiles/16/12394/23167.png deleted file mode 100644 index 5a53e6b..0000000 Binary files a/www/assets/tiles/16/12394/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23168.png b/www/assets/tiles/16/12394/23168.png deleted file mode 100644 index 5dfb83a..0000000 Binary files a/www/assets/tiles/16/12394/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23169.png b/www/assets/tiles/16/12394/23169.png deleted file mode 100644 index ee64336..0000000 Binary files a/www/assets/tiles/16/12394/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23170.png b/www/assets/tiles/16/12394/23170.png deleted file mode 100644 index 07f2609..0000000 Binary files a/www/assets/tiles/16/12394/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23171.png b/www/assets/tiles/16/12394/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12394/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23172.png b/www/assets/tiles/16/12394/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12394/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23173.png b/www/assets/tiles/16/12394/23173.png deleted file mode 100644 index 988cbcd..0000000 Binary files a/www/assets/tiles/16/12394/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23174.png b/www/assets/tiles/16/12394/23174.png deleted file mode 100644 index 12c8b78..0000000 Binary files a/www/assets/tiles/16/12394/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23175.png b/www/assets/tiles/16/12394/23175.png deleted file mode 100644 index c43d959..0000000 Binary files a/www/assets/tiles/16/12394/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23176.png b/www/assets/tiles/16/12394/23176.png deleted file mode 100644 index 0afacf3..0000000 Binary files a/www/assets/tiles/16/12394/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23177.png b/www/assets/tiles/16/12394/23177.png deleted file mode 100644 index d7e2c4d..0000000 Binary files a/www/assets/tiles/16/12394/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23178.png b/www/assets/tiles/16/12394/23178.png deleted file mode 100644 index f4b70c3..0000000 Binary files a/www/assets/tiles/16/12394/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23179.png b/www/assets/tiles/16/12394/23179.png deleted file mode 100644 index 82a3db7..0000000 Binary files a/www/assets/tiles/16/12394/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12394/23180.png b/www/assets/tiles/16/12394/23180.png deleted file mode 100644 index cffff45..0000000 Binary files a/www/assets/tiles/16/12394/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23120.png b/www/assets/tiles/16/12395/23120.png deleted file mode 100644 index 359e2e9..0000000 Binary files a/www/assets/tiles/16/12395/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23121.png b/www/assets/tiles/16/12395/23121.png deleted file mode 100644 index 908ef50..0000000 Binary files a/www/assets/tiles/16/12395/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23122.png b/www/assets/tiles/16/12395/23122.png deleted file mode 100644 index 6935812..0000000 Binary files a/www/assets/tiles/16/12395/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23123.png b/www/assets/tiles/16/12395/23123.png deleted file mode 100644 index 757b59e..0000000 Binary files a/www/assets/tiles/16/12395/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23124.png b/www/assets/tiles/16/12395/23124.png deleted file mode 100644 index 0b10e5a..0000000 Binary files a/www/assets/tiles/16/12395/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23125.png b/www/assets/tiles/16/12395/23125.png deleted file mode 100644 index d861e96..0000000 Binary files a/www/assets/tiles/16/12395/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23126.png b/www/assets/tiles/16/12395/23126.png deleted file mode 100644 index c6eb78a..0000000 Binary files a/www/assets/tiles/16/12395/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23127.png b/www/assets/tiles/16/12395/23127.png deleted file mode 100644 index e5bc76a..0000000 Binary files a/www/assets/tiles/16/12395/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23128.png b/www/assets/tiles/16/12395/23128.png deleted file mode 100644 index 177de4d..0000000 Binary files a/www/assets/tiles/16/12395/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23129.png b/www/assets/tiles/16/12395/23129.png deleted file mode 100644 index 3fab21c..0000000 Binary files a/www/assets/tiles/16/12395/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23130.png b/www/assets/tiles/16/12395/23130.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12395/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23131.png b/www/assets/tiles/16/12395/23131.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12395/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23132.png b/www/assets/tiles/16/12395/23132.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12395/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23133.png b/www/assets/tiles/16/12395/23133.png deleted file mode 100644 index 10d39a1..0000000 Binary files a/www/assets/tiles/16/12395/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23134.png b/www/assets/tiles/16/12395/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12395/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23135.png b/www/assets/tiles/16/12395/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12395/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23136.png b/www/assets/tiles/16/12395/23136.png deleted file mode 100644 index de798ac..0000000 Binary files a/www/assets/tiles/16/12395/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23137.png b/www/assets/tiles/16/12395/23137.png deleted file mode 100644 index 169e6bb..0000000 Binary files a/www/assets/tiles/16/12395/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23138.png b/www/assets/tiles/16/12395/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12395/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23139.png b/www/assets/tiles/16/12395/23139.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12395/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23140.png b/www/assets/tiles/16/12395/23140.png deleted file mode 100644 index 7a9ae57..0000000 Binary files a/www/assets/tiles/16/12395/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23141.png b/www/assets/tiles/16/12395/23141.png deleted file mode 100644 index 6c21b97..0000000 Binary files a/www/assets/tiles/16/12395/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23142.png b/www/assets/tiles/16/12395/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12395/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23143.png b/www/assets/tiles/16/12395/23143.png deleted file mode 100644 index 68b249d..0000000 Binary files a/www/assets/tiles/16/12395/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23144.png b/www/assets/tiles/16/12395/23144.png deleted file mode 100644 index 56d4bac..0000000 Binary files a/www/assets/tiles/16/12395/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23145.png b/www/assets/tiles/16/12395/23145.png deleted file mode 100644 index 6f19ac1..0000000 Binary files a/www/assets/tiles/16/12395/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23146.png b/www/assets/tiles/16/12395/23146.png deleted file mode 100644 index 666e334..0000000 Binary files a/www/assets/tiles/16/12395/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23147.png b/www/assets/tiles/16/12395/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12395/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23148.png b/www/assets/tiles/16/12395/23148.png deleted file mode 100644 index 70579b9..0000000 Binary files a/www/assets/tiles/16/12395/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23149.png b/www/assets/tiles/16/12395/23149.png deleted file mode 100644 index 1255054..0000000 Binary files a/www/assets/tiles/16/12395/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23150.png b/www/assets/tiles/16/12395/23150.png deleted file mode 100644 index eb13226..0000000 Binary files a/www/assets/tiles/16/12395/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23151.png b/www/assets/tiles/16/12395/23151.png deleted file mode 100644 index d76c40d..0000000 Binary files a/www/assets/tiles/16/12395/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23152.png b/www/assets/tiles/16/12395/23152.png deleted file mode 100644 index 3b7febf..0000000 Binary files a/www/assets/tiles/16/12395/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23153.png b/www/assets/tiles/16/12395/23153.png deleted file mode 100644 index 0ef58ff..0000000 Binary files a/www/assets/tiles/16/12395/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23154.png b/www/assets/tiles/16/12395/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12395/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23155.png b/www/assets/tiles/16/12395/23155.png deleted file mode 100644 index cb16b24..0000000 Binary files a/www/assets/tiles/16/12395/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23156.png b/www/assets/tiles/16/12395/23156.png deleted file mode 100644 index bacc76b..0000000 Binary files a/www/assets/tiles/16/12395/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23157.png b/www/assets/tiles/16/12395/23157.png deleted file mode 100644 index 2601d27..0000000 Binary files a/www/assets/tiles/16/12395/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23158.png b/www/assets/tiles/16/12395/23158.png deleted file mode 100644 index ea311df..0000000 Binary files a/www/assets/tiles/16/12395/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23159.png b/www/assets/tiles/16/12395/23159.png deleted file mode 100644 index 6dacf9e..0000000 Binary files a/www/assets/tiles/16/12395/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23160.png b/www/assets/tiles/16/12395/23160.png deleted file mode 100644 index 6bd04dd..0000000 Binary files a/www/assets/tiles/16/12395/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23161.png b/www/assets/tiles/16/12395/23161.png deleted file mode 100644 index 46aab8b..0000000 Binary files a/www/assets/tiles/16/12395/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23162.png b/www/assets/tiles/16/12395/23162.png deleted file mode 100644 index 738fd69..0000000 Binary files a/www/assets/tiles/16/12395/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23163.png b/www/assets/tiles/16/12395/23163.png deleted file mode 100644 index 1495d63..0000000 Binary files a/www/assets/tiles/16/12395/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23164.png b/www/assets/tiles/16/12395/23164.png deleted file mode 100644 index 7e41494..0000000 Binary files a/www/assets/tiles/16/12395/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23165.png b/www/assets/tiles/16/12395/23165.png deleted file mode 100644 index 3e8a714..0000000 Binary files a/www/assets/tiles/16/12395/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23166.png b/www/assets/tiles/16/12395/23166.png deleted file mode 100644 index 9eff1d2..0000000 Binary files a/www/assets/tiles/16/12395/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23167.png b/www/assets/tiles/16/12395/23167.png deleted file mode 100644 index c8cdb3b..0000000 Binary files a/www/assets/tiles/16/12395/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23168.png b/www/assets/tiles/16/12395/23168.png deleted file mode 100644 index e5a0463..0000000 Binary files a/www/assets/tiles/16/12395/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23169.png b/www/assets/tiles/16/12395/23169.png deleted file mode 100644 index a239d40..0000000 Binary files a/www/assets/tiles/16/12395/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23170.png b/www/assets/tiles/16/12395/23170.png deleted file mode 100644 index fba013b..0000000 Binary files a/www/assets/tiles/16/12395/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23171.png b/www/assets/tiles/16/12395/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12395/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23172.png b/www/assets/tiles/16/12395/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12395/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23173.png b/www/assets/tiles/16/12395/23173.png deleted file mode 100644 index 3a2fa9c..0000000 Binary files a/www/assets/tiles/16/12395/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23174.png b/www/assets/tiles/16/12395/23174.png deleted file mode 100644 index 45e2166..0000000 Binary files a/www/assets/tiles/16/12395/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23175.png b/www/assets/tiles/16/12395/23175.png deleted file mode 100644 index d259895..0000000 Binary files a/www/assets/tiles/16/12395/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23176.png b/www/assets/tiles/16/12395/23176.png deleted file mode 100644 index a16466a..0000000 Binary files a/www/assets/tiles/16/12395/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23177.png b/www/assets/tiles/16/12395/23177.png deleted file mode 100644 index 0e85f99..0000000 Binary files a/www/assets/tiles/16/12395/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23178.png b/www/assets/tiles/16/12395/23178.png deleted file mode 100644 index 972c19f..0000000 Binary files a/www/assets/tiles/16/12395/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23179.png b/www/assets/tiles/16/12395/23179.png deleted file mode 100644 index 719f30f..0000000 Binary files a/www/assets/tiles/16/12395/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12395/23180.png b/www/assets/tiles/16/12395/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12395/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23120.png b/www/assets/tiles/16/12396/23120.png deleted file mode 100644 index 20dcd03..0000000 Binary files a/www/assets/tiles/16/12396/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23121.png b/www/assets/tiles/16/12396/23121.png deleted file mode 100644 index c75880c..0000000 Binary files a/www/assets/tiles/16/12396/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23122.png b/www/assets/tiles/16/12396/23122.png deleted file mode 100644 index 5cc1e34..0000000 Binary files a/www/assets/tiles/16/12396/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23123.png b/www/assets/tiles/16/12396/23123.png deleted file mode 100644 index 6e5eee9..0000000 Binary files a/www/assets/tiles/16/12396/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23124.png b/www/assets/tiles/16/12396/23124.png deleted file mode 100644 index c775cc1..0000000 Binary files a/www/assets/tiles/16/12396/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23125.png b/www/assets/tiles/16/12396/23125.png deleted file mode 100644 index f701d18..0000000 Binary files a/www/assets/tiles/16/12396/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23126.png b/www/assets/tiles/16/12396/23126.png deleted file mode 100644 index c1b619c..0000000 Binary files a/www/assets/tiles/16/12396/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23127.png b/www/assets/tiles/16/12396/23127.png deleted file mode 100644 index 85a746c..0000000 Binary files a/www/assets/tiles/16/12396/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23128.png b/www/assets/tiles/16/12396/23128.png deleted file mode 100644 index 9c8e132..0000000 Binary files a/www/assets/tiles/16/12396/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23129.png b/www/assets/tiles/16/12396/23129.png deleted file mode 100644 index ffaa352..0000000 Binary files a/www/assets/tiles/16/12396/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23130.png b/www/assets/tiles/16/12396/23130.png deleted file mode 100644 index b14b8ad..0000000 Binary files a/www/assets/tiles/16/12396/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23131.png b/www/assets/tiles/16/12396/23131.png deleted file mode 100644 index 642edb1..0000000 Binary files a/www/assets/tiles/16/12396/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23132.png b/www/assets/tiles/16/12396/23132.png deleted file mode 100644 index 5f49f33..0000000 Binary files a/www/assets/tiles/16/12396/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23133.png b/www/assets/tiles/16/12396/23133.png deleted file mode 100644 index 06769fb..0000000 Binary files a/www/assets/tiles/16/12396/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23134.png b/www/assets/tiles/16/12396/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23135.png b/www/assets/tiles/16/12396/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23136.png b/www/assets/tiles/16/12396/23136.png deleted file mode 100644 index e546ef4..0000000 Binary files a/www/assets/tiles/16/12396/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23137.png b/www/assets/tiles/16/12396/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23138.png b/www/assets/tiles/16/12396/23138.png deleted file mode 100644 index 0a087f4..0000000 Binary files a/www/assets/tiles/16/12396/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23139.png b/www/assets/tiles/16/12396/23139.png deleted file mode 100644 index 12daf90..0000000 Binary files a/www/assets/tiles/16/12396/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23140.png b/www/assets/tiles/16/12396/23140.png deleted file mode 100644 index c73473e..0000000 Binary files a/www/assets/tiles/16/12396/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23141.png b/www/assets/tiles/16/12396/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23142.png b/www/assets/tiles/16/12396/23142.png deleted file mode 100644 index d6dec64..0000000 Binary files a/www/assets/tiles/16/12396/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23143.png b/www/assets/tiles/16/12396/23143.png deleted file mode 100644 index 75a9018..0000000 Binary files a/www/assets/tiles/16/12396/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23144.png b/www/assets/tiles/16/12396/23144.png deleted file mode 100644 index 7580644..0000000 Binary files a/www/assets/tiles/16/12396/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23145.png b/www/assets/tiles/16/12396/23145.png deleted file mode 100644 index 49dd704..0000000 Binary files a/www/assets/tiles/16/12396/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23146.png b/www/assets/tiles/16/12396/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23147.png b/www/assets/tiles/16/12396/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23148.png b/www/assets/tiles/16/12396/23148.png deleted file mode 100644 index 2545fc8..0000000 Binary files a/www/assets/tiles/16/12396/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23149.png b/www/assets/tiles/16/12396/23149.png deleted file mode 100644 index d002e25..0000000 Binary files a/www/assets/tiles/16/12396/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23150.png b/www/assets/tiles/16/12396/23150.png deleted file mode 100644 index 6ff9f2f..0000000 Binary files a/www/assets/tiles/16/12396/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23151.png b/www/assets/tiles/16/12396/23151.png deleted file mode 100644 index 223df8c..0000000 Binary files a/www/assets/tiles/16/12396/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23152.png b/www/assets/tiles/16/12396/23152.png deleted file mode 100644 index af49d99..0000000 Binary files a/www/assets/tiles/16/12396/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23153.png b/www/assets/tiles/16/12396/23153.png deleted file mode 100644 index c846b42..0000000 Binary files a/www/assets/tiles/16/12396/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23154.png b/www/assets/tiles/16/12396/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23155.png b/www/assets/tiles/16/12396/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23156.png b/www/assets/tiles/16/12396/23156.png deleted file mode 100644 index 643459d..0000000 Binary files a/www/assets/tiles/16/12396/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23157.png b/www/assets/tiles/16/12396/23157.png deleted file mode 100644 index 989aa76..0000000 Binary files a/www/assets/tiles/16/12396/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23158.png b/www/assets/tiles/16/12396/23158.png deleted file mode 100644 index 9e44d3c..0000000 Binary files a/www/assets/tiles/16/12396/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23159.png b/www/assets/tiles/16/12396/23159.png deleted file mode 100644 index 622f1c5..0000000 Binary files a/www/assets/tiles/16/12396/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23160.png b/www/assets/tiles/16/12396/23160.png deleted file mode 100644 index 3125514..0000000 Binary files a/www/assets/tiles/16/12396/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23161.png b/www/assets/tiles/16/12396/23161.png deleted file mode 100644 index c9387bd..0000000 Binary files a/www/assets/tiles/16/12396/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23162.png b/www/assets/tiles/16/12396/23162.png deleted file mode 100644 index e42050a..0000000 Binary files a/www/assets/tiles/16/12396/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23163.png b/www/assets/tiles/16/12396/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23164.png b/www/assets/tiles/16/12396/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23165.png b/www/assets/tiles/16/12396/23165.png deleted file mode 100644 index 6c71097..0000000 Binary files a/www/assets/tiles/16/12396/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23166.png b/www/assets/tiles/16/12396/23166.png deleted file mode 100644 index 26bdd03..0000000 Binary files a/www/assets/tiles/16/12396/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23167.png b/www/assets/tiles/16/12396/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23168.png b/www/assets/tiles/16/12396/23168.png deleted file mode 100644 index d69ec0b..0000000 Binary files a/www/assets/tiles/16/12396/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23169.png b/www/assets/tiles/16/12396/23169.png deleted file mode 100644 index f87d832..0000000 Binary files a/www/assets/tiles/16/12396/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23170.png b/www/assets/tiles/16/12396/23170.png deleted file mode 100644 index cd66c04..0000000 Binary files a/www/assets/tiles/16/12396/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23171.png b/www/assets/tiles/16/12396/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23172.png b/www/assets/tiles/16/12396/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23173.png b/www/assets/tiles/16/12396/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23174.png b/www/assets/tiles/16/12396/23174.png deleted file mode 100644 index 3aa6ea2..0000000 Binary files a/www/assets/tiles/16/12396/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23175.png b/www/assets/tiles/16/12396/23175.png deleted file mode 100644 index 8e18e6b..0000000 Binary files a/www/assets/tiles/16/12396/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23176.png b/www/assets/tiles/16/12396/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23177.png b/www/assets/tiles/16/12396/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12396/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23178.png b/www/assets/tiles/16/12396/23178.png deleted file mode 100644 index cb8f0ab..0000000 Binary files a/www/assets/tiles/16/12396/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23179.png b/www/assets/tiles/16/12396/23179.png deleted file mode 100644 index 5bdea35..0000000 Binary files a/www/assets/tiles/16/12396/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12396/23180.png b/www/assets/tiles/16/12396/23180.png deleted file mode 100644 index 3ecf776..0000000 Binary files a/www/assets/tiles/16/12396/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23120.png b/www/assets/tiles/16/12397/23120.png deleted file mode 100644 index ec19f40..0000000 Binary files a/www/assets/tiles/16/12397/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23121.png b/www/assets/tiles/16/12397/23121.png deleted file mode 100644 index 4cc20e5..0000000 Binary files a/www/assets/tiles/16/12397/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23122.png b/www/assets/tiles/16/12397/23122.png deleted file mode 100644 index e368134..0000000 Binary files a/www/assets/tiles/16/12397/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23123.png b/www/assets/tiles/16/12397/23123.png deleted file mode 100644 index c9103a3..0000000 Binary files a/www/assets/tiles/16/12397/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23124.png b/www/assets/tiles/16/12397/23124.png deleted file mode 100644 index 4a6da65..0000000 Binary files a/www/assets/tiles/16/12397/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23125.png b/www/assets/tiles/16/12397/23125.png deleted file mode 100644 index 13961ed..0000000 Binary files a/www/assets/tiles/16/12397/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23126.png b/www/assets/tiles/16/12397/23126.png deleted file mode 100644 index c490f6d..0000000 Binary files a/www/assets/tiles/16/12397/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23127.png b/www/assets/tiles/16/12397/23127.png deleted file mode 100644 index d32c81d..0000000 Binary files a/www/assets/tiles/16/12397/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23128.png b/www/assets/tiles/16/12397/23128.png deleted file mode 100644 index 48bb517..0000000 Binary files a/www/assets/tiles/16/12397/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23129.png b/www/assets/tiles/16/12397/23129.png deleted file mode 100644 index d54518b..0000000 Binary files a/www/assets/tiles/16/12397/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23130.png b/www/assets/tiles/16/12397/23130.png deleted file mode 100644 index c68b24f..0000000 Binary files a/www/assets/tiles/16/12397/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23131.png b/www/assets/tiles/16/12397/23131.png deleted file mode 100644 index 124a6af..0000000 Binary files a/www/assets/tiles/16/12397/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23132.png b/www/assets/tiles/16/12397/23132.png deleted file mode 100644 index 60df798..0000000 Binary files a/www/assets/tiles/16/12397/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23133.png b/www/assets/tiles/16/12397/23133.png deleted file mode 100644 index 1a114e9..0000000 Binary files a/www/assets/tiles/16/12397/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23134.png b/www/assets/tiles/16/12397/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23135.png b/www/assets/tiles/16/12397/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23136.png b/www/assets/tiles/16/12397/23136.png deleted file mode 100644 index c1f985a..0000000 Binary files a/www/assets/tiles/16/12397/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23137.png b/www/assets/tiles/16/12397/23137.png deleted file mode 100644 index acc70be..0000000 Binary files a/www/assets/tiles/16/12397/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23138.png b/www/assets/tiles/16/12397/23138.png deleted file mode 100644 index e1f4037..0000000 Binary files a/www/assets/tiles/16/12397/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23139.png b/www/assets/tiles/16/12397/23139.png deleted file mode 100644 index c7cf8cd..0000000 Binary files a/www/assets/tiles/16/12397/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23140.png b/www/assets/tiles/16/12397/23140.png deleted file mode 100644 index bc84dc3..0000000 Binary files a/www/assets/tiles/16/12397/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23141.png b/www/assets/tiles/16/12397/23141.png deleted file mode 100644 index e5bd8f8..0000000 Binary files a/www/assets/tiles/16/12397/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23142.png b/www/assets/tiles/16/12397/23142.png deleted file mode 100644 index f4ef1f1..0000000 Binary files a/www/assets/tiles/16/12397/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23143.png b/www/assets/tiles/16/12397/23143.png deleted file mode 100644 index 67623ed..0000000 Binary files a/www/assets/tiles/16/12397/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23144.png b/www/assets/tiles/16/12397/23144.png deleted file mode 100644 index 3c081c8..0000000 Binary files a/www/assets/tiles/16/12397/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23145.png b/www/assets/tiles/16/12397/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23146.png b/www/assets/tiles/16/12397/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23147.png b/www/assets/tiles/16/12397/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23148.png b/www/assets/tiles/16/12397/23148.png deleted file mode 100644 index 13173f7..0000000 Binary files a/www/assets/tiles/16/12397/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23149.png b/www/assets/tiles/16/12397/23149.png deleted file mode 100644 index b070e97..0000000 Binary files a/www/assets/tiles/16/12397/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23150.png b/www/assets/tiles/16/12397/23150.png deleted file mode 100644 index 05a067e..0000000 Binary files a/www/assets/tiles/16/12397/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23151.png b/www/assets/tiles/16/12397/23151.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23152.png b/www/assets/tiles/16/12397/23152.png deleted file mode 100644 index 64a6a9d..0000000 Binary files a/www/assets/tiles/16/12397/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23153.png b/www/assets/tiles/16/12397/23153.png deleted file mode 100644 index a2dd7af..0000000 Binary files a/www/assets/tiles/16/12397/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23154.png b/www/assets/tiles/16/12397/23154.png deleted file mode 100644 index 5316ea2..0000000 Binary files a/www/assets/tiles/16/12397/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23155.png b/www/assets/tiles/16/12397/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23156.png b/www/assets/tiles/16/12397/23156.png deleted file mode 100644 index fe45df6..0000000 Binary files a/www/assets/tiles/16/12397/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23157.png b/www/assets/tiles/16/12397/23157.png deleted file mode 100644 index 03d512f..0000000 Binary files a/www/assets/tiles/16/12397/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23158.png b/www/assets/tiles/16/12397/23158.png deleted file mode 100644 index 445da7d..0000000 Binary files a/www/assets/tiles/16/12397/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23159.png b/www/assets/tiles/16/12397/23159.png deleted file mode 100644 index e60c835..0000000 Binary files a/www/assets/tiles/16/12397/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23160.png b/www/assets/tiles/16/12397/23160.png deleted file mode 100644 index 7c7948d..0000000 Binary files a/www/assets/tiles/16/12397/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23161.png b/www/assets/tiles/16/12397/23161.png deleted file mode 100644 index df02cd8..0000000 Binary files a/www/assets/tiles/16/12397/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23162.png b/www/assets/tiles/16/12397/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23163.png b/www/assets/tiles/16/12397/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23164.png b/www/assets/tiles/16/12397/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23165.png b/www/assets/tiles/16/12397/23165.png deleted file mode 100644 index a6fd1c3..0000000 Binary files a/www/assets/tiles/16/12397/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23166.png b/www/assets/tiles/16/12397/23166.png deleted file mode 100644 index 7a46217..0000000 Binary files a/www/assets/tiles/16/12397/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23167.png b/www/assets/tiles/16/12397/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23168.png b/www/assets/tiles/16/12397/23168.png deleted file mode 100644 index 268e399..0000000 Binary files a/www/assets/tiles/16/12397/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23169.png b/www/assets/tiles/16/12397/23169.png deleted file mode 100644 index e9069f4..0000000 Binary files a/www/assets/tiles/16/12397/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23170.png b/www/assets/tiles/16/12397/23170.png deleted file mode 100644 index 43a38a2..0000000 Binary files a/www/assets/tiles/16/12397/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23171.png b/www/assets/tiles/16/12397/23171.png deleted file mode 100644 index 43a8661..0000000 Binary files a/www/assets/tiles/16/12397/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23172.png b/www/assets/tiles/16/12397/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23173.png b/www/assets/tiles/16/12397/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23174.png b/www/assets/tiles/16/12397/23174.png deleted file mode 100644 index c314d66..0000000 Binary files a/www/assets/tiles/16/12397/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23175.png b/www/assets/tiles/16/12397/23175.png deleted file mode 100644 index 0555475..0000000 Binary files a/www/assets/tiles/16/12397/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23176.png b/www/assets/tiles/16/12397/23176.png deleted file mode 100644 index dd3f62c..0000000 Binary files a/www/assets/tiles/16/12397/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23177.png b/www/assets/tiles/16/12397/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12397/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23178.png b/www/assets/tiles/16/12397/23178.png deleted file mode 100644 index 6ca9e13..0000000 Binary files a/www/assets/tiles/16/12397/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23179.png b/www/assets/tiles/16/12397/23179.png deleted file mode 100644 index 13ddd45..0000000 Binary files a/www/assets/tiles/16/12397/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12397/23180.png b/www/assets/tiles/16/12397/23180.png deleted file mode 100644 index ac0eecd..0000000 Binary files a/www/assets/tiles/16/12397/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23120.png b/www/assets/tiles/16/12398/23120.png deleted file mode 100644 index 2c47c84..0000000 Binary files a/www/assets/tiles/16/12398/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23121.png b/www/assets/tiles/16/12398/23121.png deleted file mode 100644 index b287192..0000000 Binary files a/www/assets/tiles/16/12398/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23122.png b/www/assets/tiles/16/12398/23122.png deleted file mode 100644 index 5d0a9a7..0000000 Binary files a/www/assets/tiles/16/12398/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23123.png b/www/assets/tiles/16/12398/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12398/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23124.png b/www/assets/tiles/16/12398/23124.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12398/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23125.png b/www/assets/tiles/16/12398/23125.png deleted file mode 100644 index c997762..0000000 Binary files a/www/assets/tiles/16/12398/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23126.png b/www/assets/tiles/16/12398/23126.png deleted file mode 100644 index df17ac4..0000000 Binary files a/www/assets/tiles/16/12398/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23127.png b/www/assets/tiles/16/12398/23127.png deleted file mode 100644 index 09c8328..0000000 Binary files a/www/assets/tiles/16/12398/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23128.png b/www/assets/tiles/16/12398/23128.png deleted file mode 100644 index deb4f25..0000000 Binary files a/www/assets/tiles/16/12398/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23129.png b/www/assets/tiles/16/12398/23129.png deleted file mode 100644 index 089b0d3..0000000 Binary files a/www/assets/tiles/16/12398/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23130.png b/www/assets/tiles/16/12398/23130.png deleted file mode 100644 index c0cf819..0000000 Binary files a/www/assets/tiles/16/12398/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23131.png b/www/assets/tiles/16/12398/23131.png deleted file mode 100644 index 9ee046b..0000000 Binary files a/www/assets/tiles/16/12398/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23132.png b/www/assets/tiles/16/12398/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12398/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23133.png b/www/assets/tiles/16/12398/23133.png deleted file mode 100644 index 7737ba6..0000000 Binary files a/www/assets/tiles/16/12398/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23134.png b/www/assets/tiles/16/12398/23134.png deleted file mode 100644 index e41dfb5..0000000 Binary files a/www/assets/tiles/16/12398/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23135.png b/www/assets/tiles/16/12398/23135.png deleted file mode 100644 index bd2db46..0000000 Binary files a/www/assets/tiles/16/12398/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23136.png b/www/assets/tiles/16/12398/23136.png deleted file mode 100644 index de86b2c..0000000 Binary files a/www/assets/tiles/16/12398/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23137.png b/www/assets/tiles/16/12398/23137.png deleted file mode 100644 index 7f5ad5d..0000000 Binary files a/www/assets/tiles/16/12398/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23138.png b/www/assets/tiles/16/12398/23138.png deleted file mode 100644 index c4bfd06..0000000 Binary files a/www/assets/tiles/16/12398/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23139.png b/www/assets/tiles/16/12398/23139.png deleted file mode 100644 index b2795b5..0000000 Binary files a/www/assets/tiles/16/12398/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23140.png b/www/assets/tiles/16/12398/23140.png deleted file mode 100644 index 4fe09f9..0000000 Binary files a/www/assets/tiles/16/12398/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23141.png b/www/assets/tiles/16/12398/23141.png deleted file mode 100644 index 9a30cd3..0000000 Binary files a/www/assets/tiles/16/12398/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23142.png b/www/assets/tiles/16/12398/23142.png deleted file mode 100644 index dfa241e..0000000 Binary files a/www/assets/tiles/16/12398/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23143.png b/www/assets/tiles/16/12398/23143.png deleted file mode 100644 index 476d986..0000000 Binary files a/www/assets/tiles/16/12398/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23144.png b/www/assets/tiles/16/12398/23144.png deleted file mode 100644 index 013759c..0000000 Binary files a/www/assets/tiles/16/12398/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23145.png b/www/assets/tiles/16/12398/23145.png deleted file mode 100644 index 0f53b80..0000000 Binary files a/www/assets/tiles/16/12398/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23146.png b/www/assets/tiles/16/12398/23146.png deleted file mode 100644 index 004cd90..0000000 Binary files a/www/assets/tiles/16/12398/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23147.png b/www/assets/tiles/16/12398/23147.png deleted file mode 100644 index b99e470..0000000 Binary files a/www/assets/tiles/16/12398/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23148.png b/www/assets/tiles/16/12398/23148.png deleted file mode 100644 index 584dd73..0000000 Binary files a/www/assets/tiles/16/12398/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23149.png b/www/assets/tiles/16/12398/23149.png deleted file mode 100644 index ed4b8e9..0000000 Binary files a/www/assets/tiles/16/12398/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23150.png b/www/assets/tiles/16/12398/23150.png deleted file mode 100644 index cd9d2e4..0000000 Binary files a/www/assets/tiles/16/12398/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23151.png b/www/assets/tiles/16/12398/23151.png deleted file mode 100644 index 5ee828d..0000000 Binary files a/www/assets/tiles/16/12398/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23152.png b/www/assets/tiles/16/12398/23152.png deleted file mode 100644 index 572afcf..0000000 Binary files a/www/assets/tiles/16/12398/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23153.png b/www/assets/tiles/16/12398/23153.png deleted file mode 100644 index 8aba617..0000000 Binary files a/www/assets/tiles/16/12398/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23154.png b/www/assets/tiles/16/12398/23154.png deleted file mode 100644 index 0ca3e74..0000000 Binary files a/www/assets/tiles/16/12398/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23155.png b/www/assets/tiles/16/12398/23155.png deleted file mode 100644 index 9e65fe7..0000000 Binary files a/www/assets/tiles/16/12398/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23156.png b/www/assets/tiles/16/12398/23156.png deleted file mode 100644 index 1f50cb2..0000000 Binary files a/www/assets/tiles/16/12398/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23157.png b/www/assets/tiles/16/12398/23157.png deleted file mode 100644 index de70144..0000000 Binary files a/www/assets/tiles/16/12398/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23158.png b/www/assets/tiles/16/12398/23158.png deleted file mode 100644 index 15fff43..0000000 Binary files a/www/assets/tiles/16/12398/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23159.png b/www/assets/tiles/16/12398/23159.png deleted file mode 100644 index 7c83080..0000000 Binary files a/www/assets/tiles/16/12398/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23160.png b/www/assets/tiles/16/12398/23160.png deleted file mode 100644 index d7e50ba..0000000 Binary files a/www/assets/tiles/16/12398/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23161.png b/www/assets/tiles/16/12398/23161.png deleted file mode 100644 index 454df1f..0000000 Binary files a/www/assets/tiles/16/12398/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23162.png b/www/assets/tiles/16/12398/23162.png deleted file mode 100644 index 6e96234..0000000 Binary files a/www/assets/tiles/16/12398/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23163.png b/www/assets/tiles/16/12398/23163.png deleted file mode 100644 index 8ceecef..0000000 Binary files a/www/assets/tiles/16/12398/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23164.png b/www/assets/tiles/16/12398/23164.png deleted file mode 100644 index c9d5136..0000000 Binary files a/www/assets/tiles/16/12398/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23165.png b/www/assets/tiles/16/12398/23165.png deleted file mode 100644 index 2936c93..0000000 Binary files a/www/assets/tiles/16/12398/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23166.png b/www/assets/tiles/16/12398/23166.png deleted file mode 100644 index 19d4652..0000000 Binary files a/www/assets/tiles/16/12398/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23167.png b/www/assets/tiles/16/12398/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12398/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23168.png b/www/assets/tiles/16/12398/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12398/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23169.png b/www/assets/tiles/16/12398/23169.png deleted file mode 100644 index f264cb8..0000000 Binary files a/www/assets/tiles/16/12398/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23170.png b/www/assets/tiles/16/12398/23170.png deleted file mode 100644 index d882ed3..0000000 Binary files a/www/assets/tiles/16/12398/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23171.png b/www/assets/tiles/16/12398/23171.png deleted file mode 100644 index 0af1689..0000000 Binary files a/www/assets/tiles/16/12398/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23172.png b/www/assets/tiles/16/12398/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12398/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23173.png b/www/assets/tiles/16/12398/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12398/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23174.png b/www/assets/tiles/16/12398/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12398/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23175.png b/www/assets/tiles/16/12398/23175.png deleted file mode 100644 index 421df70..0000000 Binary files a/www/assets/tiles/16/12398/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23176.png b/www/assets/tiles/16/12398/23176.png deleted file mode 100644 index e9045b3..0000000 Binary files a/www/assets/tiles/16/12398/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23177.png b/www/assets/tiles/16/12398/23177.png deleted file mode 100644 index bf247da..0000000 Binary files a/www/assets/tiles/16/12398/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23178.png b/www/assets/tiles/16/12398/23178.png deleted file mode 100644 index 0beeac1..0000000 Binary files a/www/assets/tiles/16/12398/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23179.png b/www/assets/tiles/16/12398/23179.png deleted file mode 100644 index a692efc..0000000 Binary files a/www/assets/tiles/16/12398/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12398/23180.png b/www/assets/tiles/16/12398/23180.png deleted file mode 100644 index 3c47dee..0000000 Binary files a/www/assets/tiles/16/12398/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23120.png b/www/assets/tiles/16/12399/23120.png deleted file mode 100644 index 4ca1bc7..0000000 Binary files a/www/assets/tiles/16/12399/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23121.png b/www/assets/tiles/16/12399/23121.png deleted file mode 100644 index 2896575..0000000 Binary files a/www/assets/tiles/16/12399/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23122.png b/www/assets/tiles/16/12399/23122.png deleted file mode 100644 index e110ed7..0000000 Binary files a/www/assets/tiles/16/12399/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23123.png b/www/assets/tiles/16/12399/23123.png deleted file mode 100644 index 27fe0c8..0000000 Binary files a/www/assets/tiles/16/12399/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23124.png b/www/assets/tiles/16/12399/23124.png deleted file mode 100644 index 85e9f76..0000000 Binary files a/www/assets/tiles/16/12399/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23125.png b/www/assets/tiles/16/12399/23125.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23126.png b/www/assets/tiles/16/12399/23126.png deleted file mode 100644 index 32bd624..0000000 Binary files a/www/assets/tiles/16/12399/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23127.png b/www/assets/tiles/16/12399/23127.png deleted file mode 100644 index f5fde9c..0000000 Binary files a/www/assets/tiles/16/12399/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23128.png b/www/assets/tiles/16/12399/23128.png deleted file mode 100644 index 701ecd6..0000000 Binary files a/www/assets/tiles/16/12399/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23129.png b/www/assets/tiles/16/12399/23129.png deleted file mode 100644 index 7bdc979..0000000 Binary files a/www/assets/tiles/16/12399/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23130.png b/www/assets/tiles/16/12399/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23131.png b/www/assets/tiles/16/12399/23131.png deleted file mode 100644 index ae4285a..0000000 Binary files a/www/assets/tiles/16/12399/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23132.png b/www/assets/tiles/16/12399/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23133.png b/www/assets/tiles/16/12399/23133.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23134.png b/www/assets/tiles/16/12399/23134.png deleted file mode 100644 index 160b5de..0000000 Binary files a/www/assets/tiles/16/12399/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23135.png b/www/assets/tiles/16/12399/23135.png deleted file mode 100644 index 7eb3660..0000000 Binary files a/www/assets/tiles/16/12399/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23136.png b/www/assets/tiles/16/12399/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23137.png b/www/assets/tiles/16/12399/23137.png deleted file mode 100644 index c135260..0000000 Binary files a/www/assets/tiles/16/12399/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23138.png b/www/assets/tiles/16/12399/23138.png deleted file mode 100644 index 11923fb..0000000 Binary files a/www/assets/tiles/16/12399/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23139.png b/www/assets/tiles/16/12399/23139.png deleted file mode 100644 index 6b23eb1..0000000 Binary files a/www/assets/tiles/16/12399/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23140.png b/www/assets/tiles/16/12399/23140.png deleted file mode 100644 index d1c021d..0000000 Binary files a/www/assets/tiles/16/12399/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23141.png b/www/assets/tiles/16/12399/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23142.png b/www/assets/tiles/16/12399/23142.png deleted file mode 100644 index 69a86e4..0000000 Binary files a/www/assets/tiles/16/12399/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23143.png b/www/assets/tiles/16/12399/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23144.png b/www/assets/tiles/16/12399/23144.png deleted file mode 100644 index 021e1a6..0000000 Binary files a/www/assets/tiles/16/12399/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23145.png b/www/assets/tiles/16/12399/23145.png deleted file mode 100644 index 2e7c725..0000000 Binary files a/www/assets/tiles/16/12399/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23146.png b/www/assets/tiles/16/12399/23146.png deleted file mode 100644 index 8824f14..0000000 Binary files a/www/assets/tiles/16/12399/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23147.png b/www/assets/tiles/16/12399/23147.png deleted file mode 100644 index 4d19f97..0000000 Binary files a/www/assets/tiles/16/12399/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23148.png b/www/assets/tiles/16/12399/23148.png deleted file mode 100644 index d9f1f3c..0000000 Binary files a/www/assets/tiles/16/12399/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23149.png b/www/assets/tiles/16/12399/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23150.png b/www/assets/tiles/16/12399/23150.png deleted file mode 100644 index 66107e7..0000000 Binary files a/www/assets/tiles/16/12399/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23151.png b/www/assets/tiles/16/12399/23151.png deleted file mode 100644 index 720247d..0000000 Binary files a/www/assets/tiles/16/12399/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23152.png b/www/assets/tiles/16/12399/23152.png deleted file mode 100644 index 3641c11..0000000 Binary files a/www/assets/tiles/16/12399/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23153.png b/www/assets/tiles/16/12399/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23154.png b/www/assets/tiles/16/12399/23154.png deleted file mode 100644 index 115c68d..0000000 Binary files a/www/assets/tiles/16/12399/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23155.png b/www/assets/tiles/16/12399/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23156.png b/www/assets/tiles/16/12399/23156.png deleted file mode 100644 index 88f0177..0000000 Binary files a/www/assets/tiles/16/12399/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23157.png b/www/assets/tiles/16/12399/23157.png deleted file mode 100644 index d251f61..0000000 Binary files a/www/assets/tiles/16/12399/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23158.png b/www/assets/tiles/16/12399/23158.png deleted file mode 100644 index cd4f04b..0000000 Binary files a/www/assets/tiles/16/12399/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23159.png b/www/assets/tiles/16/12399/23159.png deleted file mode 100644 index f5bf8e8..0000000 Binary files a/www/assets/tiles/16/12399/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23160.png b/www/assets/tiles/16/12399/23160.png deleted file mode 100644 index c2b598d..0000000 Binary files a/www/assets/tiles/16/12399/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23161.png b/www/assets/tiles/16/12399/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23162.png b/www/assets/tiles/16/12399/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23163.png b/www/assets/tiles/16/12399/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23164.png b/www/assets/tiles/16/12399/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23165.png b/www/assets/tiles/16/12399/23165.png deleted file mode 100644 index 13783b0..0000000 Binary files a/www/assets/tiles/16/12399/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23166.png b/www/assets/tiles/16/12399/23166.png deleted file mode 100644 index 983b41e..0000000 Binary files a/www/assets/tiles/16/12399/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23167.png b/www/assets/tiles/16/12399/23167.png deleted file mode 100644 index 10146a2..0000000 Binary files a/www/assets/tiles/16/12399/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23168.png b/www/assets/tiles/16/12399/23168.png deleted file mode 100644 index a3719c6..0000000 Binary files a/www/assets/tiles/16/12399/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23169.png b/www/assets/tiles/16/12399/23169.png deleted file mode 100644 index 6232518..0000000 Binary files a/www/assets/tiles/16/12399/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23170.png b/www/assets/tiles/16/12399/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23171.png b/www/assets/tiles/16/12399/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23172.png b/www/assets/tiles/16/12399/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23173.png b/www/assets/tiles/16/12399/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23174.png b/www/assets/tiles/16/12399/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12399/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23175.png b/www/assets/tiles/16/12399/23175.png deleted file mode 100644 index 76a4fa2..0000000 Binary files a/www/assets/tiles/16/12399/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23176.png b/www/assets/tiles/16/12399/23176.png deleted file mode 100644 index 3f03c22..0000000 Binary files a/www/assets/tiles/16/12399/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23177.png b/www/assets/tiles/16/12399/23177.png deleted file mode 100644 index 1ce0c94..0000000 Binary files a/www/assets/tiles/16/12399/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23178.png b/www/assets/tiles/16/12399/23178.png deleted file mode 100644 index f94a059..0000000 Binary files a/www/assets/tiles/16/12399/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23179.png b/www/assets/tiles/16/12399/23179.png deleted file mode 100644 index c1dae02..0000000 Binary files a/www/assets/tiles/16/12399/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12399/23180.png b/www/assets/tiles/16/12399/23180.png deleted file mode 100644 index 979cd93..0000000 Binary files a/www/assets/tiles/16/12399/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23120.png b/www/assets/tiles/16/12400/23120.png deleted file mode 100644 index 3b4e5e8..0000000 Binary files a/www/assets/tiles/16/12400/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23121.png b/www/assets/tiles/16/12400/23121.png deleted file mode 100644 index 6aded3e..0000000 Binary files a/www/assets/tiles/16/12400/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23122.png b/www/assets/tiles/16/12400/23122.png deleted file mode 100644 index 991bf41..0000000 Binary files a/www/assets/tiles/16/12400/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23123.png b/www/assets/tiles/16/12400/23123.png deleted file mode 100644 index 0ada176..0000000 Binary files a/www/assets/tiles/16/12400/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23124.png b/www/assets/tiles/16/12400/23124.png deleted file mode 100644 index b90b7af..0000000 Binary files a/www/assets/tiles/16/12400/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23125.png b/www/assets/tiles/16/12400/23125.png deleted file mode 100644 index 290027e..0000000 Binary files a/www/assets/tiles/16/12400/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23126.png b/www/assets/tiles/16/12400/23126.png deleted file mode 100644 index c7cb6d5..0000000 Binary files a/www/assets/tiles/16/12400/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23127.png b/www/assets/tiles/16/12400/23127.png deleted file mode 100644 index e830485..0000000 Binary files a/www/assets/tiles/16/12400/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23128.png b/www/assets/tiles/16/12400/23128.png deleted file mode 100644 index 1393624..0000000 Binary files a/www/assets/tiles/16/12400/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23129.png b/www/assets/tiles/16/12400/23129.png deleted file mode 100644 index 2705369..0000000 Binary files a/www/assets/tiles/16/12400/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23130.png b/www/assets/tiles/16/12400/23130.png deleted file mode 100644 index f57af94..0000000 Binary files a/www/assets/tiles/16/12400/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23131.png b/www/assets/tiles/16/12400/23131.png deleted file mode 100644 index 4f6d325..0000000 Binary files a/www/assets/tiles/16/12400/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23132.png b/www/assets/tiles/16/12400/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23133.png b/www/assets/tiles/16/12400/23133.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23134.png b/www/assets/tiles/16/12400/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23135.png b/www/assets/tiles/16/12400/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23136.png b/www/assets/tiles/16/12400/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23137.png b/www/assets/tiles/16/12400/23137.png deleted file mode 100644 index d74c8cb..0000000 Binary files a/www/assets/tiles/16/12400/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23138.png b/www/assets/tiles/16/12400/23138.png deleted file mode 100644 index d0ccad1..0000000 Binary files a/www/assets/tiles/16/12400/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23139.png b/www/assets/tiles/16/12400/23139.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23140.png b/www/assets/tiles/16/12400/23140.png deleted file mode 100644 index 5f2e419..0000000 Binary files a/www/assets/tiles/16/12400/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23141.png b/www/assets/tiles/16/12400/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23142.png b/www/assets/tiles/16/12400/23142.png deleted file mode 100644 index c0f8b64..0000000 Binary files a/www/assets/tiles/16/12400/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23143.png b/www/assets/tiles/16/12400/23143.png deleted file mode 100644 index ca286c1..0000000 Binary files a/www/assets/tiles/16/12400/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23144.png b/www/assets/tiles/16/12400/23144.png deleted file mode 100644 index e277025..0000000 Binary files a/www/assets/tiles/16/12400/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23145.png b/www/assets/tiles/16/12400/23145.png deleted file mode 100644 index 42d8de5..0000000 Binary files a/www/assets/tiles/16/12400/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23146.png b/www/assets/tiles/16/12400/23146.png deleted file mode 100644 index ea8c881..0000000 Binary files a/www/assets/tiles/16/12400/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23147.png b/www/assets/tiles/16/12400/23147.png deleted file mode 100644 index 56577b1..0000000 Binary files a/www/assets/tiles/16/12400/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23148.png b/www/assets/tiles/16/12400/23148.png deleted file mode 100644 index 0d44f12..0000000 Binary files a/www/assets/tiles/16/12400/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23149.png b/www/assets/tiles/16/12400/23149.png deleted file mode 100644 index 68c7144..0000000 Binary files a/www/assets/tiles/16/12400/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23150.png b/www/assets/tiles/16/12400/23150.png deleted file mode 100644 index 7060752..0000000 Binary files a/www/assets/tiles/16/12400/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23151.png b/www/assets/tiles/16/12400/23151.png deleted file mode 100644 index aeebc3d..0000000 Binary files a/www/assets/tiles/16/12400/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23152.png b/www/assets/tiles/16/12400/23152.png deleted file mode 100644 index 7bcef94..0000000 Binary files a/www/assets/tiles/16/12400/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23153.png b/www/assets/tiles/16/12400/23153.png deleted file mode 100644 index 698eacb..0000000 Binary files a/www/assets/tiles/16/12400/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23154.png b/www/assets/tiles/16/12400/23154.png deleted file mode 100644 index 0f1db87..0000000 Binary files a/www/assets/tiles/16/12400/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23155.png b/www/assets/tiles/16/12400/23155.png deleted file mode 100644 index 43ed22e..0000000 Binary files a/www/assets/tiles/16/12400/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23156.png b/www/assets/tiles/16/12400/23156.png deleted file mode 100644 index 1ffa8b8..0000000 Binary files a/www/assets/tiles/16/12400/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23157.png b/www/assets/tiles/16/12400/23157.png deleted file mode 100644 index e8e9338..0000000 Binary files a/www/assets/tiles/16/12400/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23158.png b/www/assets/tiles/16/12400/23158.png deleted file mode 100644 index f81dd7d..0000000 Binary files a/www/assets/tiles/16/12400/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23159.png b/www/assets/tiles/16/12400/23159.png deleted file mode 100644 index 2124363..0000000 Binary files a/www/assets/tiles/16/12400/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23160.png b/www/assets/tiles/16/12400/23160.png deleted file mode 100644 index 0f85efe..0000000 Binary files a/www/assets/tiles/16/12400/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23161.png b/www/assets/tiles/16/12400/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23162.png b/www/assets/tiles/16/12400/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23163.png b/www/assets/tiles/16/12400/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23164.png b/www/assets/tiles/16/12400/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23165.png b/www/assets/tiles/16/12400/23165.png deleted file mode 100644 index 4b352d6..0000000 Binary files a/www/assets/tiles/16/12400/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23166.png b/www/assets/tiles/16/12400/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23167.png b/www/assets/tiles/16/12400/23167.png deleted file mode 100644 index 3666cf9..0000000 Binary files a/www/assets/tiles/16/12400/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23168.png b/www/assets/tiles/16/12400/23168.png deleted file mode 100644 index ad0df16..0000000 Binary files a/www/assets/tiles/16/12400/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23169.png b/www/assets/tiles/16/12400/23169.png deleted file mode 100644 index 5cedf6c..0000000 Binary files a/www/assets/tiles/16/12400/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23170.png b/www/assets/tiles/16/12400/23170.png deleted file mode 100644 index d48eb86..0000000 Binary files a/www/assets/tiles/16/12400/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23171.png b/www/assets/tiles/16/12400/23171.png deleted file mode 100644 index b965552..0000000 Binary files a/www/assets/tiles/16/12400/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23172.png b/www/assets/tiles/16/12400/23172.png deleted file mode 100644 index efd50e0..0000000 Binary files a/www/assets/tiles/16/12400/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23173.png b/www/assets/tiles/16/12400/23173.png deleted file mode 100644 index fe692bf..0000000 Binary files a/www/assets/tiles/16/12400/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23174.png b/www/assets/tiles/16/12400/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23175.png b/www/assets/tiles/16/12400/23175.png deleted file mode 100644 index 2893674..0000000 Binary files a/www/assets/tiles/16/12400/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23176.png b/www/assets/tiles/16/12400/23176.png deleted file mode 100644 index 7af10dd..0000000 Binary files a/www/assets/tiles/16/12400/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23177.png b/www/assets/tiles/16/12400/23177.png deleted file mode 100644 index b6dcf26..0000000 Binary files a/www/assets/tiles/16/12400/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23178.png b/www/assets/tiles/16/12400/23178.png deleted file mode 100644 index b747bec..0000000 Binary files a/www/assets/tiles/16/12400/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23179.png b/www/assets/tiles/16/12400/23179.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12400/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12400/23180.png b/www/assets/tiles/16/12400/23180.png deleted file mode 100644 index 4a693ed..0000000 Binary files a/www/assets/tiles/16/12400/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23120.png b/www/assets/tiles/16/12401/23120.png deleted file mode 100644 index be69fd9..0000000 Binary files a/www/assets/tiles/16/12401/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23121.png b/www/assets/tiles/16/12401/23121.png deleted file mode 100644 index 6144229..0000000 Binary files a/www/assets/tiles/16/12401/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23122.png b/www/assets/tiles/16/12401/23122.png deleted file mode 100644 index 7d2bf6e..0000000 Binary files a/www/assets/tiles/16/12401/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23123.png b/www/assets/tiles/16/12401/23123.png deleted file mode 100644 index a736764..0000000 Binary files a/www/assets/tiles/16/12401/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23124.png b/www/assets/tiles/16/12401/23124.png deleted file mode 100644 index 97f1cd5..0000000 Binary files a/www/assets/tiles/16/12401/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23125.png b/www/assets/tiles/16/12401/23125.png deleted file mode 100644 index 5571eb6..0000000 Binary files a/www/assets/tiles/16/12401/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23126.png b/www/assets/tiles/16/12401/23126.png deleted file mode 100644 index fecc466..0000000 Binary files a/www/assets/tiles/16/12401/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23127.png b/www/assets/tiles/16/12401/23127.png deleted file mode 100644 index cf7d334..0000000 Binary files a/www/assets/tiles/16/12401/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23128.png b/www/assets/tiles/16/12401/23128.png deleted file mode 100644 index addf228..0000000 Binary files a/www/assets/tiles/16/12401/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23129.png b/www/assets/tiles/16/12401/23129.png deleted file mode 100644 index 8f37728..0000000 Binary files a/www/assets/tiles/16/12401/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23130.png b/www/assets/tiles/16/12401/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23131.png b/www/assets/tiles/16/12401/23131.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23132.png b/www/assets/tiles/16/12401/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23133.png b/www/assets/tiles/16/12401/23133.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23134.png b/www/assets/tiles/16/12401/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23135.png b/www/assets/tiles/16/12401/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23136.png b/www/assets/tiles/16/12401/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23137.png b/www/assets/tiles/16/12401/23137.png deleted file mode 100644 index 8d1e0ec..0000000 Binary files a/www/assets/tiles/16/12401/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23138.png b/www/assets/tiles/16/12401/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23139.png b/www/assets/tiles/16/12401/23139.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23140.png b/www/assets/tiles/16/12401/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23141.png b/www/assets/tiles/16/12401/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23142.png b/www/assets/tiles/16/12401/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23143.png b/www/assets/tiles/16/12401/23143.png deleted file mode 100644 index 19153ae..0000000 Binary files a/www/assets/tiles/16/12401/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23144.png b/www/assets/tiles/16/12401/23144.png deleted file mode 100644 index 3efd4ea..0000000 Binary files a/www/assets/tiles/16/12401/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23145.png b/www/assets/tiles/16/12401/23145.png deleted file mode 100644 index a9a95ab..0000000 Binary files a/www/assets/tiles/16/12401/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23146.png b/www/assets/tiles/16/12401/23146.png deleted file mode 100644 index 0cb0b9d..0000000 Binary files a/www/assets/tiles/16/12401/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23147.png b/www/assets/tiles/16/12401/23147.png deleted file mode 100644 index ee5de3a..0000000 Binary files a/www/assets/tiles/16/12401/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23148.png b/www/assets/tiles/16/12401/23148.png deleted file mode 100644 index db49023..0000000 Binary files a/www/assets/tiles/16/12401/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23149.png b/www/assets/tiles/16/12401/23149.png deleted file mode 100644 index 8b7cdc2..0000000 Binary files a/www/assets/tiles/16/12401/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23150.png b/www/assets/tiles/16/12401/23150.png deleted file mode 100644 index baab388..0000000 Binary files a/www/assets/tiles/16/12401/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23151.png b/www/assets/tiles/16/12401/23151.png deleted file mode 100644 index b537d71..0000000 Binary files a/www/assets/tiles/16/12401/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23152.png b/www/assets/tiles/16/12401/23152.png deleted file mode 100644 index 3f4c765..0000000 Binary files a/www/assets/tiles/16/12401/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23153.png b/www/assets/tiles/16/12401/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23154.png b/www/assets/tiles/16/12401/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23155.png b/www/assets/tiles/16/12401/23155.png deleted file mode 100644 index 03e64bf..0000000 Binary files a/www/assets/tiles/16/12401/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23156.png b/www/assets/tiles/16/12401/23156.png deleted file mode 100644 index 44d93ff..0000000 Binary files a/www/assets/tiles/16/12401/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23157.png b/www/assets/tiles/16/12401/23157.png deleted file mode 100644 index 312f616..0000000 Binary files a/www/assets/tiles/16/12401/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23158.png b/www/assets/tiles/16/12401/23158.png deleted file mode 100644 index 0587606..0000000 Binary files a/www/assets/tiles/16/12401/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23159.png b/www/assets/tiles/16/12401/23159.png deleted file mode 100644 index 9f50161..0000000 Binary files a/www/assets/tiles/16/12401/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23160.png b/www/assets/tiles/16/12401/23160.png deleted file mode 100644 index a15fb28..0000000 Binary files a/www/assets/tiles/16/12401/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23161.png b/www/assets/tiles/16/12401/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23162.png b/www/assets/tiles/16/12401/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23163.png b/www/assets/tiles/16/12401/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23164.png b/www/assets/tiles/16/12401/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23165.png b/www/assets/tiles/16/12401/23165.png deleted file mode 100644 index dcd0eb5..0000000 Binary files a/www/assets/tiles/16/12401/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23166.png b/www/assets/tiles/16/12401/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23167.png b/www/assets/tiles/16/12401/23167.png deleted file mode 100644 index 7702574..0000000 Binary files a/www/assets/tiles/16/12401/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23168.png b/www/assets/tiles/16/12401/23168.png deleted file mode 100644 index de4521c..0000000 Binary files a/www/assets/tiles/16/12401/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23169.png b/www/assets/tiles/16/12401/23169.png deleted file mode 100644 index b77b1f0..0000000 Binary files a/www/assets/tiles/16/12401/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23170.png b/www/assets/tiles/16/12401/23170.png deleted file mode 100644 index e7ad902..0000000 Binary files a/www/assets/tiles/16/12401/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23171.png b/www/assets/tiles/16/12401/23171.png deleted file mode 100644 index d80dac3..0000000 Binary files a/www/assets/tiles/16/12401/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23172.png b/www/assets/tiles/16/12401/23172.png deleted file mode 100644 index 0b1b1c9..0000000 Binary files a/www/assets/tiles/16/12401/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23173.png b/www/assets/tiles/16/12401/23173.png deleted file mode 100644 index cfbe584..0000000 Binary files a/www/assets/tiles/16/12401/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23174.png b/www/assets/tiles/16/12401/23174.png deleted file mode 100644 index 735884d..0000000 Binary files a/www/assets/tiles/16/12401/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23175.png b/www/assets/tiles/16/12401/23175.png deleted file mode 100644 index 8605987..0000000 Binary files a/www/assets/tiles/16/12401/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23176.png b/www/assets/tiles/16/12401/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23177.png b/www/assets/tiles/16/12401/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23178.png b/www/assets/tiles/16/12401/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23179.png b/www/assets/tiles/16/12401/23179.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12401/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12401/23180.png b/www/assets/tiles/16/12401/23180.png deleted file mode 100644 index 83fa720..0000000 Binary files a/www/assets/tiles/16/12401/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23120.png b/www/assets/tiles/16/12402/23120.png deleted file mode 100644 index b526069..0000000 Binary files a/www/assets/tiles/16/12402/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23121.png b/www/assets/tiles/16/12402/23121.png deleted file mode 100644 index 30cb3ec..0000000 Binary files a/www/assets/tiles/16/12402/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23122.png b/www/assets/tiles/16/12402/23122.png deleted file mode 100644 index 116cbcd..0000000 Binary files a/www/assets/tiles/16/12402/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23123.png b/www/assets/tiles/16/12402/23123.png deleted file mode 100644 index c74270f..0000000 Binary files a/www/assets/tiles/16/12402/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23124.png b/www/assets/tiles/16/12402/23124.png deleted file mode 100644 index 057477d..0000000 Binary files a/www/assets/tiles/16/12402/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23125.png b/www/assets/tiles/16/12402/23125.png deleted file mode 100644 index 24c3cf3..0000000 Binary files a/www/assets/tiles/16/12402/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23126.png b/www/assets/tiles/16/12402/23126.png deleted file mode 100644 index dd9195f..0000000 Binary files a/www/assets/tiles/16/12402/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23127.png b/www/assets/tiles/16/12402/23127.png deleted file mode 100644 index 2564a80..0000000 Binary files a/www/assets/tiles/16/12402/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23128.png b/www/assets/tiles/16/12402/23128.png deleted file mode 100644 index 684349e..0000000 Binary files a/www/assets/tiles/16/12402/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23129.png b/www/assets/tiles/16/12402/23129.png deleted file mode 100644 index 70baca7..0000000 Binary files a/www/assets/tiles/16/12402/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23130.png b/www/assets/tiles/16/12402/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23131.png b/www/assets/tiles/16/12402/23131.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23132.png b/www/assets/tiles/16/12402/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23133.png b/www/assets/tiles/16/12402/23133.png deleted file mode 100644 index 4a9fa70..0000000 Binary files a/www/assets/tiles/16/12402/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23134.png b/www/assets/tiles/16/12402/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23135.png b/www/assets/tiles/16/12402/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23136.png b/www/assets/tiles/16/12402/23136.png deleted file mode 100644 index c6beb2e..0000000 Binary files a/www/assets/tiles/16/12402/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23137.png b/www/assets/tiles/16/12402/23137.png deleted file mode 100644 index b26ab1e..0000000 Binary files a/www/assets/tiles/16/12402/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23138.png b/www/assets/tiles/16/12402/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23139.png b/www/assets/tiles/16/12402/23139.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23140.png b/www/assets/tiles/16/12402/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23141.png b/www/assets/tiles/16/12402/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23142.png b/www/assets/tiles/16/12402/23142.png deleted file mode 100644 index bffaf79..0000000 Binary files a/www/assets/tiles/16/12402/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23143.png b/www/assets/tiles/16/12402/23143.png deleted file mode 100644 index 2f91a4d..0000000 Binary files a/www/assets/tiles/16/12402/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23144.png b/www/assets/tiles/16/12402/23144.png deleted file mode 100644 index 8eb6fa8..0000000 Binary files a/www/assets/tiles/16/12402/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23145.png b/www/assets/tiles/16/12402/23145.png deleted file mode 100644 index 728bef7..0000000 Binary files a/www/assets/tiles/16/12402/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23146.png b/www/assets/tiles/16/12402/23146.png deleted file mode 100644 index 3549112..0000000 Binary files a/www/assets/tiles/16/12402/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23147.png b/www/assets/tiles/16/12402/23147.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12402/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23148.png b/www/assets/tiles/16/12402/23148.png deleted file mode 100644 index 17ae8a9..0000000 Binary files a/www/assets/tiles/16/12402/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23149.png b/www/assets/tiles/16/12402/23149.png deleted file mode 100644 index 1478b08..0000000 Binary files a/www/assets/tiles/16/12402/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23150.png b/www/assets/tiles/16/12402/23150.png deleted file mode 100644 index ec5704a..0000000 Binary files a/www/assets/tiles/16/12402/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23151.png b/www/assets/tiles/16/12402/23151.png deleted file mode 100644 index 48526ec..0000000 Binary files a/www/assets/tiles/16/12402/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23152.png b/www/assets/tiles/16/12402/23152.png deleted file mode 100644 index 332e4f3..0000000 Binary files a/www/assets/tiles/16/12402/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23153.png b/www/assets/tiles/16/12402/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23154.png b/www/assets/tiles/16/12402/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23155.png b/www/assets/tiles/16/12402/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23156.png b/www/assets/tiles/16/12402/23156.png deleted file mode 100644 index 691b977..0000000 Binary files a/www/assets/tiles/16/12402/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23157.png b/www/assets/tiles/16/12402/23157.png deleted file mode 100644 index 8411858..0000000 Binary files a/www/assets/tiles/16/12402/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23158.png b/www/assets/tiles/16/12402/23158.png deleted file mode 100644 index c7abc36..0000000 Binary files a/www/assets/tiles/16/12402/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23159.png b/www/assets/tiles/16/12402/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23160.png b/www/assets/tiles/16/12402/23160.png deleted file mode 100644 index e041012..0000000 Binary files a/www/assets/tiles/16/12402/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23161.png b/www/assets/tiles/16/12402/23161.png deleted file mode 100644 index b71f767..0000000 Binary files a/www/assets/tiles/16/12402/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23162.png b/www/assets/tiles/16/12402/23162.png deleted file mode 100644 index 32041ea..0000000 Binary files a/www/assets/tiles/16/12402/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23163.png b/www/assets/tiles/16/12402/23163.png deleted file mode 100644 index 245e584..0000000 Binary files a/www/assets/tiles/16/12402/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23164.png b/www/assets/tiles/16/12402/23164.png deleted file mode 100644 index d0f0950..0000000 Binary files a/www/assets/tiles/16/12402/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23165.png b/www/assets/tiles/16/12402/23165.png deleted file mode 100644 index b5f6c6c..0000000 Binary files a/www/assets/tiles/16/12402/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23166.png b/www/assets/tiles/16/12402/23166.png deleted file mode 100644 index c268eeb..0000000 Binary files a/www/assets/tiles/16/12402/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23167.png b/www/assets/tiles/16/12402/23167.png deleted file mode 100644 index 13d69a9..0000000 Binary files a/www/assets/tiles/16/12402/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23168.png b/www/assets/tiles/16/12402/23168.png deleted file mode 100644 index 6f3d679..0000000 Binary files a/www/assets/tiles/16/12402/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23169.png b/www/assets/tiles/16/12402/23169.png deleted file mode 100644 index 6c88e09..0000000 Binary files a/www/assets/tiles/16/12402/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23170.png b/www/assets/tiles/16/12402/23170.png deleted file mode 100644 index 4ae9167..0000000 Binary files a/www/assets/tiles/16/12402/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23171.png b/www/assets/tiles/16/12402/23171.png deleted file mode 100644 index 9c8b155..0000000 Binary files a/www/assets/tiles/16/12402/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23172.png b/www/assets/tiles/16/12402/23172.png deleted file mode 100644 index 48e0068..0000000 Binary files a/www/assets/tiles/16/12402/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23173.png b/www/assets/tiles/16/12402/23173.png deleted file mode 100644 index 92ff229..0000000 Binary files a/www/assets/tiles/16/12402/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23174.png b/www/assets/tiles/16/12402/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23175.png b/www/assets/tiles/16/12402/23175.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23176.png b/www/assets/tiles/16/12402/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23177.png b/www/assets/tiles/16/12402/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23178.png b/www/assets/tiles/16/12402/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23179.png b/www/assets/tiles/16/12402/23179.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12402/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12402/23180.png b/www/assets/tiles/16/12402/23180.png deleted file mode 100644 index beafcf9..0000000 Binary files a/www/assets/tiles/16/12402/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23120.png b/www/assets/tiles/16/12403/23120.png deleted file mode 100644 index 807d03d..0000000 Binary files a/www/assets/tiles/16/12403/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23121.png b/www/assets/tiles/16/12403/23121.png deleted file mode 100644 index 610e57b..0000000 Binary files a/www/assets/tiles/16/12403/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23122.png b/www/assets/tiles/16/12403/23122.png deleted file mode 100644 index da2dfd8..0000000 Binary files a/www/assets/tiles/16/12403/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23123.png b/www/assets/tiles/16/12403/23123.png deleted file mode 100644 index 4ae8144..0000000 Binary files a/www/assets/tiles/16/12403/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23124.png b/www/assets/tiles/16/12403/23124.png deleted file mode 100644 index 42707c0..0000000 Binary files a/www/assets/tiles/16/12403/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23125.png b/www/assets/tiles/16/12403/23125.png deleted file mode 100644 index 6add31d..0000000 Binary files a/www/assets/tiles/16/12403/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23126.png b/www/assets/tiles/16/12403/23126.png deleted file mode 100644 index c1569b6..0000000 Binary files a/www/assets/tiles/16/12403/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23127.png b/www/assets/tiles/16/12403/23127.png deleted file mode 100644 index b5f8433..0000000 Binary files a/www/assets/tiles/16/12403/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23128.png b/www/assets/tiles/16/12403/23128.png deleted file mode 100644 index 7fc8e29..0000000 Binary files a/www/assets/tiles/16/12403/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23129.png b/www/assets/tiles/16/12403/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23130.png b/www/assets/tiles/16/12403/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23131.png b/www/assets/tiles/16/12403/23131.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23132.png b/www/assets/tiles/16/12403/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23133.png b/www/assets/tiles/16/12403/23133.png deleted file mode 100644 index bd5ee30..0000000 Binary files a/www/assets/tiles/16/12403/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23134.png b/www/assets/tiles/16/12403/23134.png deleted file mode 100644 index f77854e..0000000 Binary files a/www/assets/tiles/16/12403/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23135.png b/www/assets/tiles/16/12403/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23136.png b/www/assets/tiles/16/12403/23136.png deleted file mode 100644 index a9e3f74..0000000 Binary files a/www/assets/tiles/16/12403/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23137.png b/www/assets/tiles/16/12403/23137.png deleted file mode 100644 index f2686c8..0000000 Binary files a/www/assets/tiles/16/12403/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23138.png b/www/assets/tiles/16/12403/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23139.png b/www/assets/tiles/16/12403/23139.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23140.png b/www/assets/tiles/16/12403/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23141.png b/www/assets/tiles/16/12403/23141.png deleted file mode 100644 index 24c602b..0000000 Binary files a/www/assets/tiles/16/12403/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23142.png b/www/assets/tiles/16/12403/23142.png deleted file mode 100644 index 823843a..0000000 Binary files a/www/assets/tiles/16/12403/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23143.png b/www/assets/tiles/16/12403/23143.png deleted file mode 100644 index e535adc..0000000 Binary files a/www/assets/tiles/16/12403/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23144.png b/www/assets/tiles/16/12403/23144.png deleted file mode 100644 index 86ecc07..0000000 Binary files a/www/assets/tiles/16/12403/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23145.png b/www/assets/tiles/16/12403/23145.png deleted file mode 100644 index ac3fcb2..0000000 Binary files a/www/assets/tiles/16/12403/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23146.png b/www/assets/tiles/16/12403/23146.png deleted file mode 100644 index 1580ccc..0000000 Binary files a/www/assets/tiles/16/12403/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23147.png b/www/assets/tiles/16/12403/23147.png deleted file mode 100644 index b8350c3..0000000 Binary files a/www/assets/tiles/16/12403/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23148.png b/www/assets/tiles/16/12403/23148.png deleted file mode 100644 index 6db79cc..0000000 Binary files a/www/assets/tiles/16/12403/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23149.png b/www/assets/tiles/16/12403/23149.png deleted file mode 100644 index 5640b2e..0000000 Binary files a/www/assets/tiles/16/12403/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23150.png b/www/assets/tiles/16/12403/23150.png deleted file mode 100644 index b75763d..0000000 Binary files a/www/assets/tiles/16/12403/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23151.png b/www/assets/tiles/16/12403/23151.png deleted file mode 100644 index 561af11..0000000 Binary files a/www/assets/tiles/16/12403/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23152.png b/www/assets/tiles/16/12403/23152.png deleted file mode 100644 index 9262d65..0000000 Binary files a/www/assets/tiles/16/12403/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23153.png b/www/assets/tiles/16/12403/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23154.png b/www/assets/tiles/16/12403/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23155.png b/www/assets/tiles/16/12403/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23156.png b/www/assets/tiles/16/12403/23156.png deleted file mode 100644 index f010296..0000000 Binary files a/www/assets/tiles/16/12403/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23157.png b/www/assets/tiles/16/12403/23157.png deleted file mode 100644 index 6481ca8..0000000 Binary files a/www/assets/tiles/16/12403/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23158.png b/www/assets/tiles/16/12403/23158.png deleted file mode 100644 index 9ab9e2e..0000000 Binary files a/www/assets/tiles/16/12403/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23159.png b/www/assets/tiles/16/12403/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23160.png b/www/assets/tiles/16/12403/23160.png deleted file mode 100644 index 16fed23..0000000 Binary files a/www/assets/tiles/16/12403/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23161.png b/www/assets/tiles/16/12403/23161.png deleted file mode 100644 index 83c5ca5..0000000 Binary files a/www/assets/tiles/16/12403/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23162.png b/www/assets/tiles/16/12403/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23163.png b/www/assets/tiles/16/12403/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23164.png b/www/assets/tiles/16/12403/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23165.png b/www/assets/tiles/16/12403/23165.png deleted file mode 100644 index 6ce5c3c..0000000 Binary files a/www/assets/tiles/16/12403/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23166.png b/www/assets/tiles/16/12403/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23167.png b/www/assets/tiles/16/12403/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23168.png b/www/assets/tiles/16/12403/23168.png deleted file mode 100644 index 413ba87..0000000 Binary files a/www/assets/tiles/16/12403/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23169.png b/www/assets/tiles/16/12403/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23170.png b/www/assets/tiles/16/12403/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23171.png b/www/assets/tiles/16/12403/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23172.png b/www/assets/tiles/16/12403/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23173.png b/www/assets/tiles/16/12403/23173.png deleted file mode 100644 index 313b924..0000000 Binary files a/www/assets/tiles/16/12403/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23174.png b/www/assets/tiles/16/12403/23174.png deleted file mode 100644 index 248e299..0000000 Binary files a/www/assets/tiles/16/12403/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23175.png b/www/assets/tiles/16/12403/23175.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23176.png b/www/assets/tiles/16/12403/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23177.png b/www/assets/tiles/16/12403/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23178.png b/www/assets/tiles/16/12403/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12403/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23179.png b/www/assets/tiles/16/12403/23179.png deleted file mode 100644 index ee1542a..0000000 Binary files a/www/assets/tiles/16/12403/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12403/23180.png b/www/assets/tiles/16/12403/23180.png deleted file mode 100644 index ee2d07c..0000000 Binary files a/www/assets/tiles/16/12403/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23120.png b/www/assets/tiles/16/12404/23120.png deleted file mode 100644 index ba9920d..0000000 Binary files a/www/assets/tiles/16/12404/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23121.png b/www/assets/tiles/16/12404/23121.png deleted file mode 100644 index e8fc238..0000000 Binary files a/www/assets/tiles/16/12404/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23122.png b/www/assets/tiles/16/12404/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23123.png b/www/assets/tiles/16/12404/23123.png deleted file mode 100644 index b1398df..0000000 Binary files a/www/assets/tiles/16/12404/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23124.png b/www/assets/tiles/16/12404/23124.png deleted file mode 100644 index a3f43d8..0000000 Binary files a/www/assets/tiles/16/12404/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23125.png b/www/assets/tiles/16/12404/23125.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23126.png b/www/assets/tiles/16/12404/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23127.png b/www/assets/tiles/16/12404/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23128.png b/www/assets/tiles/16/12404/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23129.png b/www/assets/tiles/16/12404/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23130.png b/www/assets/tiles/16/12404/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23131.png b/www/assets/tiles/16/12404/23131.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23132.png b/www/assets/tiles/16/12404/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23133.png b/www/assets/tiles/16/12404/23133.png deleted file mode 100644 index 6d2ac4d..0000000 Binary files a/www/assets/tiles/16/12404/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23134.png b/www/assets/tiles/16/12404/23134.png deleted file mode 100644 index 17b62df..0000000 Binary files a/www/assets/tiles/16/12404/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23135.png b/www/assets/tiles/16/12404/23135.png deleted file mode 100644 index 9c58eba..0000000 Binary files a/www/assets/tiles/16/12404/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23136.png b/www/assets/tiles/16/12404/23136.png deleted file mode 100644 index 84757c4..0000000 Binary files a/www/assets/tiles/16/12404/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23137.png b/www/assets/tiles/16/12404/23137.png deleted file mode 100644 index 987ec0d..0000000 Binary files a/www/assets/tiles/16/12404/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23138.png b/www/assets/tiles/16/12404/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23139.png b/www/assets/tiles/16/12404/23139.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23140.png b/www/assets/tiles/16/12404/23140.png deleted file mode 100644 index 2cb9d90..0000000 Binary files a/www/assets/tiles/16/12404/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23141.png b/www/assets/tiles/16/12404/23141.png deleted file mode 100644 index 9181df3..0000000 Binary files a/www/assets/tiles/16/12404/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23142.png b/www/assets/tiles/16/12404/23142.png deleted file mode 100644 index d0b5046..0000000 Binary files a/www/assets/tiles/16/12404/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23143.png b/www/assets/tiles/16/12404/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23144.png b/www/assets/tiles/16/12404/23144.png deleted file mode 100644 index 8c74e8e..0000000 Binary files a/www/assets/tiles/16/12404/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23145.png b/www/assets/tiles/16/12404/23145.png deleted file mode 100644 index f2b8c33..0000000 Binary files a/www/assets/tiles/16/12404/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23146.png b/www/assets/tiles/16/12404/23146.png deleted file mode 100644 index 74d40db..0000000 Binary files a/www/assets/tiles/16/12404/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23147.png b/www/assets/tiles/16/12404/23147.png deleted file mode 100644 index cfbd1a0..0000000 Binary files a/www/assets/tiles/16/12404/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23148.png b/www/assets/tiles/16/12404/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23149.png b/www/assets/tiles/16/12404/23149.png deleted file mode 100644 index 77071dd..0000000 Binary files a/www/assets/tiles/16/12404/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23150.png b/www/assets/tiles/16/12404/23150.png deleted file mode 100644 index 728adb4..0000000 Binary files a/www/assets/tiles/16/12404/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23151.png b/www/assets/tiles/16/12404/23151.png deleted file mode 100644 index e514e95..0000000 Binary files a/www/assets/tiles/16/12404/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23152.png b/www/assets/tiles/16/12404/23152.png deleted file mode 100644 index c8e24f7..0000000 Binary files a/www/assets/tiles/16/12404/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23153.png b/www/assets/tiles/16/12404/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23154.png b/www/assets/tiles/16/12404/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23155.png b/www/assets/tiles/16/12404/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23156.png b/www/assets/tiles/16/12404/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23157.png b/www/assets/tiles/16/12404/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23158.png b/www/assets/tiles/16/12404/23158.png deleted file mode 100644 index 77ea920..0000000 Binary files a/www/assets/tiles/16/12404/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23159.png b/www/assets/tiles/16/12404/23159.png deleted file mode 100644 index 6af3ac5..0000000 Binary files a/www/assets/tiles/16/12404/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23160.png b/www/assets/tiles/16/12404/23160.png deleted file mode 100644 index 2d085e7..0000000 Binary files a/www/assets/tiles/16/12404/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23161.png b/www/assets/tiles/16/12404/23161.png deleted file mode 100644 index 05e880b..0000000 Binary files a/www/assets/tiles/16/12404/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23162.png b/www/assets/tiles/16/12404/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23163.png b/www/assets/tiles/16/12404/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23164.png b/www/assets/tiles/16/12404/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23165.png b/www/assets/tiles/16/12404/23165.png deleted file mode 100644 index ad30fb7..0000000 Binary files a/www/assets/tiles/16/12404/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23166.png b/www/assets/tiles/16/12404/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23167.png b/www/assets/tiles/16/12404/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23168.png b/www/assets/tiles/16/12404/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23169.png b/www/assets/tiles/16/12404/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23170.png b/www/assets/tiles/16/12404/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23171.png b/www/assets/tiles/16/12404/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23172.png b/www/assets/tiles/16/12404/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23173.png b/www/assets/tiles/16/12404/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12404/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23174.png b/www/assets/tiles/16/12404/23174.png deleted file mode 100644 index 186392a..0000000 Binary files a/www/assets/tiles/16/12404/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23175.png b/www/assets/tiles/16/12404/23175.png deleted file mode 100644 index 22f90a1..0000000 Binary files a/www/assets/tiles/16/12404/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23176.png b/www/assets/tiles/16/12404/23176.png deleted file mode 100644 index d3e9877..0000000 Binary files a/www/assets/tiles/16/12404/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23177.png b/www/assets/tiles/16/12404/23177.png deleted file mode 100644 index 7b4ec4b..0000000 Binary files a/www/assets/tiles/16/12404/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23178.png b/www/assets/tiles/16/12404/23178.png deleted file mode 100644 index aede519..0000000 Binary files a/www/assets/tiles/16/12404/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23179.png b/www/assets/tiles/16/12404/23179.png deleted file mode 100644 index 1f75886..0000000 Binary files a/www/assets/tiles/16/12404/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12404/23180.png b/www/assets/tiles/16/12404/23180.png deleted file mode 100644 index 1d91004..0000000 Binary files a/www/assets/tiles/16/12404/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23120.png b/www/assets/tiles/16/12405/23120.png deleted file mode 100644 index 389e4ef..0000000 Binary files a/www/assets/tiles/16/12405/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23121.png b/www/assets/tiles/16/12405/23121.png deleted file mode 100644 index a49b881..0000000 Binary files a/www/assets/tiles/16/12405/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23122.png b/www/assets/tiles/16/12405/23122.png deleted file mode 100644 index 5b363bf..0000000 Binary files a/www/assets/tiles/16/12405/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23123.png b/www/assets/tiles/16/12405/23123.png deleted file mode 100644 index 80d1932..0000000 Binary files a/www/assets/tiles/16/12405/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23124.png b/www/assets/tiles/16/12405/23124.png deleted file mode 100644 index 4f62cee..0000000 Binary files a/www/assets/tiles/16/12405/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23125.png b/www/assets/tiles/16/12405/23125.png deleted file mode 100644 index a936991..0000000 Binary files a/www/assets/tiles/16/12405/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23126.png b/www/assets/tiles/16/12405/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23127.png b/www/assets/tiles/16/12405/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23128.png b/www/assets/tiles/16/12405/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23129.png b/www/assets/tiles/16/12405/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23130.png b/www/assets/tiles/16/12405/23130.png deleted file mode 100644 index eac9a61..0000000 Binary files a/www/assets/tiles/16/12405/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23131.png b/www/assets/tiles/16/12405/23131.png deleted file mode 100644 index d916551..0000000 Binary files a/www/assets/tiles/16/12405/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23132.png b/www/assets/tiles/16/12405/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23133.png b/www/assets/tiles/16/12405/23133.png deleted file mode 100644 index cd4f96b..0000000 Binary files a/www/assets/tiles/16/12405/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23134.png b/www/assets/tiles/16/12405/23134.png deleted file mode 100644 index df9a48e..0000000 Binary files a/www/assets/tiles/16/12405/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23135.png b/www/assets/tiles/16/12405/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23136.png b/www/assets/tiles/16/12405/23136.png deleted file mode 100644 index 168dce8..0000000 Binary files a/www/assets/tiles/16/12405/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23137.png b/www/assets/tiles/16/12405/23137.png deleted file mode 100644 index af9c1bc..0000000 Binary files a/www/assets/tiles/16/12405/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23138.png b/www/assets/tiles/16/12405/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23139.png b/www/assets/tiles/16/12405/23139.png deleted file mode 100644 index 590ec0a..0000000 Binary files a/www/assets/tiles/16/12405/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23140.png b/www/assets/tiles/16/12405/23140.png deleted file mode 100644 index 03e2bda..0000000 Binary files a/www/assets/tiles/16/12405/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23141.png b/www/assets/tiles/16/12405/23141.png deleted file mode 100644 index 0bf6ca8..0000000 Binary files a/www/assets/tiles/16/12405/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23142.png b/www/assets/tiles/16/12405/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23143.png b/www/assets/tiles/16/12405/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23144.png b/www/assets/tiles/16/12405/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23145.png b/www/assets/tiles/16/12405/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23146.png b/www/assets/tiles/16/12405/23146.png deleted file mode 100644 index ca0b32b..0000000 Binary files a/www/assets/tiles/16/12405/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23147.png b/www/assets/tiles/16/12405/23147.png deleted file mode 100644 index e34ee02..0000000 Binary files a/www/assets/tiles/16/12405/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23148.png b/www/assets/tiles/16/12405/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23149.png b/www/assets/tiles/16/12405/23149.png deleted file mode 100644 index 981aa6e..0000000 Binary files a/www/assets/tiles/16/12405/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23150.png b/www/assets/tiles/16/12405/23150.png deleted file mode 100644 index baf0c3b..0000000 Binary files a/www/assets/tiles/16/12405/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23151.png b/www/assets/tiles/16/12405/23151.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23152.png b/www/assets/tiles/16/12405/23152.png deleted file mode 100644 index 31d4870..0000000 Binary files a/www/assets/tiles/16/12405/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23153.png b/www/assets/tiles/16/12405/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23154.png b/www/assets/tiles/16/12405/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23155.png b/www/assets/tiles/16/12405/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23156.png b/www/assets/tiles/16/12405/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23157.png b/www/assets/tiles/16/12405/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23158.png b/www/assets/tiles/16/12405/23158.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23159.png b/www/assets/tiles/16/12405/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23160.png b/www/assets/tiles/16/12405/23160.png deleted file mode 100644 index ef103d5..0000000 Binary files a/www/assets/tiles/16/12405/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23161.png b/www/assets/tiles/16/12405/23161.png deleted file mode 100644 index c28c8df..0000000 Binary files a/www/assets/tiles/16/12405/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23162.png b/www/assets/tiles/16/12405/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23163.png b/www/assets/tiles/16/12405/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23164.png b/www/assets/tiles/16/12405/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23165.png b/www/assets/tiles/16/12405/23165.png deleted file mode 100644 index ee36db0..0000000 Binary files a/www/assets/tiles/16/12405/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23166.png b/www/assets/tiles/16/12405/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23167.png b/www/assets/tiles/16/12405/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23168.png b/www/assets/tiles/16/12405/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23169.png b/www/assets/tiles/16/12405/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23170.png b/www/assets/tiles/16/12405/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23171.png b/www/assets/tiles/16/12405/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23172.png b/www/assets/tiles/16/12405/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23173.png b/www/assets/tiles/16/12405/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23174.png b/www/assets/tiles/16/12405/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12405/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23175.png b/www/assets/tiles/16/12405/23175.png deleted file mode 100644 index 4e627b8..0000000 Binary files a/www/assets/tiles/16/12405/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23176.png b/www/assets/tiles/16/12405/23176.png deleted file mode 100644 index 444a591..0000000 Binary files a/www/assets/tiles/16/12405/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23177.png b/www/assets/tiles/16/12405/23177.png deleted file mode 100644 index cc01d95..0000000 Binary files a/www/assets/tiles/16/12405/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23178.png b/www/assets/tiles/16/12405/23178.png deleted file mode 100644 index deaac40..0000000 Binary files a/www/assets/tiles/16/12405/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23179.png b/www/assets/tiles/16/12405/23179.png deleted file mode 100644 index aa9a5c2..0000000 Binary files a/www/assets/tiles/16/12405/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12405/23180.png b/www/assets/tiles/16/12405/23180.png deleted file mode 100644 index fcbe570..0000000 Binary files a/www/assets/tiles/16/12405/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23120.png b/www/assets/tiles/16/12406/23120.png deleted file mode 100644 index e04ab14..0000000 Binary files a/www/assets/tiles/16/12406/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23121.png b/www/assets/tiles/16/12406/23121.png deleted file mode 100644 index f84ea2a..0000000 Binary files a/www/assets/tiles/16/12406/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23122.png b/www/assets/tiles/16/12406/23122.png deleted file mode 100644 index 6f1d275..0000000 Binary files a/www/assets/tiles/16/12406/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23123.png b/www/assets/tiles/16/12406/23123.png deleted file mode 100644 index e7c5694..0000000 Binary files a/www/assets/tiles/16/12406/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23124.png b/www/assets/tiles/16/12406/23124.png deleted file mode 100644 index 9315297..0000000 Binary files a/www/assets/tiles/16/12406/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23125.png b/www/assets/tiles/16/12406/23125.png deleted file mode 100644 index b8c958d..0000000 Binary files a/www/assets/tiles/16/12406/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23126.png b/www/assets/tiles/16/12406/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23127.png b/www/assets/tiles/16/12406/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23128.png b/www/assets/tiles/16/12406/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23129.png b/www/assets/tiles/16/12406/23129.png deleted file mode 100644 index 81f8840..0000000 Binary files a/www/assets/tiles/16/12406/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23130.png b/www/assets/tiles/16/12406/23130.png deleted file mode 100644 index 7e6dfbc..0000000 Binary files a/www/assets/tiles/16/12406/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23131.png b/www/assets/tiles/16/12406/23131.png deleted file mode 100644 index 236df02..0000000 Binary files a/www/assets/tiles/16/12406/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23132.png b/www/assets/tiles/16/12406/23132.png deleted file mode 100644 index e957d81..0000000 Binary files a/www/assets/tiles/16/12406/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23133.png b/www/assets/tiles/16/12406/23133.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23134.png b/www/assets/tiles/16/12406/23134.png deleted file mode 100644 index 7dbdcc6..0000000 Binary files a/www/assets/tiles/16/12406/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23135.png b/www/assets/tiles/16/12406/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23136.png b/www/assets/tiles/16/12406/23136.png deleted file mode 100644 index fb8b0c1..0000000 Binary files a/www/assets/tiles/16/12406/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23137.png b/www/assets/tiles/16/12406/23137.png deleted file mode 100644 index 38fe2d5..0000000 Binary files a/www/assets/tiles/16/12406/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23138.png b/www/assets/tiles/16/12406/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23139.png b/www/assets/tiles/16/12406/23139.png deleted file mode 100644 index 316ce3d..0000000 Binary files a/www/assets/tiles/16/12406/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23140.png b/www/assets/tiles/16/12406/23140.png deleted file mode 100644 index 788f2d2..0000000 Binary files a/www/assets/tiles/16/12406/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23141.png b/www/assets/tiles/16/12406/23141.png deleted file mode 100644 index 842ecf6..0000000 Binary files a/www/assets/tiles/16/12406/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23142.png b/www/assets/tiles/16/12406/23142.png deleted file mode 100644 index 6fccfa4..0000000 Binary files a/www/assets/tiles/16/12406/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23143.png b/www/assets/tiles/16/12406/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23144.png b/www/assets/tiles/16/12406/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23145.png b/www/assets/tiles/16/12406/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23146.png b/www/assets/tiles/16/12406/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23147.png b/www/assets/tiles/16/12406/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23148.png b/www/assets/tiles/16/12406/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23149.png b/www/assets/tiles/16/12406/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23150.png b/www/assets/tiles/16/12406/23150.png deleted file mode 100644 index 79dffa4..0000000 Binary files a/www/assets/tiles/16/12406/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23151.png b/www/assets/tiles/16/12406/23151.png deleted file mode 100644 index 3a654ef..0000000 Binary files a/www/assets/tiles/16/12406/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23152.png b/www/assets/tiles/16/12406/23152.png deleted file mode 100644 index babd672..0000000 Binary files a/www/assets/tiles/16/12406/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23153.png b/www/assets/tiles/16/12406/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23154.png b/www/assets/tiles/16/12406/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23155.png b/www/assets/tiles/16/12406/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23156.png b/www/assets/tiles/16/12406/23156.png deleted file mode 100644 index ae61ed7..0000000 Binary files a/www/assets/tiles/16/12406/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23157.png b/www/assets/tiles/16/12406/23157.png deleted file mode 100644 index 80fab4d..0000000 Binary files a/www/assets/tiles/16/12406/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23158.png b/www/assets/tiles/16/12406/23158.png deleted file mode 100644 index 04f3a4b..0000000 Binary files a/www/assets/tiles/16/12406/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23159.png b/www/assets/tiles/16/12406/23159.png deleted file mode 100644 index c786420..0000000 Binary files a/www/assets/tiles/16/12406/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23160.png b/www/assets/tiles/16/12406/23160.png deleted file mode 100644 index 25a0d03..0000000 Binary files a/www/assets/tiles/16/12406/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23161.png b/www/assets/tiles/16/12406/23161.png deleted file mode 100644 index e032b8b..0000000 Binary files a/www/assets/tiles/16/12406/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23162.png b/www/assets/tiles/16/12406/23162.png deleted file mode 100644 index c581bef..0000000 Binary files a/www/assets/tiles/16/12406/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23163.png b/www/assets/tiles/16/12406/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23164.png b/www/assets/tiles/16/12406/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23165.png b/www/assets/tiles/16/12406/23165.png deleted file mode 100644 index 7a8fdd9..0000000 Binary files a/www/assets/tiles/16/12406/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23166.png b/www/assets/tiles/16/12406/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23167.png b/www/assets/tiles/16/12406/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23168.png b/www/assets/tiles/16/12406/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23169.png b/www/assets/tiles/16/12406/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23170.png b/www/assets/tiles/16/12406/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23171.png b/www/assets/tiles/16/12406/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23172.png b/www/assets/tiles/16/12406/23172.png deleted file mode 100644 index a70fd38..0000000 Binary files a/www/assets/tiles/16/12406/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23173.png b/www/assets/tiles/16/12406/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12406/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23174.png b/www/assets/tiles/16/12406/23174.png deleted file mode 100644 index eec1cae..0000000 Binary files a/www/assets/tiles/16/12406/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23175.png b/www/assets/tiles/16/12406/23175.png deleted file mode 100644 index 1031741..0000000 Binary files a/www/assets/tiles/16/12406/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23176.png b/www/assets/tiles/16/12406/23176.png deleted file mode 100644 index de9429f..0000000 Binary files a/www/assets/tiles/16/12406/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23177.png b/www/assets/tiles/16/12406/23177.png deleted file mode 100644 index 72b5495..0000000 Binary files a/www/assets/tiles/16/12406/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23178.png b/www/assets/tiles/16/12406/23178.png deleted file mode 100644 index 801ea50..0000000 Binary files a/www/assets/tiles/16/12406/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23179.png b/www/assets/tiles/16/12406/23179.png deleted file mode 100644 index ae7bd47..0000000 Binary files a/www/assets/tiles/16/12406/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12406/23180.png b/www/assets/tiles/16/12406/23180.png deleted file mode 100644 index a55512d..0000000 Binary files a/www/assets/tiles/16/12406/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23120.png b/www/assets/tiles/16/12407/23120.png deleted file mode 100644 index 0f6c2d6..0000000 Binary files a/www/assets/tiles/16/12407/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23121.png b/www/assets/tiles/16/12407/23121.png deleted file mode 100644 index e400ba2..0000000 Binary files a/www/assets/tiles/16/12407/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23122.png b/www/assets/tiles/16/12407/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23123.png b/www/assets/tiles/16/12407/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23124.png b/www/assets/tiles/16/12407/23124.png deleted file mode 100644 index 7b553c0..0000000 Binary files a/www/assets/tiles/16/12407/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23125.png b/www/assets/tiles/16/12407/23125.png deleted file mode 100644 index f08eb33..0000000 Binary files a/www/assets/tiles/16/12407/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23126.png b/www/assets/tiles/16/12407/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23127.png b/www/assets/tiles/16/12407/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23128.png b/www/assets/tiles/16/12407/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23129.png b/www/assets/tiles/16/12407/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23130.png b/www/assets/tiles/16/12407/23130.png deleted file mode 100644 index db6d543..0000000 Binary files a/www/assets/tiles/16/12407/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23131.png b/www/assets/tiles/16/12407/23131.png deleted file mode 100644 index 46b70a6..0000000 Binary files a/www/assets/tiles/16/12407/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23132.png b/www/assets/tiles/16/12407/23132.png deleted file mode 100644 index 572931f..0000000 Binary files a/www/assets/tiles/16/12407/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23133.png b/www/assets/tiles/16/12407/23133.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23134.png b/www/assets/tiles/16/12407/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23135.png b/www/assets/tiles/16/12407/23135.png deleted file mode 100644 index 1916079..0000000 Binary files a/www/assets/tiles/16/12407/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23136.png b/www/assets/tiles/16/12407/23136.png deleted file mode 100644 index 446aab0..0000000 Binary files a/www/assets/tiles/16/12407/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23137.png b/www/assets/tiles/16/12407/23137.png deleted file mode 100644 index bd56bf1..0000000 Binary files a/www/assets/tiles/16/12407/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23138.png b/www/assets/tiles/16/12407/23138.png deleted file mode 100644 index b5054ea..0000000 Binary files a/www/assets/tiles/16/12407/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23139.png b/www/assets/tiles/16/12407/23139.png deleted file mode 100644 index 0a28d5d..0000000 Binary files a/www/assets/tiles/16/12407/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23140.png b/www/assets/tiles/16/12407/23140.png deleted file mode 100644 index f278bec..0000000 Binary files a/www/assets/tiles/16/12407/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23141.png b/www/assets/tiles/16/12407/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23142.png b/www/assets/tiles/16/12407/23142.png deleted file mode 100644 index 90f3712..0000000 Binary files a/www/assets/tiles/16/12407/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23143.png b/www/assets/tiles/16/12407/23143.png deleted file mode 100644 index 1c2f8f7..0000000 Binary files a/www/assets/tiles/16/12407/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23144.png b/www/assets/tiles/16/12407/23144.png deleted file mode 100644 index f1852c0..0000000 Binary files a/www/assets/tiles/16/12407/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23145.png b/www/assets/tiles/16/12407/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23146.png b/www/assets/tiles/16/12407/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23147.png b/www/assets/tiles/16/12407/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23148.png b/www/assets/tiles/16/12407/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23149.png b/www/assets/tiles/16/12407/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23150.png b/www/assets/tiles/16/12407/23150.png deleted file mode 100644 index 8ecc1c9..0000000 Binary files a/www/assets/tiles/16/12407/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23151.png b/www/assets/tiles/16/12407/23151.png deleted file mode 100644 index 0168277..0000000 Binary files a/www/assets/tiles/16/12407/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23152.png b/www/assets/tiles/16/12407/23152.png deleted file mode 100644 index df22c04..0000000 Binary files a/www/assets/tiles/16/12407/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23153.png b/www/assets/tiles/16/12407/23153.png deleted file mode 100644 index e390bd7..0000000 Binary files a/www/assets/tiles/16/12407/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23154.png b/www/assets/tiles/16/12407/23154.png deleted file mode 100644 index 4e78046..0000000 Binary files a/www/assets/tiles/16/12407/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23155.png b/www/assets/tiles/16/12407/23155.png deleted file mode 100644 index c6a0af1..0000000 Binary files a/www/assets/tiles/16/12407/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23156.png b/www/assets/tiles/16/12407/23156.png deleted file mode 100644 index 2063870..0000000 Binary files a/www/assets/tiles/16/12407/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23157.png b/www/assets/tiles/16/12407/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23158.png b/www/assets/tiles/16/12407/23158.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23159.png b/www/assets/tiles/16/12407/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23160.png b/www/assets/tiles/16/12407/23160.png deleted file mode 100644 index 90ce77e..0000000 Binary files a/www/assets/tiles/16/12407/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23161.png b/www/assets/tiles/16/12407/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23162.png b/www/assets/tiles/16/12407/23162.png deleted file mode 100644 index a5edec9..0000000 Binary files a/www/assets/tiles/16/12407/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23163.png b/www/assets/tiles/16/12407/23163.png deleted file mode 100644 index 4eb3df0..0000000 Binary files a/www/assets/tiles/16/12407/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23164.png b/www/assets/tiles/16/12407/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23165.png b/www/assets/tiles/16/12407/23165.png deleted file mode 100644 index ba9e489..0000000 Binary files a/www/assets/tiles/16/12407/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23166.png b/www/assets/tiles/16/12407/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23167.png b/www/assets/tiles/16/12407/23167.png deleted file mode 100644 index 4de70b4..0000000 Binary files a/www/assets/tiles/16/12407/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23168.png b/www/assets/tiles/16/12407/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23169.png b/www/assets/tiles/16/12407/23169.png deleted file mode 100644 index f9446ee..0000000 Binary files a/www/assets/tiles/16/12407/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23170.png b/www/assets/tiles/16/12407/23170.png deleted file mode 100644 index 22d02f4..0000000 Binary files a/www/assets/tiles/16/12407/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23171.png b/www/assets/tiles/16/12407/23171.png deleted file mode 100644 index fb514eb..0000000 Binary files a/www/assets/tiles/16/12407/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23172.png b/www/assets/tiles/16/12407/23172.png deleted file mode 100644 index d787b21..0000000 Binary files a/www/assets/tiles/16/12407/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23173.png b/www/assets/tiles/16/12407/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23174.png b/www/assets/tiles/16/12407/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23175.png b/www/assets/tiles/16/12407/23175.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23176.png b/www/assets/tiles/16/12407/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12407/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23177.png b/www/assets/tiles/16/12407/23177.png deleted file mode 100644 index 5140506..0000000 Binary files a/www/assets/tiles/16/12407/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23178.png b/www/assets/tiles/16/12407/23178.png deleted file mode 100644 index b688944..0000000 Binary files a/www/assets/tiles/16/12407/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23179.png b/www/assets/tiles/16/12407/23179.png deleted file mode 100644 index 70e2d24..0000000 Binary files a/www/assets/tiles/16/12407/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12407/23180.png b/www/assets/tiles/16/12407/23180.png deleted file mode 100644 index 02650f6..0000000 Binary files a/www/assets/tiles/16/12407/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23120.png b/www/assets/tiles/16/12408/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12408/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23121.png b/www/assets/tiles/16/12408/23121.png deleted file mode 100644 index 3505ac9..0000000 Binary files a/www/assets/tiles/16/12408/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23122.png b/www/assets/tiles/16/12408/23122.png deleted file mode 100644 index c8ec5e3..0000000 Binary files a/www/assets/tiles/16/12408/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23123.png b/www/assets/tiles/16/12408/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23124.png b/www/assets/tiles/16/12408/23124.png deleted file mode 100644 index 8b9939a..0000000 Binary files a/www/assets/tiles/16/12408/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23125.png b/www/assets/tiles/16/12408/23125.png deleted file mode 100644 index dc865dd..0000000 Binary files a/www/assets/tiles/16/12408/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23126.png b/www/assets/tiles/16/12408/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23127.png b/www/assets/tiles/16/12408/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23128.png b/www/assets/tiles/16/12408/23128.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23129.png b/www/assets/tiles/16/12408/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23130.png b/www/assets/tiles/16/12408/23130.png deleted file mode 100644 index 4ff40a7..0000000 Binary files a/www/assets/tiles/16/12408/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23131.png b/www/assets/tiles/16/12408/23131.png deleted file mode 100644 index 8597a93..0000000 Binary files a/www/assets/tiles/16/12408/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23132.png b/www/assets/tiles/16/12408/23132.png deleted file mode 100644 index cdb8a8d..0000000 Binary files a/www/assets/tiles/16/12408/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23133.png b/www/assets/tiles/16/12408/23133.png deleted file mode 100644 index ab24282..0000000 Binary files a/www/assets/tiles/16/12408/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23134.png b/www/assets/tiles/16/12408/23134.png deleted file mode 100644 index 4449fd4..0000000 Binary files a/www/assets/tiles/16/12408/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23135.png b/www/assets/tiles/16/12408/23135.png deleted file mode 100644 index 99b1ea1..0000000 Binary files a/www/assets/tiles/16/12408/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23136.png b/www/assets/tiles/16/12408/23136.png deleted file mode 100644 index 23349ba..0000000 Binary files a/www/assets/tiles/16/12408/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23137.png b/www/assets/tiles/16/12408/23137.png deleted file mode 100644 index 95117a6..0000000 Binary files a/www/assets/tiles/16/12408/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23138.png b/www/assets/tiles/16/12408/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23139.png b/www/assets/tiles/16/12408/23139.png deleted file mode 100644 index 970824e..0000000 Binary files a/www/assets/tiles/16/12408/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23140.png b/www/assets/tiles/16/12408/23140.png deleted file mode 100644 index 32ac5fc..0000000 Binary files a/www/assets/tiles/16/12408/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23141.png b/www/assets/tiles/16/12408/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23142.png b/www/assets/tiles/16/12408/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23143.png b/www/assets/tiles/16/12408/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23144.png b/www/assets/tiles/16/12408/23144.png deleted file mode 100644 index 5d522d3..0000000 Binary files a/www/assets/tiles/16/12408/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23145.png b/www/assets/tiles/16/12408/23145.png deleted file mode 100644 index eea6d0d..0000000 Binary files a/www/assets/tiles/16/12408/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23146.png b/www/assets/tiles/16/12408/23146.png deleted file mode 100644 index 347fd9e..0000000 Binary files a/www/assets/tiles/16/12408/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23147.png b/www/assets/tiles/16/12408/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23148.png b/www/assets/tiles/16/12408/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23149.png b/www/assets/tiles/16/12408/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23150.png b/www/assets/tiles/16/12408/23150.png deleted file mode 100644 index ffbcf8b..0000000 Binary files a/www/assets/tiles/16/12408/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23151.png b/www/assets/tiles/16/12408/23151.png deleted file mode 100644 index 01ab3e4..0000000 Binary files a/www/assets/tiles/16/12408/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23152.png b/www/assets/tiles/16/12408/23152.png deleted file mode 100644 index d51ae48..0000000 Binary files a/www/assets/tiles/16/12408/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23153.png b/www/assets/tiles/16/12408/23153.png deleted file mode 100644 index 4999c42..0000000 Binary files a/www/assets/tiles/16/12408/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23154.png b/www/assets/tiles/16/12408/23154.png deleted file mode 100644 index d9a8949..0000000 Binary files a/www/assets/tiles/16/12408/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23155.png b/www/assets/tiles/16/12408/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23156.png b/www/assets/tiles/16/12408/23156.png deleted file mode 100644 index 82e5e53..0000000 Binary files a/www/assets/tiles/16/12408/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23157.png b/www/assets/tiles/16/12408/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23158.png b/www/assets/tiles/16/12408/23158.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23159.png b/www/assets/tiles/16/12408/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23160.png b/www/assets/tiles/16/12408/23160.png deleted file mode 100644 index 1e1cebd..0000000 Binary files a/www/assets/tiles/16/12408/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23161.png b/www/assets/tiles/16/12408/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23162.png b/www/assets/tiles/16/12408/23162.png deleted file mode 100644 index e9d6f4c..0000000 Binary files a/www/assets/tiles/16/12408/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23163.png b/www/assets/tiles/16/12408/23163.png deleted file mode 100644 index 1daf916..0000000 Binary files a/www/assets/tiles/16/12408/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23164.png b/www/assets/tiles/16/12408/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23165.png b/www/assets/tiles/16/12408/23165.png deleted file mode 100644 index 4abe4f0..0000000 Binary files a/www/assets/tiles/16/12408/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23166.png b/www/assets/tiles/16/12408/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23167.png b/www/assets/tiles/16/12408/23167.png deleted file mode 100644 index 3f0b748..0000000 Binary files a/www/assets/tiles/16/12408/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23168.png b/www/assets/tiles/16/12408/23168.png deleted file mode 100644 index 5376def..0000000 Binary files a/www/assets/tiles/16/12408/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23169.png b/www/assets/tiles/16/12408/23169.png deleted file mode 100644 index 1110f02..0000000 Binary files a/www/assets/tiles/16/12408/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23170.png b/www/assets/tiles/16/12408/23170.png deleted file mode 100644 index 5a67fde..0000000 Binary files a/www/assets/tiles/16/12408/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23171.png b/www/assets/tiles/16/12408/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23172.png b/www/assets/tiles/16/12408/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23173.png b/www/assets/tiles/16/12408/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23174.png b/www/assets/tiles/16/12408/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23175.png b/www/assets/tiles/16/12408/23175.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23176.png b/www/assets/tiles/16/12408/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23177.png b/www/assets/tiles/16/12408/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23178.png b/www/assets/tiles/16/12408/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12408/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23179.png b/www/assets/tiles/16/12408/23179.png deleted file mode 100644 index 0f680af..0000000 Binary files a/www/assets/tiles/16/12408/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12408/23180.png b/www/assets/tiles/16/12408/23180.png deleted file mode 100644 index c1f4f7d..0000000 Binary files a/www/assets/tiles/16/12408/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23120.png b/www/assets/tiles/16/12409/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12409/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23121.png b/www/assets/tiles/16/12409/23121.png deleted file mode 100644 index 56420c2..0000000 Binary files a/www/assets/tiles/16/12409/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23122.png b/www/assets/tiles/16/12409/23122.png deleted file mode 100644 index fbce0cb..0000000 Binary files a/www/assets/tiles/16/12409/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23123.png b/www/assets/tiles/16/12409/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12409/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23124.png b/www/assets/tiles/16/12409/23124.png deleted file mode 100644 index 3f2fd67..0000000 Binary files a/www/assets/tiles/16/12409/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23125.png b/www/assets/tiles/16/12409/23125.png deleted file mode 100644 index 3b26458..0000000 Binary files a/www/assets/tiles/16/12409/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23126.png b/www/assets/tiles/16/12409/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12409/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23127.png b/www/assets/tiles/16/12409/23127.png deleted file mode 100644 index 8056f16..0000000 Binary files a/www/assets/tiles/16/12409/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23128.png b/www/assets/tiles/16/12409/23128.png deleted file mode 100644 index 293a01d..0000000 Binary files a/www/assets/tiles/16/12409/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23129.png b/www/assets/tiles/16/12409/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12409/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23130.png b/www/assets/tiles/16/12409/23130.png deleted file mode 100644 index d3fa438..0000000 Binary files a/www/assets/tiles/16/12409/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23131.png b/www/assets/tiles/16/12409/23131.png deleted file mode 100644 index 6a93034..0000000 Binary files a/www/assets/tiles/16/12409/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23132.png b/www/assets/tiles/16/12409/23132.png deleted file mode 100644 index 1d66f33..0000000 Binary files a/www/assets/tiles/16/12409/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23133.png b/www/assets/tiles/16/12409/23133.png deleted file mode 100644 index 4eb27a8..0000000 Binary files a/www/assets/tiles/16/12409/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23134.png b/www/assets/tiles/16/12409/23134.png deleted file mode 100644 index 93c4053..0000000 Binary files a/www/assets/tiles/16/12409/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23135.png b/www/assets/tiles/16/12409/23135.png deleted file mode 100644 index 94acce7..0000000 Binary files a/www/assets/tiles/16/12409/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23136.png b/www/assets/tiles/16/12409/23136.png deleted file mode 100644 index 12f6707..0000000 Binary files a/www/assets/tiles/16/12409/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23137.png b/www/assets/tiles/16/12409/23137.png deleted file mode 100644 index 1a2adbf..0000000 Binary files a/www/assets/tiles/16/12409/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23138.png b/www/assets/tiles/16/12409/23138.png deleted file mode 100644 index 0f21910..0000000 Binary files a/www/assets/tiles/16/12409/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23139.png b/www/assets/tiles/16/12409/23139.png deleted file mode 100644 index e55cd78..0000000 Binary files a/www/assets/tiles/16/12409/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23140.png b/www/assets/tiles/16/12409/23140.png deleted file mode 100644 index d868433..0000000 Binary files a/www/assets/tiles/16/12409/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23141.png b/www/assets/tiles/16/12409/23141.png deleted file mode 100644 index 1e22ac2..0000000 Binary files a/www/assets/tiles/16/12409/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23142.png b/www/assets/tiles/16/12409/23142.png deleted file mode 100644 index 158a594..0000000 Binary files a/www/assets/tiles/16/12409/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23143.png b/www/assets/tiles/16/12409/23143.png deleted file mode 100644 index bd050f3..0000000 Binary files a/www/assets/tiles/16/12409/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23144.png b/www/assets/tiles/16/12409/23144.png deleted file mode 100644 index 77811db..0000000 Binary files a/www/assets/tiles/16/12409/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23145.png b/www/assets/tiles/16/12409/23145.png deleted file mode 100644 index 5f74c91..0000000 Binary files a/www/assets/tiles/16/12409/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23146.png b/www/assets/tiles/16/12409/23146.png deleted file mode 100644 index 054417b..0000000 Binary files a/www/assets/tiles/16/12409/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23147.png b/www/assets/tiles/16/12409/23147.png deleted file mode 100644 index ceeb53f..0000000 Binary files a/www/assets/tiles/16/12409/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23148.png b/www/assets/tiles/16/12409/23148.png deleted file mode 100644 index de5df3d..0000000 Binary files a/www/assets/tiles/16/12409/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23149.png b/www/assets/tiles/16/12409/23149.png deleted file mode 100644 index 42beaa5..0000000 Binary files a/www/assets/tiles/16/12409/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23150.png b/www/assets/tiles/16/12409/23150.png deleted file mode 100644 index b197191..0000000 Binary files a/www/assets/tiles/16/12409/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23151.png b/www/assets/tiles/16/12409/23151.png deleted file mode 100644 index e0590b2..0000000 Binary files a/www/assets/tiles/16/12409/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23152.png b/www/assets/tiles/16/12409/23152.png deleted file mode 100644 index d3295c5..0000000 Binary files a/www/assets/tiles/16/12409/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23153.png b/www/assets/tiles/16/12409/23153.png deleted file mode 100644 index a28e0a9..0000000 Binary files a/www/assets/tiles/16/12409/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23154.png b/www/assets/tiles/16/12409/23154.png deleted file mode 100644 index 39a403e..0000000 Binary files a/www/assets/tiles/16/12409/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23155.png b/www/assets/tiles/16/12409/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12409/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23156.png b/www/assets/tiles/16/12409/23156.png deleted file mode 100644 index 9a46f70..0000000 Binary files a/www/assets/tiles/16/12409/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23157.png b/www/assets/tiles/16/12409/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12409/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23158.png b/www/assets/tiles/16/12409/23158.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12409/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23159.png b/www/assets/tiles/16/12409/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12409/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23160.png b/www/assets/tiles/16/12409/23160.png deleted file mode 100644 index e108212..0000000 Binary files a/www/assets/tiles/16/12409/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23161.png b/www/assets/tiles/16/12409/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12409/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23162.png b/www/assets/tiles/16/12409/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12409/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23163.png b/www/assets/tiles/16/12409/23163.png deleted file mode 100644 index e10db18..0000000 Binary files a/www/assets/tiles/16/12409/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23164.png b/www/assets/tiles/16/12409/23164.png deleted file mode 100644 index 2d1c86a..0000000 Binary files a/www/assets/tiles/16/12409/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23165.png b/www/assets/tiles/16/12409/23165.png deleted file mode 100644 index 406be94..0000000 Binary files a/www/assets/tiles/16/12409/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23166.png b/www/assets/tiles/16/12409/23166.png deleted file mode 100644 index d3b790e..0000000 Binary files a/www/assets/tiles/16/12409/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23167.png b/www/assets/tiles/16/12409/23167.png deleted file mode 100644 index de72130..0000000 Binary files a/www/assets/tiles/16/12409/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23168.png b/www/assets/tiles/16/12409/23168.png deleted file mode 100644 index 9d418a2..0000000 Binary files a/www/assets/tiles/16/12409/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23169.png b/www/assets/tiles/16/12409/23169.png deleted file mode 100644 index fe45d5d..0000000 Binary files a/www/assets/tiles/16/12409/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23170.png b/www/assets/tiles/16/12409/23170.png deleted file mode 100644 index 3d34edd..0000000 Binary files a/www/assets/tiles/16/12409/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23171.png b/www/assets/tiles/16/12409/23171.png deleted file mode 100644 index bffb821..0000000 Binary files a/www/assets/tiles/16/12409/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23172.png b/www/assets/tiles/16/12409/23172.png deleted file mode 100644 index 7b999f7..0000000 Binary files a/www/assets/tiles/16/12409/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23173.png b/www/assets/tiles/16/12409/23173.png deleted file mode 100644 index 1665675..0000000 Binary files a/www/assets/tiles/16/12409/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23174.png b/www/assets/tiles/16/12409/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12409/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23175.png b/www/assets/tiles/16/12409/23175.png deleted file mode 100644 index b25cede..0000000 Binary files a/www/assets/tiles/16/12409/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23176.png b/www/assets/tiles/16/12409/23176.png deleted file mode 100644 index 6f784e8..0000000 Binary files a/www/assets/tiles/16/12409/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23177.png b/www/assets/tiles/16/12409/23177.png deleted file mode 100644 index 3b46ea2..0000000 Binary files a/www/assets/tiles/16/12409/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23178.png b/www/assets/tiles/16/12409/23178.png deleted file mode 100644 index fc90a34..0000000 Binary files a/www/assets/tiles/16/12409/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23179.png b/www/assets/tiles/16/12409/23179.png deleted file mode 100644 index f0ccae1..0000000 Binary files a/www/assets/tiles/16/12409/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12409/23180.png b/www/assets/tiles/16/12409/23180.png deleted file mode 100644 index 13895a4..0000000 Binary files a/www/assets/tiles/16/12409/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23120.png b/www/assets/tiles/16/12410/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12410/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23121.png b/www/assets/tiles/16/12410/23121.png deleted file mode 100644 index 97909be..0000000 Binary files a/www/assets/tiles/16/12410/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23122.png b/www/assets/tiles/16/12410/23122.png deleted file mode 100644 index cc17464..0000000 Binary files a/www/assets/tiles/16/12410/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23123.png b/www/assets/tiles/16/12410/23123.png deleted file mode 100644 index 4a8c15d..0000000 Binary files a/www/assets/tiles/16/12410/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23124.png b/www/assets/tiles/16/12410/23124.png deleted file mode 100644 index bdaf00e..0000000 Binary files a/www/assets/tiles/16/12410/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23125.png b/www/assets/tiles/16/12410/23125.png deleted file mode 100644 index 8e4b112..0000000 Binary files a/www/assets/tiles/16/12410/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23126.png b/www/assets/tiles/16/12410/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23127.png b/www/assets/tiles/16/12410/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23128.png b/www/assets/tiles/16/12410/23128.png deleted file mode 100644 index 9f1d701..0000000 Binary files a/www/assets/tiles/16/12410/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23129.png b/www/assets/tiles/16/12410/23129.png deleted file mode 100644 index c4d5ee2..0000000 Binary files a/www/assets/tiles/16/12410/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23130.png b/www/assets/tiles/16/12410/23130.png deleted file mode 100644 index 213b06a..0000000 Binary files a/www/assets/tiles/16/12410/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23131.png b/www/assets/tiles/16/12410/23131.png deleted file mode 100644 index 051b029..0000000 Binary files a/www/assets/tiles/16/12410/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23132.png b/www/assets/tiles/16/12410/23132.png deleted file mode 100644 index 972de72..0000000 Binary files a/www/assets/tiles/16/12410/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23133.png b/www/assets/tiles/16/12410/23133.png deleted file mode 100644 index 96cd544..0000000 Binary files a/www/assets/tiles/16/12410/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23134.png b/www/assets/tiles/16/12410/23134.png deleted file mode 100644 index 2f7fbbf..0000000 Binary files a/www/assets/tiles/16/12410/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23135.png b/www/assets/tiles/16/12410/23135.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12410/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23136.png b/www/assets/tiles/16/12410/23136.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12410/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23137.png b/www/assets/tiles/16/12410/23137.png deleted file mode 100644 index 6c9f577..0000000 Binary files a/www/assets/tiles/16/12410/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23138.png b/www/assets/tiles/16/12410/23138.png deleted file mode 100644 index c63a501..0000000 Binary files a/www/assets/tiles/16/12410/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23139.png b/www/assets/tiles/16/12410/23139.png deleted file mode 100644 index 881d9c4..0000000 Binary files a/www/assets/tiles/16/12410/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23140.png b/www/assets/tiles/16/12410/23140.png deleted file mode 100644 index 9c926a8..0000000 Binary files a/www/assets/tiles/16/12410/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23141.png b/www/assets/tiles/16/12410/23141.png deleted file mode 100644 index 2515557..0000000 Binary files a/www/assets/tiles/16/12410/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23142.png b/www/assets/tiles/16/12410/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23143.png b/www/assets/tiles/16/12410/23143.png deleted file mode 100644 index 1987ad6..0000000 Binary files a/www/assets/tiles/16/12410/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23144.png b/www/assets/tiles/16/12410/23144.png deleted file mode 100644 index 04d17d7..0000000 Binary files a/www/assets/tiles/16/12410/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23145.png b/www/assets/tiles/16/12410/23145.png deleted file mode 100644 index 5c7ab8e..0000000 Binary files a/www/assets/tiles/16/12410/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23146.png b/www/assets/tiles/16/12410/23146.png deleted file mode 100644 index de2c9e8..0000000 Binary files a/www/assets/tiles/16/12410/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23147.png b/www/assets/tiles/16/12410/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23148.png b/www/assets/tiles/16/12410/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23149.png b/www/assets/tiles/16/12410/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23150.png b/www/assets/tiles/16/12410/23150.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23151.png b/www/assets/tiles/16/12410/23151.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23152.png b/www/assets/tiles/16/12410/23152.png deleted file mode 100644 index 851055e..0000000 Binary files a/www/assets/tiles/16/12410/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23153.png b/www/assets/tiles/16/12410/23153.png deleted file mode 100644 index 231713d..0000000 Binary files a/www/assets/tiles/16/12410/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23154.png b/www/assets/tiles/16/12410/23154.png deleted file mode 100644 index 302d656..0000000 Binary files a/www/assets/tiles/16/12410/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23155.png b/www/assets/tiles/16/12410/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23156.png b/www/assets/tiles/16/12410/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23157.png b/www/assets/tiles/16/12410/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23158.png b/www/assets/tiles/16/12410/23158.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23159.png b/www/assets/tiles/16/12410/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23160.png b/www/assets/tiles/16/12410/23160.png deleted file mode 100644 index edc816b..0000000 Binary files a/www/assets/tiles/16/12410/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23161.png b/www/assets/tiles/16/12410/23161.png deleted file mode 100644 index 73f35d7..0000000 Binary files a/www/assets/tiles/16/12410/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23162.png b/www/assets/tiles/16/12410/23162.png deleted file mode 100644 index f6ee8a2..0000000 Binary files a/www/assets/tiles/16/12410/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23163.png b/www/assets/tiles/16/12410/23163.png deleted file mode 100644 index db39175..0000000 Binary files a/www/assets/tiles/16/12410/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23164.png b/www/assets/tiles/16/12410/23164.png deleted file mode 100644 index 68ef3d3..0000000 Binary files a/www/assets/tiles/16/12410/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23165.png b/www/assets/tiles/16/12410/23165.png deleted file mode 100644 index 10784b0..0000000 Binary files a/www/assets/tiles/16/12410/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23166.png b/www/assets/tiles/16/12410/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23167.png b/www/assets/tiles/16/12410/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23168.png b/www/assets/tiles/16/12410/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23169.png b/www/assets/tiles/16/12410/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23170.png b/www/assets/tiles/16/12410/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23171.png b/www/assets/tiles/16/12410/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23172.png b/www/assets/tiles/16/12410/23172.png deleted file mode 100644 index cf97b4a..0000000 Binary files a/www/assets/tiles/16/12410/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23173.png b/www/assets/tiles/16/12410/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23174.png b/www/assets/tiles/16/12410/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12410/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23175.png b/www/assets/tiles/16/12410/23175.png deleted file mode 100644 index b8567fa..0000000 Binary files a/www/assets/tiles/16/12410/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23176.png b/www/assets/tiles/16/12410/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12410/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23177.png b/www/assets/tiles/16/12410/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12410/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23178.png b/www/assets/tiles/16/12410/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12410/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23179.png b/www/assets/tiles/16/12410/23179.png deleted file mode 100644 index ed70cfb..0000000 Binary files a/www/assets/tiles/16/12410/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12410/23180.png b/www/assets/tiles/16/12410/23180.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12410/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23120.png b/www/assets/tiles/16/12411/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12411/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23121.png b/www/assets/tiles/16/12411/23121.png deleted file mode 100644 index a19e1b1..0000000 Binary files a/www/assets/tiles/16/12411/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23122.png b/www/assets/tiles/16/12411/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23123.png b/www/assets/tiles/16/12411/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23124.png b/www/assets/tiles/16/12411/23124.png deleted file mode 100644 index 5a18293..0000000 Binary files a/www/assets/tiles/16/12411/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23125.png b/www/assets/tiles/16/12411/23125.png deleted file mode 100644 index bd83036..0000000 Binary files a/www/assets/tiles/16/12411/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23126.png b/www/assets/tiles/16/12411/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23127.png b/www/assets/tiles/16/12411/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23128.png b/www/assets/tiles/16/12411/23128.png deleted file mode 100644 index 2cb8bb1..0000000 Binary files a/www/assets/tiles/16/12411/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23129.png b/www/assets/tiles/16/12411/23129.png deleted file mode 100644 index f8d96d9..0000000 Binary files a/www/assets/tiles/16/12411/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23130.png b/www/assets/tiles/16/12411/23130.png deleted file mode 100644 index e77ed22..0000000 Binary files a/www/assets/tiles/16/12411/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23131.png b/www/assets/tiles/16/12411/23131.png deleted file mode 100644 index 9cdce06..0000000 Binary files a/www/assets/tiles/16/12411/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23132.png b/www/assets/tiles/16/12411/23132.png deleted file mode 100644 index afdfb79..0000000 Binary files a/www/assets/tiles/16/12411/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23133.png b/www/assets/tiles/16/12411/23133.png deleted file mode 100644 index 2873170..0000000 Binary files a/www/assets/tiles/16/12411/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23134.png b/www/assets/tiles/16/12411/23134.png deleted file mode 100644 index 11a83a6..0000000 Binary files a/www/assets/tiles/16/12411/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23135.png b/www/assets/tiles/16/12411/23135.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12411/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23136.png b/www/assets/tiles/16/12411/23136.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12411/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23137.png b/www/assets/tiles/16/12411/23137.png deleted file mode 100644 index 0bca964..0000000 Binary files a/www/assets/tiles/16/12411/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23138.png b/www/assets/tiles/16/12411/23138.png deleted file mode 100644 index eb4d0b2..0000000 Binary files a/www/assets/tiles/16/12411/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23139.png b/www/assets/tiles/16/12411/23139.png deleted file mode 100644 index 3e81520..0000000 Binary files a/www/assets/tiles/16/12411/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23140.png b/www/assets/tiles/16/12411/23140.png deleted file mode 100644 index f2b796d..0000000 Binary files a/www/assets/tiles/16/12411/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23141.png b/www/assets/tiles/16/12411/23141.png deleted file mode 100644 index 6c5b9b4..0000000 Binary files a/www/assets/tiles/16/12411/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23142.png b/www/assets/tiles/16/12411/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23143.png b/www/assets/tiles/16/12411/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23144.png b/www/assets/tiles/16/12411/23144.png deleted file mode 100644 index 91743cb..0000000 Binary files a/www/assets/tiles/16/12411/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23145.png b/www/assets/tiles/16/12411/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23146.png b/www/assets/tiles/16/12411/23146.png deleted file mode 100644 index 50b71a1..0000000 Binary files a/www/assets/tiles/16/12411/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23147.png b/www/assets/tiles/16/12411/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23148.png b/www/assets/tiles/16/12411/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23149.png b/www/assets/tiles/16/12411/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23150.png b/www/assets/tiles/16/12411/23150.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23151.png b/www/assets/tiles/16/12411/23151.png deleted file mode 100644 index e65e1c7..0000000 Binary files a/www/assets/tiles/16/12411/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23152.png b/www/assets/tiles/16/12411/23152.png deleted file mode 100644 index a507842..0000000 Binary files a/www/assets/tiles/16/12411/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23153.png b/www/assets/tiles/16/12411/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23154.png b/www/assets/tiles/16/12411/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23155.png b/www/assets/tiles/16/12411/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23156.png b/www/assets/tiles/16/12411/23156.png deleted file mode 100644 index 70243fb..0000000 Binary files a/www/assets/tiles/16/12411/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23157.png b/www/assets/tiles/16/12411/23157.png deleted file mode 100644 index 5f0bcff..0000000 Binary files a/www/assets/tiles/16/12411/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23158.png b/www/assets/tiles/16/12411/23158.png deleted file mode 100644 index b875a08..0000000 Binary files a/www/assets/tiles/16/12411/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23159.png b/www/assets/tiles/16/12411/23159.png deleted file mode 100644 index b3682fd..0000000 Binary files a/www/assets/tiles/16/12411/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23160.png b/www/assets/tiles/16/12411/23160.png deleted file mode 100644 index be935e7..0000000 Binary files a/www/assets/tiles/16/12411/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23161.png b/www/assets/tiles/16/12411/23161.png deleted file mode 100644 index bbb6b05..0000000 Binary files a/www/assets/tiles/16/12411/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23162.png b/www/assets/tiles/16/12411/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23163.png b/www/assets/tiles/16/12411/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23164.png b/www/assets/tiles/16/12411/23164.png deleted file mode 100644 index 44fbb2e..0000000 Binary files a/www/assets/tiles/16/12411/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23165.png b/www/assets/tiles/16/12411/23165.png deleted file mode 100644 index a6f47eb..0000000 Binary files a/www/assets/tiles/16/12411/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23166.png b/www/assets/tiles/16/12411/23166.png deleted file mode 100644 index 4341c82..0000000 Binary files a/www/assets/tiles/16/12411/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23167.png b/www/assets/tiles/16/12411/23167.png deleted file mode 100644 index 8972d31..0000000 Binary files a/www/assets/tiles/16/12411/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23168.png b/www/assets/tiles/16/12411/23168.png deleted file mode 100644 index b4a7248..0000000 Binary files a/www/assets/tiles/16/12411/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23169.png b/www/assets/tiles/16/12411/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23170.png b/www/assets/tiles/16/12411/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23171.png b/www/assets/tiles/16/12411/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23172.png b/www/assets/tiles/16/12411/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23173.png b/www/assets/tiles/16/12411/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23174.png b/www/assets/tiles/16/12411/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12411/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23175.png b/www/assets/tiles/16/12411/23175.png deleted file mode 100644 index 07c0d5d..0000000 Binary files a/www/assets/tiles/16/12411/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23176.png b/www/assets/tiles/16/12411/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12411/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23177.png b/www/assets/tiles/16/12411/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12411/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23178.png b/www/assets/tiles/16/12411/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12411/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23179.png b/www/assets/tiles/16/12411/23179.png deleted file mode 100644 index c17965b..0000000 Binary files a/www/assets/tiles/16/12411/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12411/23180.png b/www/assets/tiles/16/12411/23180.png deleted file mode 100644 index 83bdddc..0000000 Binary files a/www/assets/tiles/16/12411/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23120.png b/www/assets/tiles/16/12412/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12412/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23121.png b/www/assets/tiles/16/12412/23121.png deleted file mode 100644 index 4d59031..0000000 Binary files a/www/assets/tiles/16/12412/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23122.png b/www/assets/tiles/16/12412/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23123.png b/www/assets/tiles/16/12412/23123.png deleted file mode 100644 index f5e0dd4..0000000 Binary files a/www/assets/tiles/16/12412/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23124.png b/www/assets/tiles/16/12412/23124.png deleted file mode 100644 index e863321..0000000 Binary files a/www/assets/tiles/16/12412/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23125.png b/www/assets/tiles/16/12412/23125.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23126.png b/www/assets/tiles/16/12412/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23127.png b/www/assets/tiles/16/12412/23127.png deleted file mode 100644 index e777d7b..0000000 Binary files a/www/assets/tiles/16/12412/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23128.png b/www/assets/tiles/16/12412/23128.png deleted file mode 100644 index 03da929..0000000 Binary files a/www/assets/tiles/16/12412/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23129.png b/www/assets/tiles/16/12412/23129.png deleted file mode 100644 index 51ee274..0000000 Binary files a/www/assets/tiles/16/12412/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23130.png b/www/assets/tiles/16/12412/23130.png deleted file mode 100644 index 710f252..0000000 Binary files a/www/assets/tiles/16/12412/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23131.png b/www/assets/tiles/16/12412/23131.png deleted file mode 100644 index 71d8df5..0000000 Binary files a/www/assets/tiles/16/12412/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23132.png b/www/assets/tiles/16/12412/23132.png deleted file mode 100644 index 328f86a..0000000 Binary files a/www/assets/tiles/16/12412/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23133.png b/www/assets/tiles/16/12412/23133.png deleted file mode 100644 index 960e98d..0000000 Binary files a/www/assets/tiles/16/12412/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23134.png b/www/assets/tiles/16/12412/23134.png deleted file mode 100644 index d14f43f..0000000 Binary files a/www/assets/tiles/16/12412/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23135.png b/www/assets/tiles/16/12412/23135.png deleted file mode 100644 index 097f218..0000000 Binary files a/www/assets/tiles/16/12412/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23136.png b/www/assets/tiles/16/12412/23136.png deleted file mode 100644 index d93077a..0000000 Binary files a/www/assets/tiles/16/12412/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23137.png b/www/assets/tiles/16/12412/23137.png deleted file mode 100644 index 75204a3..0000000 Binary files a/www/assets/tiles/16/12412/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23138.png b/www/assets/tiles/16/12412/23138.png deleted file mode 100644 index adcbd0e..0000000 Binary files a/www/assets/tiles/16/12412/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23139.png b/www/assets/tiles/16/12412/23139.png deleted file mode 100644 index 3c282c8..0000000 Binary files a/www/assets/tiles/16/12412/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23140.png b/www/assets/tiles/16/12412/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23141.png b/www/assets/tiles/16/12412/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23142.png b/www/assets/tiles/16/12412/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23143.png b/www/assets/tiles/16/12412/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23144.png b/www/assets/tiles/16/12412/23144.png deleted file mode 100644 index 1a3e39c..0000000 Binary files a/www/assets/tiles/16/12412/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23145.png b/www/assets/tiles/16/12412/23145.png deleted file mode 100644 index 62c4715..0000000 Binary files a/www/assets/tiles/16/12412/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23146.png b/www/assets/tiles/16/12412/23146.png deleted file mode 100644 index e4431cd..0000000 Binary files a/www/assets/tiles/16/12412/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23147.png b/www/assets/tiles/16/12412/23147.png deleted file mode 100644 index da37031..0000000 Binary files a/www/assets/tiles/16/12412/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23148.png b/www/assets/tiles/16/12412/23148.png deleted file mode 100644 index 7618bfa..0000000 Binary files a/www/assets/tiles/16/12412/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23149.png b/www/assets/tiles/16/12412/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23150.png b/www/assets/tiles/16/12412/23150.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23151.png b/www/assets/tiles/16/12412/23151.png deleted file mode 100644 index d49d5b7..0000000 Binary files a/www/assets/tiles/16/12412/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23152.png b/www/assets/tiles/16/12412/23152.png deleted file mode 100644 index aec332d..0000000 Binary files a/www/assets/tiles/16/12412/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23153.png b/www/assets/tiles/16/12412/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23154.png b/www/assets/tiles/16/12412/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23155.png b/www/assets/tiles/16/12412/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23156.png b/www/assets/tiles/16/12412/23156.png deleted file mode 100644 index 1927f6a..0000000 Binary files a/www/assets/tiles/16/12412/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23157.png b/www/assets/tiles/16/12412/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23158.png b/www/assets/tiles/16/12412/23158.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23159.png b/www/assets/tiles/16/12412/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23160.png b/www/assets/tiles/16/12412/23160.png deleted file mode 100644 index 09db097..0000000 Binary files a/www/assets/tiles/16/12412/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23161.png b/www/assets/tiles/16/12412/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23162.png b/www/assets/tiles/16/12412/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23163.png b/www/assets/tiles/16/12412/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23164.png b/www/assets/tiles/16/12412/23164.png deleted file mode 100644 index 568807e..0000000 Binary files a/www/assets/tiles/16/12412/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23165.png b/www/assets/tiles/16/12412/23165.png deleted file mode 100644 index d84f580..0000000 Binary files a/www/assets/tiles/16/12412/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23166.png b/www/assets/tiles/16/12412/23166.png deleted file mode 100644 index db12772..0000000 Binary files a/www/assets/tiles/16/12412/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23167.png b/www/assets/tiles/16/12412/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23168.png b/www/assets/tiles/16/12412/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23169.png b/www/assets/tiles/16/12412/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23170.png b/www/assets/tiles/16/12412/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23171.png b/www/assets/tiles/16/12412/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23172.png b/www/assets/tiles/16/12412/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23173.png b/www/assets/tiles/16/12412/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23174.png b/www/assets/tiles/16/12412/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12412/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23175.png b/www/assets/tiles/16/12412/23175.png deleted file mode 100644 index cf2756b..0000000 Binary files a/www/assets/tiles/16/12412/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23176.png b/www/assets/tiles/16/12412/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12412/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23177.png b/www/assets/tiles/16/12412/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12412/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23178.png b/www/assets/tiles/16/12412/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12412/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23179.png b/www/assets/tiles/16/12412/23179.png deleted file mode 100644 index be6481f..0000000 Binary files a/www/assets/tiles/16/12412/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12412/23180.png b/www/assets/tiles/16/12412/23180.png deleted file mode 100644 index ae9d0da..0000000 Binary files a/www/assets/tiles/16/12412/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23120.png b/www/assets/tiles/16/12413/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12413/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23121.png b/www/assets/tiles/16/12413/23121.png deleted file mode 100644 index 5fe9edd..0000000 Binary files a/www/assets/tiles/16/12413/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23122.png b/www/assets/tiles/16/12413/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23123.png b/www/assets/tiles/16/12413/23123.png deleted file mode 100644 index e1df617..0000000 Binary files a/www/assets/tiles/16/12413/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23124.png b/www/assets/tiles/16/12413/23124.png deleted file mode 100644 index 5c6ebc0..0000000 Binary files a/www/assets/tiles/16/12413/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23125.png b/www/assets/tiles/16/12413/23125.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23126.png b/www/assets/tiles/16/12413/23126.png deleted file mode 100644 index 453b764..0000000 Binary files a/www/assets/tiles/16/12413/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23127.png b/www/assets/tiles/16/12413/23127.png deleted file mode 100644 index d078bc7..0000000 Binary files a/www/assets/tiles/16/12413/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23128.png b/www/assets/tiles/16/12413/23128.png deleted file mode 100644 index 644ab97..0000000 Binary files a/www/assets/tiles/16/12413/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23129.png b/www/assets/tiles/16/12413/23129.png deleted file mode 100644 index 973cb62..0000000 Binary files a/www/assets/tiles/16/12413/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23130.png b/www/assets/tiles/16/12413/23130.png deleted file mode 100644 index 3a2c335..0000000 Binary files a/www/assets/tiles/16/12413/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23131.png b/www/assets/tiles/16/12413/23131.png deleted file mode 100644 index 10bed0a..0000000 Binary files a/www/assets/tiles/16/12413/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23132.png b/www/assets/tiles/16/12413/23132.png deleted file mode 100644 index 3b8ad3f..0000000 Binary files a/www/assets/tiles/16/12413/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23133.png b/www/assets/tiles/16/12413/23133.png deleted file mode 100644 index 193bc88..0000000 Binary files a/www/assets/tiles/16/12413/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23134.png b/www/assets/tiles/16/12413/23134.png deleted file mode 100644 index fb20b55..0000000 Binary files a/www/assets/tiles/16/12413/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23135.png b/www/assets/tiles/16/12413/23135.png deleted file mode 100644 index 59fd484..0000000 Binary files a/www/assets/tiles/16/12413/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23136.png b/www/assets/tiles/16/12413/23136.png deleted file mode 100644 index 5f87eed..0000000 Binary files a/www/assets/tiles/16/12413/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23137.png b/www/assets/tiles/16/12413/23137.png deleted file mode 100644 index be87a2f..0000000 Binary files a/www/assets/tiles/16/12413/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23138.png b/www/assets/tiles/16/12413/23138.png deleted file mode 100644 index 7581731..0000000 Binary files a/www/assets/tiles/16/12413/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23139.png b/www/assets/tiles/16/12413/23139.png deleted file mode 100644 index de11aa7..0000000 Binary files a/www/assets/tiles/16/12413/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23140.png b/www/assets/tiles/16/12413/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23141.png b/www/assets/tiles/16/12413/23141.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23142.png b/www/assets/tiles/16/12413/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23143.png b/www/assets/tiles/16/12413/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23144.png b/www/assets/tiles/16/12413/23144.png deleted file mode 100644 index aa6e83b..0000000 Binary files a/www/assets/tiles/16/12413/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23145.png b/www/assets/tiles/16/12413/23145.png deleted file mode 100644 index eefea81..0000000 Binary files a/www/assets/tiles/16/12413/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23146.png b/www/assets/tiles/16/12413/23146.png deleted file mode 100644 index 370e2d7..0000000 Binary files a/www/assets/tiles/16/12413/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23147.png b/www/assets/tiles/16/12413/23147.png deleted file mode 100644 index e63fafb..0000000 Binary files a/www/assets/tiles/16/12413/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23148.png b/www/assets/tiles/16/12413/23148.png deleted file mode 100644 index 23f205a..0000000 Binary files a/www/assets/tiles/16/12413/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23149.png b/www/assets/tiles/16/12413/23149.png deleted file mode 100644 index 3753249..0000000 Binary files a/www/assets/tiles/16/12413/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23150.png b/www/assets/tiles/16/12413/23150.png deleted file mode 100644 index 48e8eb2..0000000 Binary files a/www/assets/tiles/16/12413/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23151.png b/www/assets/tiles/16/12413/23151.png deleted file mode 100644 index 83095cf..0000000 Binary files a/www/assets/tiles/16/12413/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23152.png b/www/assets/tiles/16/12413/23152.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23153.png b/www/assets/tiles/16/12413/23153.png deleted file mode 100644 index b5c94fe..0000000 Binary files a/www/assets/tiles/16/12413/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23154.png b/www/assets/tiles/16/12413/23154.png deleted file mode 100644 index 01668b7..0000000 Binary files a/www/assets/tiles/16/12413/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23155.png b/www/assets/tiles/16/12413/23155.png deleted file mode 100644 index 448720c..0000000 Binary files a/www/assets/tiles/16/12413/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23156.png b/www/assets/tiles/16/12413/23156.png deleted file mode 100644 index 5c7d32a..0000000 Binary files a/www/assets/tiles/16/12413/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23157.png b/www/assets/tiles/16/12413/23157.png deleted file mode 100644 index b91fb32..0000000 Binary files a/www/assets/tiles/16/12413/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23158.png b/www/assets/tiles/16/12413/23158.png deleted file mode 100644 index e70af49..0000000 Binary files a/www/assets/tiles/16/12413/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23159.png b/www/assets/tiles/16/12413/23159.png deleted file mode 100644 index 0016ee0..0000000 Binary files a/www/assets/tiles/16/12413/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23160.png b/www/assets/tiles/16/12413/23160.png deleted file mode 100644 index c254f1a..0000000 Binary files a/www/assets/tiles/16/12413/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23161.png b/www/assets/tiles/16/12413/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23162.png b/www/assets/tiles/16/12413/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23163.png b/www/assets/tiles/16/12413/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23164.png b/www/assets/tiles/16/12413/23164.png deleted file mode 100644 index efffbfc..0000000 Binary files a/www/assets/tiles/16/12413/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23165.png b/www/assets/tiles/16/12413/23165.png deleted file mode 100644 index 1f89e49..0000000 Binary files a/www/assets/tiles/16/12413/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23166.png b/www/assets/tiles/16/12413/23166.png deleted file mode 100644 index 858bb8a..0000000 Binary files a/www/assets/tiles/16/12413/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23167.png b/www/assets/tiles/16/12413/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23168.png b/www/assets/tiles/16/12413/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23169.png b/www/assets/tiles/16/12413/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23170.png b/www/assets/tiles/16/12413/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23171.png b/www/assets/tiles/16/12413/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23172.png b/www/assets/tiles/16/12413/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23173.png b/www/assets/tiles/16/12413/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23174.png b/www/assets/tiles/16/12413/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12413/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23175.png b/www/assets/tiles/16/12413/23175.png deleted file mode 100644 index d5f1a6a..0000000 Binary files a/www/assets/tiles/16/12413/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23176.png b/www/assets/tiles/16/12413/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12413/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23177.png b/www/assets/tiles/16/12413/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12413/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23178.png b/www/assets/tiles/16/12413/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12413/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23179.png b/www/assets/tiles/16/12413/23179.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12413/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12413/23180.png b/www/assets/tiles/16/12413/23180.png deleted file mode 100644 index 33cc1ef..0000000 Binary files a/www/assets/tiles/16/12413/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23120.png b/www/assets/tiles/16/12414/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12414/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23121.png b/www/assets/tiles/16/12414/23121.png deleted file mode 100644 index 16212fd..0000000 Binary files a/www/assets/tiles/16/12414/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23122.png b/www/assets/tiles/16/12414/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23123.png b/www/assets/tiles/16/12414/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23124.png b/www/assets/tiles/16/12414/23124.png deleted file mode 100644 index a92d2e1..0000000 Binary files a/www/assets/tiles/16/12414/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23125.png b/www/assets/tiles/16/12414/23125.png deleted file mode 100644 index 58cd578..0000000 Binary files a/www/assets/tiles/16/12414/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23126.png b/www/assets/tiles/16/12414/23126.png deleted file mode 100644 index b8ceeff..0000000 Binary files a/www/assets/tiles/16/12414/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23127.png b/www/assets/tiles/16/12414/23127.png deleted file mode 100644 index ea3a21b..0000000 Binary files a/www/assets/tiles/16/12414/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23128.png b/www/assets/tiles/16/12414/23128.png deleted file mode 100644 index 52cafe4..0000000 Binary files a/www/assets/tiles/16/12414/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23129.png b/www/assets/tiles/16/12414/23129.png deleted file mode 100644 index 67f8510..0000000 Binary files a/www/assets/tiles/16/12414/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23130.png b/www/assets/tiles/16/12414/23130.png deleted file mode 100644 index c805a04..0000000 Binary files a/www/assets/tiles/16/12414/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23131.png b/www/assets/tiles/16/12414/23131.png deleted file mode 100644 index 8c69122..0000000 Binary files a/www/assets/tiles/16/12414/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23132.png b/www/assets/tiles/16/12414/23132.png deleted file mode 100644 index 6397bab..0000000 Binary files a/www/assets/tiles/16/12414/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23133.png b/www/assets/tiles/16/12414/23133.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23134.png b/www/assets/tiles/16/12414/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23135.png b/www/assets/tiles/16/12414/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23136.png b/www/assets/tiles/16/12414/23136.png deleted file mode 100644 index abea496..0000000 Binary files a/www/assets/tiles/16/12414/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23137.png b/www/assets/tiles/16/12414/23137.png deleted file mode 100644 index eb4be0d..0000000 Binary files a/www/assets/tiles/16/12414/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23138.png b/www/assets/tiles/16/12414/23138.png deleted file mode 100644 index 9af2132..0000000 Binary files a/www/assets/tiles/16/12414/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23139.png b/www/assets/tiles/16/12414/23139.png deleted file mode 100644 index e216e3f..0000000 Binary files a/www/assets/tiles/16/12414/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23140.png b/www/assets/tiles/16/12414/23140.png deleted file mode 100644 index 5a47fee..0000000 Binary files a/www/assets/tiles/16/12414/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23141.png b/www/assets/tiles/16/12414/23141.png deleted file mode 100644 index 6dc32f3..0000000 Binary files a/www/assets/tiles/16/12414/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23142.png b/www/assets/tiles/16/12414/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23143.png b/www/assets/tiles/16/12414/23143.png deleted file mode 100644 index fae6297..0000000 Binary files a/www/assets/tiles/16/12414/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23144.png b/www/assets/tiles/16/12414/23144.png deleted file mode 100644 index 1e067e8..0000000 Binary files a/www/assets/tiles/16/12414/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23145.png b/www/assets/tiles/16/12414/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23146.png b/www/assets/tiles/16/12414/23146.png deleted file mode 100644 index 966c5b3..0000000 Binary files a/www/assets/tiles/16/12414/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23147.png b/www/assets/tiles/16/12414/23147.png deleted file mode 100644 index fcc7142..0000000 Binary files a/www/assets/tiles/16/12414/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23148.png b/www/assets/tiles/16/12414/23148.png deleted file mode 100644 index 17d2213..0000000 Binary files a/www/assets/tiles/16/12414/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23149.png b/www/assets/tiles/16/12414/23149.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23150.png b/www/assets/tiles/16/12414/23150.png deleted file mode 100644 index 546b757..0000000 Binary files a/www/assets/tiles/16/12414/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23151.png b/www/assets/tiles/16/12414/23151.png deleted file mode 100644 index 3727b27..0000000 Binary files a/www/assets/tiles/16/12414/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23152.png b/www/assets/tiles/16/12414/23152.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23153.png b/www/assets/tiles/16/12414/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23154.png b/www/assets/tiles/16/12414/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23155.png b/www/assets/tiles/16/12414/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23156.png b/www/assets/tiles/16/12414/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23157.png b/www/assets/tiles/16/12414/23157.png deleted file mode 100644 index dfe9a7e..0000000 Binary files a/www/assets/tiles/16/12414/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23158.png b/www/assets/tiles/16/12414/23158.png deleted file mode 100644 index 732e0f3..0000000 Binary files a/www/assets/tiles/16/12414/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23159.png b/www/assets/tiles/16/12414/23159.png deleted file mode 100644 index 5874059..0000000 Binary files a/www/assets/tiles/16/12414/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23160.png b/www/assets/tiles/16/12414/23160.png deleted file mode 100644 index 0fd1ef6..0000000 Binary files a/www/assets/tiles/16/12414/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23161.png b/www/assets/tiles/16/12414/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23162.png b/www/assets/tiles/16/12414/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23163.png b/www/assets/tiles/16/12414/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23164.png b/www/assets/tiles/16/12414/23164.png deleted file mode 100644 index 0544d8c..0000000 Binary files a/www/assets/tiles/16/12414/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23165.png b/www/assets/tiles/16/12414/23165.png deleted file mode 100644 index 0635333..0000000 Binary files a/www/assets/tiles/16/12414/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23166.png b/www/assets/tiles/16/12414/23166.png deleted file mode 100644 index 6a3cac4..0000000 Binary files a/www/assets/tiles/16/12414/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23167.png b/www/assets/tiles/16/12414/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23168.png b/www/assets/tiles/16/12414/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23169.png b/www/assets/tiles/16/12414/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23170.png b/www/assets/tiles/16/12414/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23171.png b/www/assets/tiles/16/12414/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23172.png b/www/assets/tiles/16/12414/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23173.png b/www/assets/tiles/16/12414/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23174.png b/www/assets/tiles/16/12414/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12414/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23175.png b/www/assets/tiles/16/12414/23175.png deleted file mode 100644 index 7c37743..0000000 Binary files a/www/assets/tiles/16/12414/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23176.png b/www/assets/tiles/16/12414/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12414/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23177.png b/www/assets/tiles/16/12414/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12414/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23178.png b/www/assets/tiles/16/12414/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12414/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23179.png b/www/assets/tiles/16/12414/23179.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12414/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12414/23180.png b/www/assets/tiles/16/12414/23180.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12414/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23120.png b/www/assets/tiles/16/12415/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12415/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23121.png b/www/assets/tiles/16/12415/23121.png deleted file mode 100644 index de4ed21..0000000 Binary files a/www/assets/tiles/16/12415/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23122.png b/www/assets/tiles/16/12415/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23123.png b/www/assets/tiles/16/12415/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23124.png b/www/assets/tiles/16/12415/23124.png deleted file mode 100644 index 4f4d282..0000000 Binary files a/www/assets/tiles/16/12415/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23125.png b/www/assets/tiles/16/12415/23125.png deleted file mode 100644 index b613737..0000000 Binary files a/www/assets/tiles/16/12415/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23126.png b/www/assets/tiles/16/12415/23126.png deleted file mode 100644 index d40ea1d..0000000 Binary files a/www/assets/tiles/16/12415/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23127.png b/www/assets/tiles/16/12415/23127.png deleted file mode 100644 index 287b8bf..0000000 Binary files a/www/assets/tiles/16/12415/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23128.png b/www/assets/tiles/16/12415/23128.png deleted file mode 100644 index 340fbeb..0000000 Binary files a/www/assets/tiles/16/12415/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23129.png b/www/assets/tiles/16/12415/23129.png deleted file mode 100644 index a0e70c3..0000000 Binary files a/www/assets/tiles/16/12415/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23130.png b/www/assets/tiles/16/12415/23130.png deleted file mode 100644 index 7d884da..0000000 Binary files a/www/assets/tiles/16/12415/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23131.png b/www/assets/tiles/16/12415/23131.png deleted file mode 100644 index 6ec89e7..0000000 Binary files a/www/assets/tiles/16/12415/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23132.png b/www/assets/tiles/16/12415/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23133.png b/www/assets/tiles/16/12415/23133.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23134.png b/www/assets/tiles/16/12415/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23135.png b/www/assets/tiles/16/12415/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23136.png b/www/assets/tiles/16/12415/23136.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23137.png b/www/assets/tiles/16/12415/23137.png deleted file mode 100644 index c725472..0000000 Binary files a/www/assets/tiles/16/12415/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23138.png b/www/assets/tiles/16/12415/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23139.png b/www/assets/tiles/16/12415/23139.png deleted file mode 100644 index bc4840e..0000000 Binary files a/www/assets/tiles/16/12415/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23140.png b/www/assets/tiles/16/12415/23140.png deleted file mode 100644 index 5342868..0000000 Binary files a/www/assets/tiles/16/12415/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23141.png b/www/assets/tiles/16/12415/23141.png deleted file mode 100644 index f6e030a..0000000 Binary files a/www/assets/tiles/16/12415/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23142.png b/www/assets/tiles/16/12415/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23143.png b/www/assets/tiles/16/12415/23143.png deleted file mode 100644 index 9ba0941..0000000 Binary files a/www/assets/tiles/16/12415/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23144.png b/www/assets/tiles/16/12415/23144.png deleted file mode 100644 index 19c1d2e..0000000 Binary files a/www/assets/tiles/16/12415/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23145.png b/www/assets/tiles/16/12415/23145.png deleted file mode 100644 index 0582ffd..0000000 Binary files a/www/assets/tiles/16/12415/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23146.png b/www/assets/tiles/16/12415/23146.png deleted file mode 100644 index 86907db..0000000 Binary files a/www/assets/tiles/16/12415/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23147.png b/www/assets/tiles/16/12415/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23148.png b/www/assets/tiles/16/12415/23148.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23149.png b/www/assets/tiles/16/12415/23149.png deleted file mode 100644 index 2d23aa7..0000000 Binary files a/www/assets/tiles/16/12415/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23150.png b/www/assets/tiles/16/12415/23150.png deleted file mode 100644 index 36c1398..0000000 Binary files a/www/assets/tiles/16/12415/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23151.png b/www/assets/tiles/16/12415/23151.png deleted file mode 100644 index d5aab87..0000000 Binary files a/www/assets/tiles/16/12415/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23152.png b/www/assets/tiles/16/12415/23152.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23153.png b/www/assets/tiles/16/12415/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23154.png b/www/assets/tiles/16/12415/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23155.png b/www/assets/tiles/16/12415/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23156.png b/www/assets/tiles/16/12415/23156.png deleted file mode 100644 index a2457ff..0000000 Binary files a/www/assets/tiles/16/12415/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23157.png b/www/assets/tiles/16/12415/23157.png deleted file mode 100644 index d625a41..0000000 Binary files a/www/assets/tiles/16/12415/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23158.png b/www/assets/tiles/16/12415/23158.png deleted file mode 100644 index 6fc02df..0000000 Binary files a/www/assets/tiles/16/12415/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23159.png b/www/assets/tiles/16/12415/23159.png deleted file mode 100644 index 70a3745..0000000 Binary files a/www/assets/tiles/16/12415/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23160.png b/www/assets/tiles/16/12415/23160.png deleted file mode 100644 index d31cd46..0000000 Binary files a/www/assets/tiles/16/12415/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23161.png b/www/assets/tiles/16/12415/23161.png deleted file mode 100644 index 782697e..0000000 Binary files a/www/assets/tiles/16/12415/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23162.png b/www/assets/tiles/16/12415/23162.png deleted file mode 100644 index ac37361..0000000 Binary files a/www/assets/tiles/16/12415/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23163.png b/www/assets/tiles/16/12415/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23164.png b/www/assets/tiles/16/12415/23164.png deleted file mode 100644 index 6a2b012..0000000 Binary files a/www/assets/tiles/16/12415/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23165.png b/www/assets/tiles/16/12415/23165.png deleted file mode 100644 index 3d13a32..0000000 Binary files a/www/assets/tiles/16/12415/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23166.png b/www/assets/tiles/16/12415/23166.png deleted file mode 100644 index b3c0c4d..0000000 Binary files a/www/assets/tiles/16/12415/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23167.png b/www/assets/tiles/16/12415/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23168.png b/www/assets/tiles/16/12415/23168.png deleted file mode 100644 index ac7356e..0000000 Binary files a/www/assets/tiles/16/12415/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23169.png b/www/assets/tiles/16/12415/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23170.png b/www/assets/tiles/16/12415/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23171.png b/www/assets/tiles/16/12415/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23172.png b/www/assets/tiles/16/12415/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23173.png b/www/assets/tiles/16/12415/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23174.png b/www/assets/tiles/16/12415/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12415/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23175.png b/www/assets/tiles/16/12415/23175.png deleted file mode 100644 index 22b3379..0000000 Binary files a/www/assets/tiles/16/12415/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23176.png b/www/assets/tiles/16/12415/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12415/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23177.png b/www/assets/tiles/16/12415/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12415/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23178.png b/www/assets/tiles/16/12415/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12415/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23179.png b/www/assets/tiles/16/12415/23179.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12415/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12415/23180.png b/www/assets/tiles/16/12415/23180.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12415/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23120.png b/www/assets/tiles/16/12416/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12416/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23121.png b/www/assets/tiles/16/12416/23121.png deleted file mode 100644 index 779c364..0000000 Binary files a/www/assets/tiles/16/12416/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23122.png b/www/assets/tiles/16/12416/23122.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23123.png b/www/assets/tiles/16/12416/23123.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23124.png b/www/assets/tiles/16/12416/23124.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23125.png b/www/assets/tiles/16/12416/23125.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23126.png b/www/assets/tiles/16/12416/23126.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23127.png b/www/assets/tiles/16/12416/23127.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23128.png b/www/assets/tiles/16/12416/23128.png deleted file mode 100644 index 18ed6aa..0000000 Binary files a/www/assets/tiles/16/12416/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23129.png b/www/assets/tiles/16/12416/23129.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23130.png b/www/assets/tiles/16/12416/23130.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23131.png b/www/assets/tiles/16/12416/23131.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23132.png b/www/assets/tiles/16/12416/23132.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23133.png b/www/assets/tiles/16/12416/23133.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23134.png b/www/assets/tiles/16/12416/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23135.png b/www/assets/tiles/16/12416/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23136.png b/www/assets/tiles/16/12416/23136.png deleted file mode 100644 index daa8313..0000000 Binary files a/www/assets/tiles/16/12416/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23137.png b/www/assets/tiles/16/12416/23137.png deleted file mode 100644 index 6c0715c..0000000 Binary files a/www/assets/tiles/16/12416/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23138.png b/www/assets/tiles/16/12416/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23139.png b/www/assets/tiles/16/12416/23139.png deleted file mode 100644 index aa11225..0000000 Binary files a/www/assets/tiles/16/12416/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23140.png b/www/assets/tiles/16/12416/23140.png deleted file mode 100644 index 0250328..0000000 Binary files a/www/assets/tiles/16/12416/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23141.png b/www/assets/tiles/16/12416/23141.png deleted file mode 100644 index 4436d7c..0000000 Binary files a/www/assets/tiles/16/12416/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23142.png b/www/assets/tiles/16/12416/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23143.png b/www/assets/tiles/16/12416/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23144.png b/www/assets/tiles/16/12416/23144.png deleted file mode 100644 index d67a944..0000000 Binary files a/www/assets/tiles/16/12416/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23145.png b/www/assets/tiles/16/12416/23145.png deleted file mode 100644 index b7f78a7..0000000 Binary files a/www/assets/tiles/16/12416/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23146.png b/www/assets/tiles/16/12416/23146.png deleted file mode 100644 index 10c7e2b..0000000 Binary files a/www/assets/tiles/16/12416/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23147.png b/www/assets/tiles/16/12416/23147.png deleted file mode 100644 index bb0f1c3..0000000 Binary files a/www/assets/tiles/16/12416/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23148.png b/www/assets/tiles/16/12416/23148.png deleted file mode 100644 index 5de7760..0000000 Binary files a/www/assets/tiles/16/12416/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23149.png b/www/assets/tiles/16/12416/23149.png deleted file mode 100644 index 1fcfbcd..0000000 Binary files a/www/assets/tiles/16/12416/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23150.png b/www/assets/tiles/16/12416/23150.png deleted file mode 100644 index 51aae51..0000000 Binary files a/www/assets/tiles/16/12416/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23151.png b/www/assets/tiles/16/12416/23151.png deleted file mode 100644 index f77a638..0000000 Binary files a/www/assets/tiles/16/12416/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23152.png b/www/assets/tiles/16/12416/23152.png deleted file mode 100644 index 394ac8e..0000000 Binary files a/www/assets/tiles/16/12416/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23153.png b/www/assets/tiles/16/12416/23153.png deleted file mode 100644 index 59e9e3e..0000000 Binary files a/www/assets/tiles/16/12416/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23154.png b/www/assets/tiles/16/12416/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23155.png b/www/assets/tiles/16/12416/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23156.png b/www/assets/tiles/16/12416/23156.png deleted file mode 100644 index c7f8f52..0000000 Binary files a/www/assets/tiles/16/12416/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23157.png b/www/assets/tiles/16/12416/23157.png deleted file mode 100644 index 0ff874f..0000000 Binary files a/www/assets/tiles/16/12416/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23158.png b/www/assets/tiles/16/12416/23158.png deleted file mode 100644 index 8e78043..0000000 Binary files a/www/assets/tiles/16/12416/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23159.png b/www/assets/tiles/16/12416/23159.png deleted file mode 100644 index 81cdc31..0000000 Binary files a/www/assets/tiles/16/12416/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23160.png b/www/assets/tiles/16/12416/23160.png deleted file mode 100644 index 8176140..0000000 Binary files a/www/assets/tiles/16/12416/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23161.png b/www/assets/tiles/16/12416/23161.png deleted file mode 100644 index 2c9fa35..0000000 Binary files a/www/assets/tiles/16/12416/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23162.png b/www/assets/tiles/16/12416/23162.png deleted file mode 100644 index 07e34cd..0000000 Binary files a/www/assets/tiles/16/12416/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23163.png b/www/assets/tiles/16/12416/23163.png deleted file mode 100644 index 4da3ce5..0000000 Binary files a/www/assets/tiles/16/12416/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23164.png b/www/assets/tiles/16/12416/23164.png deleted file mode 100644 index 244b249..0000000 Binary files a/www/assets/tiles/16/12416/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23165.png b/www/assets/tiles/16/12416/23165.png deleted file mode 100644 index e38e2ef..0000000 Binary files a/www/assets/tiles/16/12416/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23166.png b/www/assets/tiles/16/12416/23166.png deleted file mode 100644 index b34b203..0000000 Binary files a/www/assets/tiles/16/12416/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23167.png b/www/assets/tiles/16/12416/23167.png deleted file mode 100644 index b94c652..0000000 Binary files a/www/assets/tiles/16/12416/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23168.png b/www/assets/tiles/16/12416/23168.png deleted file mode 100644 index 011585d..0000000 Binary files a/www/assets/tiles/16/12416/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23169.png b/www/assets/tiles/16/12416/23169.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23170.png b/www/assets/tiles/16/12416/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23171.png b/www/assets/tiles/16/12416/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23172.png b/www/assets/tiles/16/12416/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23173.png b/www/assets/tiles/16/12416/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23174.png b/www/assets/tiles/16/12416/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12416/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23175.png b/www/assets/tiles/16/12416/23175.png deleted file mode 100644 index 56d7134..0000000 Binary files a/www/assets/tiles/16/12416/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23176.png b/www/assets/tiles/16/12416/23176.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12416/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23177.png b/www/assets/tiles/16/12416/23177.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12416/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23178.png b/www/assets/tiles/16/12416/23178.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12416/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23179.png b/www/assets/tiles/16/12416/23179.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12416/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12416/23180.png b/www/assets/tiles/16/12416/23180.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12416/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23120.png b/www/assets/tiles/16/12417/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12417/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23121.png b/www/assets/tiles/16/12417/23121.png deleted file mode 100644 index 2d3be15..0000000 Binary files a/www/assets/tiles/16/12417/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23122.png b/www/assets/tiles/16/12417/23122.png deleted file mode 100644 index b72fe90..0000000 Binary files a/www/assets/tiles/16/12417/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23123.png b/www/assets/tiles/16/12417/23123.png deleted file mode 100644 index d664783..0000000 Binary files a/www/assets/tiles/16/12417/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23124.png b/www/assets/tiles/16/12417/23124.png deleted file mode 100644 index 1f5d243..0000000 Binary files a/www/assets/tiles/16/12417/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23125.png b/www/assets/tiles/16/12417/23125.png deleted file mode 100644 index 1ace38b..0000000 Binary files a/www/assets/tiles/16/12417/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23126.png b/www/assets/tiles/16/12417/23126.png deleted file mode 100644 index b16dd38..0000000 Binary files a/www/assets/tiles/16/12417/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23127.png b/www/assets/tiles/16/12417/23127.png deleted file mode 100644 index 4ec6997..0000000 Binary files a/www/assets/tiles/16/12417/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23128.png b/www/assets/tiles/16/12417/23128.png deleted file mode 100644 index f482954..0000000 Binary files a/www/assets/tiles/16/12417/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23129.png b/www/assets/tiles/16/12417/23129.png deleted file mode 100644 index af45bab..0000000 Binary files a/www/assets/tiles/16/12417/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23130.png b/www/assets/tiles/16/12417/23130.png deleted file mode 100644 index 1987e2d..0000000 Binary files a/www/assets/tiles/16/12417/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23131.png b/www/assets/tiles/16/12417/23131.png deleted file mode 100644 index ac5e774..0000000 Binary files a/www/assets/tiles/16/12417/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23132.png b/www/assets/tiles/16/12417/23132.png deleted file mode 100644 index 8d7ba2a..0000000 Binary files a/www/assets/tiles/16/12417/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23133.png b/www/assets/tiles/16/12417/23133.png deleted file mode 100644 index c7f22d0..0000000 Binary files a/www/assets/tiles/16/12417/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23134.png b/www/assets/tiles/16/12417/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12417/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23135.png b/www/assets/tiles/16/12417/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12417/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23136.png b/www/assets/tiles/16/12417/23136.png deleted file mode 100644 index c80cccb..0000000 Binary files a/www/assets/tiles/16/12417/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23137.png b/www/assets/tiles/16/12417/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12417/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23138.png b/www/assets/tiles/16/12417/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12417/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23139.png b/www/assets/tiles/16/12417/23139.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12417/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23140.png b/www/assets/tiles/16/12417/23140.png deleted file mode 100644 index 8511045..0000000 Binary files a/www/assets/tiles/16/12417/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23141.png b/www/assets/tiles/16/12417/23141.png deleted file mode 100644 index e6486e8..0000000 Binary files a/www/assets/tiles/16/12417/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23142.png b/www/assets/tiles/16/12417/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12417/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23143.png b/www/assets/tiles/16/12417/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12417/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23144.png b/www/assets/tiles/16/12417/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12417/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23145.png b/www/assets/tiles/16/12417/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12417/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23146.png b/www/assets/tiles/16/12417/23146.png deleted file mode 100644 index 668b9c8..0000000 Binary files a/www/assets/tiles/16/12417/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23147.png b/www/assets/tiles/16/12417/23147.png deleted file mode 100644 index b50c221..0000000 Binary files a/www/assets/tiles/16/12417/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23148.png b/www/assets/tiles/16/12417/23148.png deleted file mode 100644 index 6f2b4f6..0000000 Binary files a/www/assets/tiles/16/12417/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23149.png b/www/assets/tiles/16/12417/23149.png deleted file mode 100644 index a8a6cd0..0000000 Binary files a/www/assets/tiles/16/12417/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23150.png b/www/assets/tiles/16/12417/23150.png deleted file mode 100644 index 5e0da55..0000000 Binary files a/www/assets/tiles/16/12417/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23151.png b/www/assets/tiles/16/12417/23151.png deleted file mode 100644 index 6f13df5..0000000 Binary files a/www/assets/tiles/16/12417/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23152.png b/www/assets/tiles/16/12417/23152.png deleted file mode 100644 index 814cf10..0000000 Binary files a/www/assets/tiles/16/12417/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23153.png b/www/assets/tiles/16/12417/23153.png deleted file mode 100644 index 012569f..0000000 Binary files a/www/assets/tiles/16/12417/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23154.png b/www/assets/tiles/16/12417/23154.png deleted file mode 100644 index 52afb7f..0000000 Binary files a/www/assets/tiles/16/12417/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23155.png b/www/assets/tiles/16/12417/23155.png deleted file mode 100644 index dbf5399..0000000 Binary files a/www/assets/tiles/16/12417/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23156.png b/www/assets/tiles/16/12417/23156.png deleted file mode 100644 index 145be3d..0000000 Binary files a/www/assets/tiles/16/12417/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23157.png b/www/assets/tiles/16/12417/23157.png deleted file mode 100644 index 42dcb73..0000000 Binary files a/www/assets/tiles/16/12417/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23158.png b/www/assets/tiles/16/12417/23158.png deleted file mode 100644 index 82a8802..0000000 Binary files a/www/assets/tiles/16/12417/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23159.png b/www/assets/tiles/16/12417/23159.png deleted file mode 100644 index e81e92a..0000000 Binary files a/www/assets/tiles/16/12417/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23160.png b/www/assets/tiles/16/12417/23160.png deleted file mode 100644 index fcd6d96..0000000 Binary files a/www/assets/tiles/16/12417/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23161.png b/www/assets/tiles/16/12417/23161.png deleted file mode 100644 index 0d2dbd2..0000000 Binary files a/www/assets/tiles/16/12417/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23162.png b/www/assets/tiles/16/12417/23162.png deleted file mode 100644 index 15dcad3..0000000 Binary files a/www/assets/tiles/16/12417/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23163.png b/www/assets/tiles/16/12417/23163.png deleted file mode 100644 index a371855..0000000 Binary files a/www/assets/tiles/16/12417/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23164.png b/www/assets/tiles/16/12417/23164.png deleted file mode 100644 index 43064fc..0000000 Binary files a/www/assets/tiles/16/12417/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23165.png b/www/assets/tiles/16/12417/23165.png deleted file mode 100644 index 6ecb1d0..0000000 Binary files a/www/assets/tiles/16/12417/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23166.png b/www/assets/tiles/16/12417/23166.png deleted file mode 100644 index b43152b..0000000 Binary files a/www/assets/tiles/16/12417/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23167.png b/www/assets/tiles/16/12417/23167.png deleted file mode 100644 index 935a6ed..0000000 Binary files a/www/assets/tiles/16/12417/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23168.png b/www/assets/tiles/16/12417/23168.png deleted file mode 100644 index c3fb20a..0000000 Binary files a/www/assets/tiles/16/12417/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23169.png b/www/assets/tiles/16/12417/23169.png deleted file mode 100644 index 53c5fb3..0000000 Binary files a/www/assets/tiles/16/12417/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23170.png b/www/assets/tiles/16/12417/23170.png deleted file mode 100644 index 09fb627..0000000 Binary files a/www/assets/tiles/16/12417/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23171.png b/www/assets/tiles/16/12417/23171.png deleted file mode 100644 index 629f2b2..0000000 Binary files a/www/assets/tiles/16/12417/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23172.png b/www/assets/tiles/16/12417/23172.png deleted file mode 100644 index 257097a..0000000 Binary files a/www/assets/tiles/16/12417/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23173.png b/www/assets/tiles/16/12417/23173.png deleted file mode 100644 index 37d2c78..0000000 Binary files a/www/assets/tiles/16/12417/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23174.png b/www/assets/tiles/16/12417/23174.png deleted file mode 100644 index 45a8371..0000000 Binary files a/www/assets/tiles/16/12417/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23175.png b/www/assets/tiles/16/12417/23175.png deleted file mode 100644 index 19c6c91..0000000 Binary files a/www/assets/tiles/16/12417/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23176.png b/www/assets/tiles/16/12417/23176.png deleted file mode 100644 index 2c56024..0000000 Binary files a/www/assets/tiles/16/12417/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23177.png b/www/assets/tiles/16/12417/23177.png deleted file mode 100644 index 6d9f2dc..0000000 Binary files a/www/assets/tiles/16/12417/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23178.png b/www/assets/tiles/16/12417/23178.png deleted file mode 100644 index 847b214..0000000 Binary files a/www/assets/tiles/16/12417/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23179.png b/www/assets/tiles/16/12417/23179.png deleted file mode 100644 index bbf9770..0000000 Binary files a/www/assets/tiles/16/12417/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12417/23180.png b/www/assets/tiles/16/12417/23180.png deleted file mode 100644 index ea99ed8..0000000 Binary files a/www/assets/tiles/16/12417/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23120.png b/www/assets/tiles/16/12418/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23121.png b/www/assets/tiles/16/12418/23121.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23122.png b/www/assets/tiles/16/12418/23122.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23123.png b/www/assets/tiles/16/12418/23123.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23124.png b/www/assets/tiles/16/12418/23124.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23125.png b/www/assets/tiles/16/12418/23125.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23126.png b/www/assets/tiles/16/12418/23126.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23127.png b/www/assets/tiles/16/12418/23127.png deleted file mode 100644 index ed3345d..0000000 Binary files a/www/assets/tiles/16/12418/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23128.png b/www/assets/tiles/16/12418/23128.png deleted file mode 100644 index 9075560..0000000 Binary files a/www/assets/tiles/16/12418/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23129.png b/www/assets/tiles/16/12418/23129.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23130.png b/www/assets/tiles/16/12418/23130.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23131.png b/www/assets/tiles/16/12418/23131.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23132.png b/www/assets/tiles/16/12418/23132.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12418/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23133.png b/www/assets/tiles/16/12418/23133.png deleted file mode 100644 index 1e0a1e2..0000000 Binary files a/www/assets/tiles/16/12418/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23134.png b/www/assets/tiles/16/12418/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23135.png b/www/assets/tiles/16/12418/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23136.png b/www/assets/tiles/16/12418/23136.png deleted file mode 100644 index 629ede8..0000000 Binary files a/www/assets/tiles/16/12418/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23137.png b/www/assets/tiles/16/12418/23137.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23138.png b/www/assets/tiles/16/12418/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23139.png b/www/assets/tiles/16/12418/23139.png deleted file mode 100644 index ad823f8..0000000 Binary files a/www/assets/tiles/16/12418/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23140.png b/www/assets/tiles/16/12418/23140.png deleted file mode 100644 index 9655550..0000000 Binary files a/www/assets/tiles/16/12418/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23141.png b/www/assets/tiles/16/12418/23141.png deleted file mode 100644 index ef2b2c5..0000000 Binary files a/www/assets/tiles/16/12418/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23142.png b/www/assets/tiles/16/12418/23142.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23143.png b/www/assets/tiles/16/12418/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23144.png b/www/assets/tiles/16/12418/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23145.png b/www/assets/tiles/16/12418/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23146.png b/www/assets/tiles/16/12418/23146.png deleted file mode 100644 index 1774889..0000000 Binary files a/www/assets/tiles/16/12418/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23147.png b/www/assets/tiles/16/12418/23147.png deleted file mode 100644 index fbb1d0c..0000000 Binary files a/www/assets/tiles/16/12418/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23148.png b/www/assets/tiles/16/12418/23148.png deleted file mode 100644 index c4e3c1b..0000000 Binary files a/www/assets/tiles/16/12418/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23149.png b/www/assets/tiles/16/12418/23149.png deleted file mode 100644 index c270b43..0000000 Binary files a/www/assets/tiles/16/12418/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23150.png b/www/assets/tiles/16/12418/23150.png deleted file mode 100644 index 22869c4..0000000 Binary files a/www/assets/tiles/16/12418/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23151.png b/www/assets/tiles/16/12418/23151.png deleted file mode 100644 index c187f40..0000000 Binary files a/www/assets/tiles/16/12418/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23152.png b/www/assets/tiles/16/12418/23152.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23153.png b/www/assets/tiles/16/12418/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23154.png b/www/assets/tiles/16/12418/23154.png deleted file mode 100644 index b302716..0000000 Binary files a/www/assets/tiles/16/12418/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23155.png b/www/assets/tiles/16/12418/23155.png deleted file mode 100644 index c9ee31d..0000000 Binary files a/www/assets/tiles/16/12418/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23156.png b/www/assets/tiles/16/12418/23156.png deleted file mode 100644 index d2bc222..0000000 Binary files a/www/assets/tiles/16/12418/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23157.png b/www/assets/tiles/16/12418/23157.png deleted file mode 100644 index 2bf574b..0000000 Binary files a/www/assets/tiles/16/12418/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23158.png b/www/assets/tiles/16/12418/23158.png deleted file mode 100644 index 3f4a518..0000000 Binary files a/www/assets/tiles/16/12418/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23159.png b/www/assets/tiles/16/12418/23159.png deleted file mode 100644 index 5faaa53..0000000 Binary files a/www/assets/tiles/16/12418/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23160.png b/www/assets/tiles/16/12418/23160.png deleted file mode 100644 index e469e64..0000000 Binary files a/www/assets/tiles/16/12418/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23161.png b/www/assets/tiles/16/12418/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23162.png b/www/assets/tiles/16/12418/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23163.png b/www/assets/tiles/16/12418/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23164.png b/www/assets/tiles/16/12418/23164.png deleted file mode 100644 index 0032770..0000000 Binary files a/www/assets/tiles/16/12418/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23165.png b/www/assets/tiles/16/12418/23165.png deleted file mode 100644 index 24821cf..0000000 Binary files a/www/assets/tiles/16/12418/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23166.png b/www/assets/tiles/16/12418/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23167.png b/www/assets/tiles/16/12418/23167.png deleted file mode 100644 index 7652597..0000000 Binary files a/www/assets/tiles/16/12418/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23168.png b/www/assets/tiles/16/12418/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23169.png b/www/assets/tiles/16/12418/23169.png deleted file mode 100644 index 01f27a8..0000000 Binary files a/www/assets/tiles/16/12418/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23170.png b/www/assets/tiles/16/12418/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23171.png b/www/assets/tiles/16/12418/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23172.png b/www/assets/tiles/16/12418/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23173.png b/www/assets/tiles/16/12418/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23174.png b/www/assets/tiles/16/12418/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23175.png b/www/assets/tiles/16/12418/23175.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23176.png b/www/assets/tiles/16/12418/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23177.png b/www/assets/tiles/16/12418/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23178.png b/www/assets/tiles/16/12418/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23179.png b/www/assets/tiles/16/12418/23179.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12418/23180.png b/www/assets/tiles/16/12418/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12418/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23120.png b/www/assets/tiles/16/12419/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23121.png b/www/assets/tiles/16/12419/23121.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23122.png b/www/assets/tiles/16/12419/23122.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23123.png b/www/assets/tiles/16/12419/23123.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23124.png b/www/assets/tiles/16/12419/23124.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23125.png b/www/assets/tiles/16/12419/23125.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23126.png b/www/assets/tiles/16/12419/23126.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23127.png b/www/assets/tiles/16/12419/23127.png deleted file mode 100644 index 6a96952..0000000 Binary files a/www/assets/tiles/16/12419/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23128.png b/www/assets/tiles/16/12419/23128.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23129.png b/www/assets/tiles/16/12419/23129.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23130.png b/www/assets/tiles/16/12419/23130.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23131.png b/www/assets/tiles/16/12419/23131.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23132.png b/www/assets/tiles/16/12419/23132.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12419/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23133.png b/www/assets/tiles/16/12419/23133.png deleted file mode 100644 index 165373b..0000000 Binary files a/www/assets/tiles/16/12419/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23134.png b/www/assets/tiles/16/12419/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23135.png b/www/assets/tiles/16/12419/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23136.png b/www/assets/tiles/16/12419/23136.png deleted file mode 100644 index 385a110..0000000 Binary files a/www/assets/tiles/16/12419/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23137.png b/www/assets/tiles/16/12419/23137.png deleted file mode 100644 index 0091e13..0000000 Binary files a/www/assets/tiles/16/12419/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23138.png b/www/assets/tiles/16/12419/23138.png deleted file mode 100644 index 0f9187d..0000000 Binary files a/www/assets/tiles/16/12419/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23139.png b/www/assets/tiles/16/12419/23139.png deleted file mode 100644 index 9243261..0000000 Binary files a/www/assets/tiles/16/12419/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23140.png b/www/assets/tiles/16/12419/23140.png deleted file mode 100644 index ab020f7..0000000 Binary files a/www/assets/tiles/16/12419/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23141.png b/www/assets/tiles/16/12419/23141.png deleted file mode 100644 index a6aa3b0..0000000 Binary files a/www/assets/tiles/16/12419/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23142.png b/www/assets/tiles/16/12419/23142.png deleted file mode 100644 index 45a5fc3..0000000 Binary files a/www/assets/tiles/16/12419/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23143.png b/www/assets/tiles/16/12419/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23144.png b/www/assets/tiles/16/12419/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23145.png b/www/assets/tiles/16/12419/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23146.png b/www/assets/tiles/16/12419/23146.png deleted file mode 100644 index bc25507..0000000 Binary files a/www/assets/tiles/16/12419/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23147.png b/www/assets/tiles/16/12419/23147.png deleted file mode 100644 index ac63047..0000000 Binary files a/www/assets/tiles/16/12419/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23148.png b/www/assets/tiles/16/12419/23148.png deleted file mode 100644 index 7f0a675..0000000 Binary files a/www/assets/tiles/16/12419/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23149.png b/www/assets/tiles/16/12419/23149.png deleted file mode 100644 index 9bd90e0..0000000 Binary files a/www/assets/tiles/16/12419/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23150.png b/www/assets/tiles/16/12419/23150.png deleted file mode 100644 index 53f4923..0000000 Binary files a/www/assets/tiles/16/12419/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23151.png b/www/assets/tiles/16/12419/23151.png deleted file mode 100644 index c82e144..0000000 Binary files a/www/assets/tiles/16/12419/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23152.png b/www/assets/tiles/16/12419/23152.png deleted file mode 100644 index 0fb11d7..0000000 Binary files a/www/assets/tiles/16/12419/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23153.png b/www/assets/tiles/16/12419/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23154.png b/www/assets/tiles/16/12419/23154.png deleted file mode 100644 index 29722b7..0000000 Binary files a/www/assets/tiles/16/12419/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23155.png b/www/assets/tiles/16/12419/23155.png deleted file mode 100644 index d89d27c..0000000 Binary files a/www/assets/tiles/16/12419/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23156.png b/www/assets/tiles/16/12419/23156.png deleted file mode 100644 index c101dfc..0000000 Binary files a/www/assets/tiles/16/12419/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23157.png b/www/assets/tiles/16/12419/23157.png deleted file mode 100644 index 69b054f..0000000 Binary files a/www/assets/tiles/16/12419/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23158.png b/www/assets/tiles/16/12419/23158.png deleted file mode 100644 index 13d625e..0000000 Binary files a/www/assets/tiles/16/12419/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23159.png b/www/assets/tiles/16/12419/23159.png deleted file mode 100644 index 73b2d5a..0000000 Binary files a/www/assets/tiles/16/12419/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23160.png b/www/assets/tiles/16/12419/23160.png deleted file mode 100644 index 80336f3..0000000 Binary files a/www/assets/tiles/16/12419/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23161.png b/www/assets/tiles/16/12419/23161.png deleted file mode 100644 index 973f0a5..0000000 Binary files a/www/assets/tiles/16/12419/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23162.png b/www/assets/tiles/16/12419/23162.png deleted file mode 100644 index 897744e..0000000 Binary files a/www/assets/tiles/16/12419/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23163.png b/www/assets/tiles/16/12419/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23164.png b/www/assets/tiles/16/12419/23164.png deleted file mode 100644 index 5c6d44c..0000000 Binary files a/www/assets/tiles/16/12419/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23165.png b/www/assets/tiles/16/12419/23165.png deleted file mode 100644 index 76ebaaa..0000000 Binary files a/www/assets/tiles/16/12419/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23166.png b/www/assets/tiles/16/12419/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23167.png b/www/assets/tiles/16/12419/23167.png deleted file mode 100644 index 6303d3a..0000000 Binary files a/www/assets/tiles/16/12419/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23168.png b/www/assets/tiles/16/12419/23168.png deleted file mode 100644 index 7f241f3..0000000 Binary files a/www/assets/tiles/16/12419/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23169.png b/www/assets/tiles/16/12419/23169.png deleted file mode 100644 index e177cc1..0000000 Binary files a/www/assets/tiles/16/12419/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23170.png b/www/assets/tiles/16/12419/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23171.png b/www/assets/tiles/16/12419/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23172.png b/www/assets/tiles/16/12419/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23173.png b/www/assets/tiles/16/12419/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23174.png b/www/assets/tiles/16/12419/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23175.png b/www/assets/tiles/16/12419/23175.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23176.png b/www/assets/tiles/16/12419/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23177.png b/www/assets/tiles/16/12419/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23178.png b/www/assets/tiles/16/12419/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23179.png b/www/assets/tiles/16/12419/23179.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12419/23180.png b/www/assets/tiles/16/12419/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12419/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23120.png b/www/assets/tiles/16/12420/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23121.png b/www/assets/tiles/16/12420/23121.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23122.png b/www/assets/tiles/16/12420/23122.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23123.png b/www/assets/tiles/16/12420/23123.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23124.png b/www/assets/tiles/16/12420/23124.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23125.png b/www/assets/tiles/16/12420/23125.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23126.png b/www/assets/tiles/16/12420/23126.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23127.png b/www/assets/tiles/16/12420/23127.png deleted file mode 100644 index c419c40..0000000 Binary files a/www/assets/tiles/16/12420/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23128.png b/www/assets/tiles/16/12420/23128.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23129.png b/www/assets/tiles/16/12420/23129.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23130.png b/www/assets/tiles/16/12420/23130.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23131.png b/www/assets/tiles/16/12420/23131.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23132.png b/www/assets/tiles/16/12420/23132.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12420/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23133.png b/www/assets/tiles/16/12420/23133.png deleted file mode 100644 index 9a7ea66..0000000 Binary files a/www/assets/tiles/16/12420/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23134.png b/www/assets/tiles/16/12420/23134.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23135.png b/www/assets/tiles/16/12420/23135.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23136.png b/www/assets/tiles/16/12420/23136.png deleted file mode 100644 index df8f517..0000000 Binary files a/www/assets/tiles/16/12420/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23137.png b/www/assets/tiles/16/12420/23137.png deleted file mode 100644 index 6199341..0000000 Binary files a/www/assets/tiles/16/12420/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23138.png b/www/assets/tiles/16/12420/23138.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23139.png b/www/assets/tiles/16/12420/23139.png deleted file mode 100644 index fae8638..0000000 Binary files a/www/assets/tiles/16/12420/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23140.png b/www/assets/tiles/16/12420/23140.png deleted file mode 100644 index fb52f01..0000000 Binary files a/www/assets/tiles/16/12420/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23141.png b/www/assets/tiles/16/12420/23141.png deleted file mode 100644 index 1243607..0000000 Binary files a/www/assets/tiles/16/12420/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23142.png b/www/assets/tiles/16/12420/23142.png deleted file mode 100644 index 825e8ae..0000000 Binary files a/www/assets/tiles/16/12420/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23143.png b/www/assets/tiles/16/12420/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23144.png b/www/assets/tiles/16/12420/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23145.png b/www/assets/tiles/16/12420/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23146.png b/www/assets/tiles/16/12420/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23147.png b/www/assets/tiles/16/12420/23147.png deleted file mode 100644 index b1d27ce..0000000 Binary files a/www/assets/tiles/16/12420/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23148.png b/www/assets/tiles/16/12420/23148.png deleted file mode 100644 index 5e745d8..0000000 Binary files a/www/assets/tiles/16/12420/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23149.png b/www/assets/tiles/16/12420/23149.png deleted file mode 100644 index 6922762..0000000 Binary files a/www/assets/tiles/16/12420/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23150.png b/www/assets/tiles/16/12420/23150.png deleted file mode 100644 index d17983e..0000000 Binary files a/www/assets/tiles/16/12420/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23151.png b/www/assets/tiles/16/12420/23151.png deleted file mode 100644 index 39706fc..0000000 Binary files a/www/assets/tiles/16/12420/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23152.png b/www/assets/tiles/16/12420/23152.png deleted file mode 100644 index 447f687..0000000 Binary files a/www/assets/tiles/16/12420/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23153.png b/www/assets/tiles/16/12420/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23154.png b/www/assets/tiles/16/12420/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23155.png b/www/assets/tiles/16/12420/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23156.png b/www/assets/tiles/16/12420/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23157.png b/www/assets/tiles/16/12420/23157.png deleted file mode 100644 index ce907da..0000000 Binary files a/www/assets/tiles/16/12420/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23158.png b/www/assets/tiles/16/12420/23158.png deleted file mode 100644 index 2495957..0000000 Binary files a/www/assets/tiles/16/12420/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23159.png b/www/assets/tiles/16/12420/23159.png deleted file mode 100644 index a995573..0000000 Binary files a/www/assets/tiles/16/12420/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23160.png b/www/assets/tiles/16/12420/23160.png deleted file mode 100644 index 3eba97b..0000000 Binary files a/www/assets/tiles/16/12420/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23161.png b/www/assets/tiles/16/12420/23161.png deleted file mode 100644 index cb74d59..0000000 Binary files a/www/assets/tiles/16/12420/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23162.png b/www/assets/tiles/16/12420/23162.png deleted file mode 100644 index 6c75643..0000000 Binary files a/www/assets/tiles/16/12420/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23163.png b/www/assets/tiles/16/12420/23163.png deleted file mode 100644 index d2b8664..0000000 Binary files a/www/assets/tiles/16/12420/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23164.png b/www/assets/tiles/16/12420/23164.png deleted file mode 100644 index f135c6f..0000000 Binary files a/www/assets/tiles/16/12420/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23165.png b/www/assets/tiles/16/12420/23165.png deleted file mode 100644 index 0917655..0000000 Binary files a/www/assets/tiles/16/12420/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23166.png b/www/assets/tiles/16/12420/23166.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23167.png b/www/assets/tiles/16/12420/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23168.png b/www/assets/tiles/16/12420/23168.png deleted file mode 100644 index 7b7e816..0000000 Binary files a/www/assets/tiles/16/12420/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23169.png b/www/assets/tiles/16/12420/23169.png deleted file mode 100644 index b93fe08..0000000 Binary files a/www/assets/tiles/16/12420/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23170.png b/www/assets/tiles/16/12420/23170.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23171.png b/www/assets/tiles/16/12420/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23172.png b/www/assets/tiles/16/12420/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23173.png b/www/assets/tiles/16/12420/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23174.png b/www/assets/tiles/16/12420/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23175.png b/www/assets/tiles/16/12420/23175.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23176.png b/www/assets/tiles/16/12420/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23177.png b/www/assets/tiles/16/12420/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23178.png b/www/assets/tiles/16/12420/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23179.png b/www/assets/tiles/16/12420/23179.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12420/23180.png b/www/assets/tiles/16/12420/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12420/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23120.png b/www/assets/tiles/16/12421/23120.png deleted file mode 100644 index c41d373..0000000 Binary files a/www/assets/tiles/16/12421/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23121.png b/www/assets/tiles/16/12421/23121.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12421/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23122.png b/www/assets/tiles/16/12421/23122.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12421/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23123.png b/www/assets/tiles/16/12421/23123.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12421/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23124.png b/www/assets/tiles/16/12421/23124.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12421/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23125.png b/www/assets/tiles/16/12421/23125.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12421/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23126.png b/www/assets/tiles/16/12421/23126.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12421/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23127.png b/www/assets/tiles/16/12421/23127.png deleted file mode 100644 index 410baa6..0000000 Binary files a/www/assets/tiles/16/12421/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23128.png b/www/assets/tiles/16/12421/23128.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12421/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23129.png b/www/assets/tiles/16/12421/23129.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12421/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23130.png b/www/assets/tiles/16/12421/23130.png deleted file mode 100644 index e0ccb4c..0000000 Binary files a/www/assets/tiles/16/12421/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23131.png b/www/assets/tiles/16/12421/23131.png deleted file mode 100644 index e69b3a0..0000000 Binary files a/www/assets/tiles/16/12421/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23132.png b/www/assets/tiles/16/12421/23132.png deleted file mode 100644 index fdbe90e..0000000 Binary files a/www/assets/tiles/16/12421/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23133.png b/www/assets/tiles/16/12421/23133.png deleted file mode 100644 index d32b8e1..0000000 Binary files a/www/assets/tiles/16/12421/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23134.png b/www/assets/tiles/16/12421/23134.png deleted file mode 100644 index 4bbe6a6..0000000 Binary files a/www/assets/tiles/16/12421/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23135.png b/www/assets/tiles/16/12421/23135.png deleted file mode 100644 index 6b600c6..0000000 Binary files a/www/assets/tiles/16/12421/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23136.png b/www/assets/tiles/16/12421/23136.png deleted file mode 100644 index 015118a..0000000 Binary files a/www/assets/tiles/16/12421/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23137.png b/www/assets/tiles/16/12421/23137.png deleted file mode 100644 index 73be918..0000000 Binary files a/www/assets/tiles/16/12421/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23138.png b/www/assets/tiles/16/12421/23138.png deleted file mode 100644 index 390bb0e..0000000 Binary files a/www/assets/tiles/16/12421/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23139.png b/www/assets/tiles/16/12421/23139.png deleted file mode 100644 index 20055e8..0000000 Binary files a/www/assets/tiles/16/12421/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23140.png b/www/assets/tiles/16/12421/23140.png deleted file mode 100644 index 30bb991..0000000 Binary files a/www/assets/tiles/16/12421/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23141.png b/www/assets/tiles/16/12421/23141.png deleted file mode 100644 index 998b7d0..0000000 Binary files a/www/assets/tiles/16/12421/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23142.png b/www/assets/tiles/16/12421/23142.png deleted file mode 100644 index 6dc32e6..0000000 Binary files a/www/assets/tiles/16/12421/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23143.png b/www/assets/tiles/16/12421/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23144.png b/www/assets/tiles/16/12421/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23145.png b/www/assets/tiles/16/12421/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23146.png b/www/assets/tiles/16/12421/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23147.png b/www/assets/tiles/16/12421/23147.png deleted file mode 100644 index aee0d64..0000000 Binary files a/www/assets/tiles/16/12421/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23148.png b/www/assets/tiles/16/12421/23148.png deleted file mode 100644 index 5360378..0000000 Binary files a/www/assets/tiles/16/12421/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23149.png b/www/assets/tiles/16/12421/23149.png deleted file mode 100644 index 28a9d81..0000000 Binary files a/www/assets/tiles/16/12421/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23150.png b/www/assets/tiles/16/12421/23150.png deleted file mode 100644 index 43f2ad9..0000000 Binary files a/www/assets/tiles/16/12421/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23151.png b/www/assets/tiles/16/12421/23151.png deleted file mode 100644 index ba0ccd4..0000000 Binary files a/www/assets/tiles/16/12421/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23152.png b/www/assets/tiles/16/12421/23152.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23153.png b/www/assets/tiles/16/12421/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23154.png b/www/assets/tiles/16/12421/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23155.png b/www/assets/tiles/16/12421/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23156.png b/www/assets/tiles/16/12421/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23157.png b/www/assets/tiles/16/12421/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23158.png b/www/assets/tiles/16/12421/23158.png deleted file mode 100644 index 9dc98da..0000000 Binary files a/www/assets/tiles/16/12421/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23159.png b/www/assets/tiles/16/12421/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23160.png b/www/assets/tiles/16/12421/23160.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23161.png b/www/assets/tiles/16/12421/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23162.png b/www/assets/tiles/16/12421/23162.png deleted file mode 100644 index 9fb8094..0000000 Binary files a/www/assets/tiles/16/12421/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23163.png b/www/assets/tiles/16/12421/23163.png deleted file mode 100644 index 4d660ee..0000000 Binary files a/www/assets/tiles/16/12421/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23164.png b/www/assets/tiles/16/12421/23164.png deleted file mode 100644 index f2e7f4f..0000000 Binary files a/www/assets/tiles/16/12421/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23165.png b/www/assets/tiles/16/12421/23165.png deleted file mode 100644 index 0dfeac9..0000000 Binary files a/www/assets/tiles/16/12421/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23166.png b/www/assets/tiles/16/12421/23166.png deleted file mode 100644 index 7c08be6..0000000 Binary files a/www/assets/tiles/16/12421/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23167.png b/www/assets/tiles/16/12421/23167.png deleted file mode 100644 index 1a65e23..0000000 Binary files a/www/assets/tiles/16/12421/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23168.png b/www/assets/tiles/16/12421/23168.png deleted file mode 100644 index 204f840..0000000 Binary files a/www/assets/tiles/16/12421/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23169.png b/www/assets/tiles/16/12421/23169.png deleted file mode 100644 index 155a57b..0000000 Binary files a/www/assets/tiles/16/12421/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23170.png b/www/assets/tiles/16/12421/23170.png deleted file mode 100644 index 90ae2b0..0000000 Binary files a/www/assets/tiles/16/12421/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23171.png b/www/assets/tiles/16/12421/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23172.png b/www/assets/tiles/16/12421/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23173.png b/www/assets/tiles/16/12421/23173.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23174.png b/www/assets/tiles/16/12421/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23175.png b/www/assets/tiles/16/12421/23175.png deleted file mode 100644 index 0951555..0000000 Binary files a/www/assets/tiles/16/12421/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23176.png b/www/assets/tiles/16/12421/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23177.png b/www/assets/tiles/16/12421/23177.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23178.png b/www/assets/tiles/16/12421/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23179.png b/www/assets/tiles/16/12421/23179.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12421/23180.png b/www/assets/tiles/16/12421/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12421/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23120.png b/www/assets/tiles/16/12422/23120.png deleted file mode 100644 index c43ab6c..0000000 Binary files a/www/assets/tiles/16/12422/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23121.png b/www/assets/tiles/16/12422/23121.png deleted file mode 100644 index 4acf5d2..0000000 Binary files a/www/assets/tiles/16/12422/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23122.png b/www/assets/tiles/16/12422/23122.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23123.png b/www/assets/tiles/16/12422/23123.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23124.png b/www/assets/tiles/16/12422/23124.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23125.png b/www/assets/tiles/16/12422/23125.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23126.png b/www/assets/tiles/16/12422/23126.png deleted file mode 100644 index a19fd5d..0000000 Binary files a/www/assets/tiles/16/12422/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23127.png b/www/assets/tiles/16/12422/23127.png deleted file mode 100644 index 90270af..0000000 Binary files a/www/assets/tiles/16/12422/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23128.png b/www/assets/tiles/16/12422/23128.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23129.png b/www/assets/tiles/16/12422/23129.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23130.png b/www/assets/tiles/16/12422/23130.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23131.png b/www/assets/tiles/16/12422/23131.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23132.png b/www/assets/tiles/16/12422/23132.png deleted file mode 100644 index dc5e784..0000000 Binary files a/www/assets/tiles/16/12422/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23133.png b/www/assets/tiles/16/12422/23133.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23134.png b/www/assets/tiles/16/12422/23134.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23135.png b/www/assets/tiles/16/12422/23135.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23136.png b/www/assets/tiles/16/12422/23136.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12422/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23137.png b/www/assets/tiles/16/12422/23137.png deleted file mode 100644 index 529bd19..0000000 Binary files a/www/assets/tiles/16/12422/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23138.png b/www/assets/tiles/16/12422/23138.png deleted file mode 100644 index 1ded520..0000000 Binary files a/www/assets/tiles/16/12422/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23139.png b/www/assets/tiles/16/12422/23139.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23140.png b/www/assets/tiles/16/12422/23140.png deleted file mode 100644 index 6ac843c..0000000 Binary files a/www/assets/tiles/16/12422/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23141.png b/www/assets/tiles/16/12422/23141.png deleted file mode 100644 index 5ac444a..0000000 Binary files a/www/assets/tiles/16/12422/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23142.png b/www/assets/tiles/16/12422/23142.png deleted file mode 100644 index 7275bcb..0000000 Binary files a/www/assets/tiles/16/12422/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23143.png b/www/assets/tiles/16/12422/23143.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23144.png b/www/assets/tiles/16/12422/23144.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23145.png b/www/assets/tiles/16/12422/23145.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23146.png b/www/assets/tiles/16/12422/23146.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23147.png b/www/assets/tiles/16/12422/23147.png deleted file mode 100644 index 163bd44..0000000 Binary files a/www/assets/tiles/16/12422/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23148.png b/www/assets/tiles/16/12422/23148.png deleted file mode 100644 index c007e45..0000000 Binary files a/www/assets/tiles/16/12422/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23149.png b/www/assets/tiles/16/12422/23149.png deleted file mode 100644 index 39ba111..0000000 Binary files a/www/assets/tiles/16/12422/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23150.png b/www/assets/tiles/16/12422/23150.png deleted file mode 100644 index e89f85a..0000000 Binary files a/www/assets/tiles/16/12422/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23151.png b/www/assets/tiles/16/12422/23151.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23152.png b/www/assets/tiles/16/12422/23152.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23153.png b/www/assets/tiles/16/12422/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23154.png b/www/assets/tiles/16/12422/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23155.png b/www/assets/tiles/16/12422/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23156.png b/www/assets/tiles/16/12422/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23157.png b/www/assets/tiles/16/12422/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23158.png b/www/assets/tiles/16/12422/23158.png deleted file mode 100644 index a9a42d0..0000000 Binary files a/www/assets/tiles/16/12422/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23159.png b/www/assets/tiles/16/12422/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23160.png b/www/assets/tiles/16/12422/23160.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23161.png b/www/assets/tiles/16/12422/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23162.png b/www/assets/tiles/16/12422/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23163.png b/www/assets/tiles/16/12422/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23164.png b/www/assets/tiles/16/12422/23164.png deleted file mode 100644 index 409ee92..0000000 Binary files a/www/assets/tiles/16/12422/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23165.png b/www/assets/tiles/16/12422/23165.png deleted file mode 100644 index edb79b4..0000000 Binary files a/www/assets/tiles/16/12422/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23166.png b/www/assets/tiles/16/12422/23166.png deleted file mode 100644 index de4f443..0000000 Binary files a/www/assets/tiles/16/12422/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23167.png b/www/assets/tiles/16/12422/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23168.png b/www/assets/tiles/16/12422/23168.png deleted file mode 100644 index a7c502b..0000000 Binary files a/www/assets/tiles/16/12422/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23169.png b/www/assets/tiles/16/12422/23169.png deleted file mode 100644 index ba65496..0000000 Binary files a/www/assets/tiles/16/12422/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23170.png b/www/assets/tiles/16/12422/23170.png deleted file mode 100644 index 6fbe3c7..0000000 Binary files a/www/assets/tiles/16/12422/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23171.png b/www/assets/tiles/16/12422/23171.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23172.png b/www/assets/tiles/16/12422/23172.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23173.png b/www/assets/tiles/16/12422/23173.png deleted file mode 100644 index 5856b33..0000000 Binary files a/www/assets/tiles/16/12422/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23174.png b/www/assets/tiles/16/12422/23174.png deleted file mode 100644 index 7c60215..0000000 Binary files a/www/assets/tiles/16/12422/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23175.png b/www/assets/tiles/16/12422/23175.png deleted file mode 100644 index 5c246e9..0000000 Binary files a/www/assets/tiles/16/12422/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23176.png b/www/assets/tiles/16/12422/23176.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23177.png b/www/assets/tiles/16/12422/23177.png deleted file mode 100644 index 4548c0e..0000000 Binary files a/www/assets/tiles/16/12422/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23178.png b/www/assets/tiles/16/12422/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23179.png b/www/assets/tiles/16/12422/23179.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12422/23180.png b/www/assets/tiles/16/12422/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12422/23180.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23120.png b/www/assets/tiles/16/12423/23120.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12423/23120.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23121.png b/www/assets/tiles/16/12423/23121.png deleted file mode 100644 index 3c504d2..0000000 Binary files a/www/assets/tiles/16/12423/23121.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23122.png b/www/assets/tiles/16/12423/23122.png deleted file mode 100644 index 1b04213..0000000 Binary files a/www/assets/tiles/16/12423/23122.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23123.png b/www/assets/tiles/16/12423/23123.png deleted file mode 100644 index 5eead2b..0000000 Binary files a/www/assets/tiles/16/12423/23123.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23124.png b/www/assets/tiles/16/12423/23124.png deleted file mode 100644 index 525f055..0000000 Binary files a/www/assets/tiles/16/12423/23124.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23125.png b/www/assets/tiles/16/12423/23125.png deleted file mode 100644 index 35ffffa..0000000 Binary files a/www/assets/tiles/16/12423/23125.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23126.png b/www/assets/tiles/16/12423/23126.png deleted file mode 100644 index cea73b4..0000000 Binary files a/www/assets/tiles/16/12423/23126.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23127.png b/www/assets/tiles/16/12423/23127.png deleted file mode 100644 index 0e71c11..0000000 Binary files a/www/assets/tiles/16/12423/23127.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23128.png b/www/assets/tiles/16/12423/23128.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12423/23128.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23129.png b/www/assets/tiles/16/12423/23129.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12423/23129.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23130.png b/www/assets/tiles/16/12423/23130.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12423/23130.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23131.png b/www/assets/tiles/16/12423/23131.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12423/23131.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23132.png b/www/assets/tiles/16/12423/23132.png deleted file mode 100644 index 3c04ea8..0000000 Binary files a/www/assets/tiles/16/12423/23132.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23133.png b/www/assets/tiles/16/12423/23133.png deleted file mode 100644 index 10e7ca1..0000000 Binary files a/www/assets/tiles/16/12423/23133.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23134.png b/www/assets/tiles/16/12423/23134.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12423/23134.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23135.png b/www/assets/tiles/16/12423/23135.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12423/23135.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23136.png b/www/assets/tiles/16/12423/23136.png deleted file mode 100644 index 7fa468b..0000000 Binary files a/www/assets/tiles/16/12423/23136.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23137.png b/www/assets/tiles/16/12423/23137.png deleted file mode 100644 index 483c40a..0000000 Binary files a/www/assets/tiles/16/12423/23137.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23138.png b/www/assets/tiles/16/12423/23138.png deleted file mode 100644 index a36e4dc..0000000 Binary files a/www/assets/tiles/16/12423/23138.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23139.png b/www/assets/tiles/16/12423/23139.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23139.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23140.png b/www/assets/tiles/16/12423/23140.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23140.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23141.png b/www/assets/tiles/16/12423/23141.png deleted file mode 100644 index fe2b11d..0000000 Binary files a/www/assets/tiles/16/12423/23141.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23142.png b/www/assets/tiles/16/12423/23142.png deleted file mode 100644 index 5308d61..0000000 Binary files a/www/assets/tiles/16/12423/23142.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23143.png b/www/assets/tiles/16/12423/23143.png deleted file mode 100644 index ae9684b..0000000 Binary files a/www/assets/tiles/16/12423/23143.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23144.png b/www/assets/tiles/16/12423/23144.png deleted file mode 100644 index 366e4a9..0000000 Binary files a/www/assets/tiles/16/12423/23144.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23145.png b/www/assets/tiles/16/12423/23145.png deleted file mode 100644 index af41527..0000000 Binary files a/www/assets/tiles/16/12423/23145.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23146.png b/www/assets/tiles/16/12423/23146.png deleted file mode 100644 index 4eef0c3..0000000 Binary files a/www/assets/tiles/16/12423/23146.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23147.png b/www/assets/tiles/16/12423/23147.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23147.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23148.png b/www/assets/tiles/16/12423/23148.png deleted file mode 100644 index ff26cf1..0000000 Binary files a/www/assets/tiles/16/12423/23148.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23149.png b/www/assets/tiles/16/12423/23149.png deleted file mode 100644 index 76f2813..0000000 Binary files a/www/assets/tiles/16/12423/23149.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23150.png b/www/assets/tiles/16/12423/23150.png deleted file mode 100644 index 63156c8..0000000 Binary files a/www/assets/tiles/16/12423/23150.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23151.png b/www/assets/tiles/16/12423/23151.png deleted file mode 100644 index be9bc67..0000000 Binary files a/www/assets/tiles/16/12423/23151.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23152.png b/www/assets/tiles/16/12423/23152.png deleted file mode 100644 index 67d180a..0000000 Binary files a/www/assets/tiles/16/12423/23152.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23153.png b/www/assets/tiles/16/12423/23153.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23153.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23154.png b/www/assets/tiles/16/12423/23154.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23154.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23155.png b/www/assets/tiles/16/12423/23155.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23155.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23156.png b/www/assets/tiles/16/12423/23156.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23156.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23157.png b/www/assets/tiles/16/12423/23157.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23157.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23158.png b/www/assets/tiles/16/12423/23158.png deleted file mode 100644 index 0794e9d..0000000 Binary files a/www/assets/tiles/16/12423/23158.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23159.png b/www/assets/tiles/16/12423/23159.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23159.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23160.png b/www/assets/tiles/16/12423/23160.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23160.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23161.png b/www/assets/tiles/16/12423/23161.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23161.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23162.png b/www/assets/tiles/16/12423/23162.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23162.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23163.png b/www/assets/tiles/16/12423/23163.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23163.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23164.png b/www/assets/tiles/16/12423/23164.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23164.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23165.png b/www/assets/tiles/16/12423/23165.png deleted file mode 100644 index b9d6adc..0000000 Binary files a/www/assets/tiles/16/12423/23165.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23166.png b/www/assets/tiles/16/12423/23166.png deleted file mode 100644 index 4e3c229..0000000 Binary files a/www/assets/tiles/16/12423/23166.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23167.png b/www/assets/tiles/16/12423/23167.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23167.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23168.png b/www/assets/tiles/16/12423/23168.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23168.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23169.png b/www/assets/tiles/16/12423/23169.png deleted file mode 100644 index 36982c6..0000000 Binary files a/www/assets/tiles/16/12423/23169.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23170.png b/www/assets/tiles/16/12423/23170.png deleted file mode 100644 index 16925e8..0000000 Binary files a/www/assets/tiles/16/12423/23170.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23171.png b/www/assets/tiles/16/12423/23171.png deleted file mode 100644 index 437b781..0000000 Binary files a/www/assets/tiles/16/12423/23171.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23172.png b/www/assets/tiles/16/12423/23172.png deleted file mode 100644 index ebd1084..0000000 Binary files a/www/assets/tiles/16/12423/23172.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23173.png b/www/assets/tiles/16/12423/23173.png deleted file mode 100644 index 3ebe262..0000000 Binary files a/www/assets/tiles/16/12423/23173.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23174.png b/www/assets/tiles/16/12423/23174.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23174.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23175.png b/www/assets/tiles/16/12423/23175.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23175.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23176.png b/www/assets/tiles/16/12423/23176.png deleted file mode 100644 index 06f1f17..0000000 Binary files a/www/assets/tiles/16/12423/23176.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23177.png b/www/assets/tiles/16/12423/23177.png deleted file mode 100644 index 18ac466..0000000 Binary files a/www/assets/tiles/16/12423/23177.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23178.png b/www/assets/tiles/16/12423/23178.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23178.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23179.png b/www/assets/tiles/16/12423/23179.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23179.png and /dev/null differ diff --git a/www/assets/tiles/16/12423/23180.png b/www/assets/tiles/16/12423/23180.png deleted file mode 100644 index 10eadbb..0000000 Binary files a/www/assets/tiles/16/12423/23180.png and /dev/null differ diff --git a/www/assets/tiles/export.txt b/www/assets/tiles/export.txt deleted file mode 100644 index 825d1df..0000000 --- a/www/assets/tiles/export.txt +++ /dev/null @@ -1,380 +0,0 @@ -https://maps.netsyms.net/styles/klokantech-basic/12/772/1445.png -https://maps.netsyms.net/styles/klokantech-basic/12/772/1446.png -https://maps.netsyms.net/styles/klokantech-basic/12/772/1447.png -https://maps.netsyms.net/styles/klokantech-basic/12/773/1445.png -https://maps.netsyms.net/styles/klokantech-basic/12/773/1446.png -https://maps.netsyms.net/styles/klokantech-basic/12/773/1447.png -https://maps.netsyms.net/styles/klokantech-basic/12/774/1445.png -https://maps.netsyms.net/styles/klokantech-basic/12/774/1446.png -https://maps.netsyms.net/styles/klokantech-basic/12/774/1447.png -https://maps.netsyms.net/styles/klokantech-basic/12/775/1445.png -https://maps.netsyms.net/styles/klokantech-basic/12/775/1446.png -https://maps.netsyms.net/styles/klokantech-basic/12/775/1447.png -https://maps.netsyms.net/styles/klokantech-basic/12/772/1448.png -https://maps.netsyms.net/styles/klokantech-basic/12/773/1448.png -https://maps.netsyms.net/styles/klokantech-basic/12/774/1448.png -https://maps.netsyms.net/styles/klokantech-basic/12/775/1448.png -https://maps.netsyms.net/styles/klokantech-basic/12/776/1445.png -https://maps.netsyms.net/styles/klokantech-basic/12/776/1446.png -https://maps.netsyms.net/styles/klokantech-basic/12/776/1447.png -https://maps.netsyms.net/styles/klokantech-basic/12/776/1448.png -https://maps.netsyms.net/styles/klokantech-basic/13/1544/2890.png -https://maps.netsyms.net/styles/klokantech-basic/13/1544/2891.png -https://maps.netsyms.net/styles/klokantech-basic/13/1544/2892.png -https://maps.netsyms.net/styles/klokantech-basic/13/1544/2893.png -https://maps.netsyms.net/styles/klokantech-basic/13/1544/2894.png -https://maps.netsyms.net/styles/klokantech-basic/13/1544/2895.png -https://maps.netsyms.net/styles/klokantech-basic/13/1545/2890.png -https://maps.netsyms.net/styles/klokantech-basic/13/1545/2891.png -https://maps.netsyms.net/styles/klokantech-basic/13/1545/2892.png -https://maps.netsyms.net/styles/klokantech-basic/13/1545/2893.png -https://maps.netsyms.net/styles/klokantech-basic/13/1545/2894.png -https://maps.netsyms.net/styles/klokantech-basic/13/1545/2895.png -https://maps.netsyms.net/styles/klokantech-basic/13/1546/2890.png -https://maps.netsyms.net/styles/klokantech-basic/13/1546/2891.png -https://maps.netsyms.net/styles/klokantech-basic/13/1546/2892.png -https://maps.netsyms.net/styles/klokantech-basic/13/1546/2893.png -https://maps.netsyms.net/styles/klokantech-basic/13/1546/2894.png -https://maps.netsyms.net/styles/klokantech-basic/13/1546/2895.png -https://maps.netsyms.net/styles/klokantech-basic/13/1547/2890.png -https://maps.netsyms.net/styles/klokantech-basic/13/1547/2891.png -https://maps.netsyms.net/styles/klokantech-basic/13/1547/2892.png -https://maps.netsyms.net/styles/klokantech-basic/13/1547/2893.png -https://maps.netsyms.net/styles/klokantech-basic/13/1547/2894.png -https://maps.netsyms.net/styles/klokantech-basic/13/1547/2895.png -https://maps.netsyms.net/styles/klokantech-basic/13/1548/2890.png -https://maps.netsyms.net/styles/klokantech-basic/13/1548/2891.png -https://maps.netsyms.net/styles/klokantech-basic/13/1548/2892.png -https://maps.netsyms.net/styles/klokantech-basic/13/1548/2893.png -https://maps.netsyms.net/styles/klokantech-basic/13/1548/2894.png -https://maps.netsyms.net/styles/klokantech-basic/13/1548/2895.png -https://maps.netsyms.net/styles/klokantech-basic/13/1549/2890.png -https://maps.netsyms.net/styles/klokantech-basic/13/1549/2891.png -https://maps.netsyms.net/styles/klokantech-basic/13/1549/2892.png -https://maps.netsyms.net/styles/klokantech-basic/13/1549/2893.png -https://maps.netsyms.net/styles/klokantech-basic/13/1549/2894.png -https://maps.netsyms.net/styles/klokantech-basic/13/1549/2895.png -https://maps.netsyms.net/styles/klokantech-basic/13/1550/2890.png -https://maps.netsyms.net/styles/klokantech-basic/13/1550/2891.png -https://maps.netsyms.net/styles/klokantech-basic/13/1550/2892.png -https://maps.netsyms.net/styles/klokantech-basic/13/1550/2893.png -https://maps.netsyms.net/styles/klokantech-basic/13/1550/2894.png -https://maps.netsyms.net/styles/klokantech-basic/13/1550/2895.png -https://maps.netsyms.net/styles/klokantech-basic/13/1551/2890.png -https://maps.netsyms.net/styles/klokantech-basic/13/1551/2891.png -https://maps.netsyms.net/styles/klokantech-basic/13/1551/2892.png -https://maps.netsyms.net/styles/klokantech-basic/13/1551/2893.png -https://maps.netsyms.net/styles/klokantech-basic/13/1551/2894.png -https://maps.netsyms.net/styles/klokantech-basic/13/1551/2895.png -https://maps.netsyms.net/styles/klokantech-basic/13/1544/2896.png -https://maps.netsyms.net/styles/klokantech-basic/13/1544/2897.png -https://maps.netsyms.net/styles/klokantech-basic/13/1545/2896.png -https://maps.netsyms.net/styles/klokantech-basic/13/1545/2897.png -https://maps.netsyms.net/styles/klokantech-basic/13/1546/2896.png -https://maps.netsyms.net/styles/klokantech-basic/13/1546/2897.png -https://maps.netsyms.net/styles/klokantech-basic/13/1547/2896.png -https://maps.netsyms.net/styles/klokantech-basic/13/1547/2897.png -https://maps.netsyms.net/styles/klokantech-basic/13/1548/2896.png -https://maps.netsyms.net/styles/klokantech-basic/13/1548/2897.png -https://maps.netsyms.net/styles/klokantech-basic/13/1549/2896.png -https://maps.netsyms.net/styles/klokantech-basic/13/1549/2897.png -https://maps.netsyms.net/styles/klokantech-basic/13/1550/2896.png -https://maps.netsyms.net/styles/klokantech-basic/13/1550/2897.png -https://maps.netsyms.net/styles/klokantech-basic/13/1551/2896.png -https://maps.netsyms.net/styles/klokantech-basic/13/1551/2897.png -https://maps.netsyms.net/styles/klokantech-basic/13/1552/2890.png -https://maps.netsyms.net/styles/klokantech-basic/13/1552/2891.png -https://maps.netsyms.net/styles/klokantech-basic/13/1552/2892.png -https://maps.netsyms.net/styles/klokantech-basic/13/1552/2893.png -https://maps.netsyms.net/styles/klokantech-basic/13/1552/2894.png -https://maps.netsyms.net/styles/klokantech-basic/13/1552/2895.png -https://maps.netsyms.net/styles/klokantech-basic/13/1552/2896.png -https://maps.netsyms.net/styles/klokantech-basic/13/1552/2897.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3088/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3089/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3090/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3091/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3092/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3093/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3094/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3095/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3096/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3097/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3098/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3099/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3100/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3101/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3102/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3103/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5780.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5781.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5782.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5783.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5784.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5785.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5786.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5787.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5788.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5789.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5790.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5791.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3104/5795.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5792.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5793.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5794.png -https://maps.netsyms.net/styles/klokantech-basic/14/3105/5795.png diff --git a/www/settings.js b/www/settings.js index 0669a7c..223fc01 100644 --- a/www/settings.js +++ b/www/settings.js @@ -1,6 +1,5 @@ var SETTINGS = { "maptileurls": { - "offline": "assets/tiles/{z}/{x}/{y}.png", "liberty": "https://maps.netsyms.net/styles/osm-liberty/{z}/{x}/{y}.png", "terrain": "https://maps.netsyms.net/styles/klokantech-terrain/{z}/{x}/{y}.png", "fiord": "https://maps.netsyms.net/styles/fiord-color/{z}/{x}/{y}.png"