Incorporate warp into tutorial-8.
This commit is contained in:
parent
be21e4a6c0
commit
7b3683aa89
1 changed files with 18 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?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="50">
|
||||
<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="52">
|
||||
<tileset firstgid="1" source="tiles.tsx"/>
|
||||
<layer id="1" name="background" width="20" height="15">
|
||||
<data encoding="csv">
|
||||
|
@ -7,8 +7,8 @@
|
|||
89,170,105,24,24,24,106,109,171,189,90,151,105,24,28,24,86,129,211,190,
|
||||
82,82,108,31,24,31,106,110,130,189,129,110,105,31,31,31,107,82,82,82,
|
||||
3,24,31,24,24,24,86,209,89,111,91,111,105,24,3,3,3,3,3,3,
|
||||
24,24,24,24,24,24,107,83,82,83,82,83,108,3,24,24,24,24,24,24,
|
||||
24,24,31,24,24,24,31,24,24,24,24,24,24,24,24,24,24,24,24,24,
|
||||
24,24,24,24,24,24,107,83,82,83,82,83,108,64,61,61,61,66,24,24,
|
||||
24,24,31,24,24,24,31,24,24,24,24,24,24,24,24,24,3,24,24,24,
|
||||
102,102,88,24,24,24,3,3,24,24,24,3,3,24,24,24,87,103,103,102,
|
||||
151,92,85,3,3,24,24,24,31,24,24,24,24,24,3,24,106,131,151,169,
|
||||
170,189,85,24,24,24,3,3,24,24,24,3,24,24,24,24,86,169,109,129,
|
||||
|
@ -99,14 +99,14 @@
|
|||
<property name="target-y" type="int" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="47" type="switched-emitter" gid="48" x="224" y="80" width="16" height="16">
|
||||
<object id="47" type="switched-emitter" gid="48" x="240" y="80" width="16" height="16">
|
||||
<properties>
|
||||
<property name="interval" type="int" value="4"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="48" type="floor-switch" gid="25" x="240" y="96" width="16" height="16">
|
||||
<object id="48" type="floor-switch" gid="25" x="224" y="80" width="16" height="16">
|
||||
<properties>
|
||||
<property name="target-x" type="int" value="14"/>
|
||||
<property name="target-x" type="int" value="15"/>
|
||||
<property name="target-y" type="int" value="5"/>
|
||||
</properties>
|
||||
</object>
|
||||
|
@ -115,5 +115,17 @@
|
|||
<property name="kind" value="crate"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="50" type="electron-warp" gid="72" x="272" y="80" width="16" height="16">
|
||||
<properties>
|
||||
<property name="target-x" type="int" value="13"/>
|
||||
<property name="target-y" type="int" value="3"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="51" type="electron-warp" gid="72" x="208" y="48" width="16" height="16">
|
||||
<properties>
|
||||
<property name="target-x" type="int" value="17"/>
|
||||
<property name="target-y" type="int" value="5"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
|
|
Loading…
Add table
Reference in a new issue