Level with multiple ice

This commit is contained in:
Gwilym Inzani 2023-08-29 23:52:35 +01:00
parent 36e8fca49a
commit c784cd759c
2 changed files with 50 additions and 0 deletions

View file

@ -32,6 +32,7 @@ const LEVEL_NAMES: &[&str] = &[
"block_push_1", "block_push_1",
"just_rocks", "just_rocks",
"squid_rock", "squid_rock",
"ice_ice",
"block_push_2", "block_push_2",
"glove_key", "glove_key",
"block_push_3", "block_push_3",

View file

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="11" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="15">
<properties>
<property name="DIRECTIONS" value="DDDDRRRD"/>
<property name="ITEMS" value="BLOCK,BLOCK,SWITCH"/>
<property name="NAME" value="Try not to go too far"/>
</properties>
<tileset firstgid="1" source="../level16.tsx"/>
<layer id="1" name="Tile Layer 1" width="11" height="10">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,
0,1,2,4,8,6,5,4,6,9,0,
0,10,16,13,16,11,17,14,15,47,0,
0,46,13,17,15,17,11,11,11,18,0,
0,37,13,14,12,11,15,11,11,18,0,
0,10,17,14,11,15,14,17,15,18,0,
0,10,16,13,11,17,16,14,11,18,0,
0,19,21,21,23,28,16,2147483676,26,27,0,
0,0,0,0,0,19,26,27,0,0,0
</data>
</layer>
<objectgroup id="2" name="Object Layer 1">
<object id="4" name="ICE" x="119.968" y="121.411">
<point/>
</object>
<object id="6" name="ICE" x="103.64" y="120.788">
<point/>
</object>
<object id="7" name="ICE" x="87.1292" y="121.495">
<point/>
</object>
<object id="8" name="HERO" x="39.77" y="59.9001">
<point/>
</object>
<object id="9" name="STAIRS" x="104.248" y="138.423">
<point/>
</object>
<object id="11" name="SQUID_DOWN" x="135.273" y="56">
<point/>
</object>
<object id="13" name="SPIKES" x="135.636" y="89.0909">
<point/>
</object>
<object id="14" name="DOOR_SWITCHED_OPEN" x="70.5455" y="124">
<point/>
</object>
</objectgroup>
</map>