Add first draft of tutorial levels.
This commit is contained in:
parent
0b5c86aa21
commit
23f034a868
10 changed files with 514 additions and 24 deletions
64
modules/game/levels/tutorial-5.tmx
Normal file
64
modules/game/levels/tutorial-5.tmx
Normal file
|
@ -0,0 +1,64 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.8" tiledversion="1.8.6" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="36">
|
||||
<tileset firstgid="1" source="tiles.tsx"/>
|
||||
<layer id="1" name="background" width="20" height="15">
|
||||
<data encoding="csv">
|
||||
151,209,210,171,209,211,209,129,111,90,211,210,169,150,191,190,171,189,149,129,
|
||||
191,190,210,170,190,210,190,149,89,151,191,110,211,91,169,210,209,89,130,129,
|
||||
171,151,149,110,91,190,150,170,109,191,131,90,209,129,89,209,209,209,90,109,
|
||||
189,171,189,81,82,83,82,82,82,83,82,82,82,82,84,89,150,112,90,211,
|
||||
149,210,151,85,24,24,3,3,3,24,24,24,24,24,86,111,189,151,111,151,
|
||||
130,150,191,105,24,24,24,24,24,24,24,24,24,24,106,90,91,151,169,150,
|
||||
131,209,111,105,24,24,24,24,24,24,3,3,3,24,86,169,151,210,111,151,
|
||||
110,150,91,105,24,24,24,24,24,24,24,24,24,24,106,171,91,111,170,109,
|
||||
189,150,190,105,24,24,24,24,24,24,24,31,31,24,86,110,109,170,129,190,
|
||||
209,92,209,105,24,24,24,24,24,24,24,31,24,24,106,191,190,110,129,130,
|
||||
189,189,170,105,24,24,24,24,24,24,24,31,24,28,106,150,111,209,130,209,
|
||||
129,91,210,101,103,103,103,102,102,102,103,102,102,103,104,189,109,151,210,170,
|
||||
211,191,210,191,211,150,151,89,129,130,129,130,209,89,150,91,190,91,170,150,
|
||||
190,170,210,210,109,191,169,150,89,171,149,130,130,150,111,90,89,191,90,170,
|
||||
150,91,129,171,149,109,150,89,169,210,111,190,129,91,190,169,169,171,109,90
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="2" name="objects">
|
||||
<object id="1" type="player-spawn" gid="1" x="80" y="144" width="16" height="16"/>
|
||||
<object id="7" type="gem" gid="29" x="208" y="64" width="16" height="16"/>
|
||||
<object id="27" type="clock-emitter" gid="49" x="80" y="64" width="16" height="16">
|
||||
<properties>
|
||||
<property name="interval" type="int" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="28" type="electric-switch" gid="8" x="208" y="96" width="16" height="16">
|
||||
<properties>
|
||||
<property name="target-x" type="int" value="13"/>
|
||||
<property name="target-y" type="int" value="8"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="30" type="gate" gid="46" x="208" y="128" width="16" height="16"/>
|
||||
<object id="31" type="block" gid="30" x="144" y="80" width="16" height="16">
|
||||
<properties>
|
||||
<property name="kind" value="crate"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="32" type="block" gid="4" x="112" y="112" width="16" height="16">
|
||||
<properties>
|
||||
<property name="kind" value="copper"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="33" type="block" gid="30" x="176" y="80" width="16" height="16">
|
||||
<properties>
|
||||
<property name="kind" value="crate"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="34" type="block" gid="30" x="160" y="64" width="16" height="16">
|
||||
<properties>
|
||||
<property name="kind" value="crate"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="35" type="block" gid="30" x="208" y="80" width="16" height="16">
|
||||
<properties>
|
||||
<property name="kind" value="crate"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
Loading…
Add table
Add a link
Reference in a new issue