add rpgbig map starting point
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
53e8c52da1
commit
90cffa5e6f
|
@ -0,0 +1,62 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="20" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="5" nextobjectid="34">
|
||||
<editorsettings>
|
||||
<export target="RPGmap.json" format="json"/>
|
||||
</editorsettings>
|
||||
<tileset firstgid="1" source="../sprites/kenney_rpg.tsx"/>
|
||||
<layer id="1" name="map" width="20" height="10">
|
||||
<data encoding="csv">
|
||||
1,1,1,18,1,19,20,21,1,18,1,18,1,18,1,18,1,18,81,18,
|
||||
69,1,35,52,1,36,53,38,35,52,35,52,35,52,35,52,35,97,98,99,
|
||||
1,18,1,18,86,88,104,1,18,17,1,18,1,18,1,18,1,114,115,116,
|
||||
35,52,35,52,105,1,18,35,92,1,35,52,35,52,35,52,35,131,132,133,
|
||||
18,69,1,1,105,35,52,1,81,1,1,18,1,18,1,18,1,108,110,109,
|
||||
52,35,1,18,105,67,66,97,98,99,35,52,35,52,35,52,35,52,35,52,
|
||||
1,68,35,52,105,66,67,114,115,116,1,18,1,18,1,18,1,18,1,18,
|
||||
18,103,88,88,106,1,1,100,118,101,35,52,35,52,35,52,35,52,35,52,
|
||||
52,1,1,1,103,88,88,88,107,88,1,18,1,18,1,18,1,18,1,18,
|
||||
11,13,1,12,1,69,1,18,35,52,35,52,35,52,35,52,35,52,35,52
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="2" name="coll">
|
||||
<object id="1" x="80.3013" y="-0.325766" width="47.399" height="16.4512"/>
|
||||
<object id="6" x="127.863" y="70.3655" width="16.2883" height="9.44722"/>
|
||||
<object id="16" x="146.182" y="32" width="11.4545" height="15.8182"/>
|
||||
<object id="17" x="18" y="97.8182" width="11.8182" height="12.7273"/>
|
||||
<object id="18" x="113.818" y="16.3636" width="12" height="13.4545"/>
|
||||
<object id="19" x="81.2727" y="16.3636" width="13.0909" height="14.5455"/>
|
||||
<object id="20" x="82.9091" y="85.2727" width="26" height="26.7273"/>
|
||||
<object id="21" x="99.6364" y="80.9091" width="8.18182" height="4.54545"/>
|
||||
<object id="22" x="112" y="94.1818" width="47.6364" height="17.2727"/>
|
||||
<object id="23" x="120.727" y="86.9091" width="30.3636" height="7.27273"/>
|
||||
<object id="24" x="127.636" y="80" width="16.3636" height="7.09091"/>
|
||||
<object id="25" x="114.364" y="111.818" width="11.4545" height="12.5455"/>
|
||||
<object id="26" x="145.091" y="111.273" width="12.1818" height="12.5455"/>
|
||||
<object id="27" x="0.363636" y="153.273" width="31.0909" height="6.54545"/>
|
||||
<object id="28" x="11.2727" y="146.182" width="8.90909" height="7.09091"/>
|
||||
<object id="29" x="51.8182" y="154" width="8" height="5.81818"/>
|
||||
</objectgroup>
|
||||
<objectgroup id="3" name="act">
|
||||
<object id="30" name="sign" x="16" y="96" width="16" height="20">
|
||||
<properties>
|
||||
<property name="dialogue" value="Test message!"/>
|
||||
<property name="direction" value="Up"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="31" name="gravestone 1" x="82.64" y="103" width="7" height="16">
|
||||
<properties>
|
||||
<property name="dialogue" value="Ded."/>
|
||||
<property name="direction" value="Up"/>
|
||||
</properties>
|
||||
</object>
|
||||
<object id="32" name="gravestone 2" x="96.18" y="103.36" width="7" height="16">
|
||||
<properties>
|
||||
<property name="dialogue" value="Moar ded."/>
|
||||
<property name="direction" value="Up"/>
|
||||
</properties>
|
||||
</object>
|
||||
</objectgroup>
|
||||
<objectgroup id="4" name="spc">
|
||||
<object id="33" name="mara_start" x="32" y="128" width="16" height="16"/>
|
||||
</objectgroup>
|
||||
</map>
|
Binary file not shown.
After Width: | Height: | Size: 326 B |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in New Issue