mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
add a slime + teleport level
This commit is contained in:
parent
45059029fa
commit
3c08880b5d
|
@ -38,6 +38,7 @@ const LEVEL_NAMES: &[&str] = &[
|
||||||
"teleporter_1",
|
"teleporter_1",
|
||||||
"squid_teleport",
|
"squid_teleport",
|
||||||
"teleporter_2",
|
"teleporter_2",
|
||||||
|
"slime_teleporter",
|
||||||
];
|
];
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
|
@ -0,0 +1,43 @@
|
||||||
|
<?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="8">
|
||||||
|
<properties>
|
||||||
|
<property name="DIRECTIONS" value="UUULLLD"/>
|
||||||
|
<property name="ITEMS" value="TELEPORTER,TELEPORTER,SQUID_UP,SWITCH"/>
|
||||||
|
<property name="NAME" value="Hmmmmmmmmmm"/>
|
||||||
|
</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,1,8,5,6,4,3,9,0,0,0,
|
||||||
|
0,37,17,16,14,15,15,3221225500,8,9,0,
|
||||||
|
1,1073741852,16,17,15,12,14,17,16,38,0,
|
||||||
|
37,16,11,39,14,39,15,17,11,18,0,
|
||||||
|
32,13,16,1073741863,12,1073741863,15,14,12,38,0,
|
||||||
|
2147483689,2147483688,17,29,2147483677,15,15,11,12,18,0,
|
||||||
|
3221225513,3221225512,11,11,17,13,11,11,13,47,0,
|
||||||
|
1073741856,11,13,11,11,16,14,15,2147483676,27,0,
|
||||||
|
19,22,21,20,22,26,22,22,27,0,0
|
||||||
|
</data>
|
||||||
|
</layer>
|
||||||
|
<objectgroup id="2" name="Object Layer 1">
|
||||||
|
<object id="1" name="STAIRS" x="70.4375" y="75.2306">
|
||||||
|
<point/>
|
||||||
|
</object>
|
||||||
|
<object id="2" name="SLIME" x="72.3131" y="60.6429">
|
||||||
|
<point/>
|
||||||
|
</object>
|
||||||
|
<object id="3" name="HERO" x="118.577" y="107.323">
|
||||||
|
<point/>
|
||||||
|
</object>
|
||||||
|
<object id="5" name="SWORD" x="103.156" y="57.7254">
|
||||||
|
<point/>
|
||||||
|
</object>
|
||||||
|
<object id="6" name="SPIKES" x="70.2291" y="89.6099">
|
||||||
|
<point/>
|
||||||
|
</object>
|
||||||
|
<object id="7" name="SWITCH" x="86.0671" y="57.1002">
|
||||||
|
<point/>
|
||||||
|
</object>
|
||||||
|
</objectgroup>
|
||||||
|
</map>
|
Loading…
Reference in a new issue