Honey Village: six model builds + hub frontend, Dockerized for Dokploy
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.10" tiledversion="1.12.2" orientation="orthogonal" renderorder="right-down" width="14" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="5">
|
||||
<tileset firstgid="1" source="tileset.tsx"/>
|
||||
<layer id="1" name="ground" width="14" height="10">
|
||||
<data encoding="csv">
|
||||
1,1,1,1,1,1,1,2,1,1,1,4,1,1,
|
||||
1,3,1,3,3,4,1,4,1,1,103,1,1,1,
|
||||
1,3,1,1,1,4,1,1,1,1,101,1,2,1,
|
||||
1,1,1,101,1,5,5,5,5,1,1,1,1,1,
|
||||
1,1,1,100,1,5,5,5,5,1,1,4,1,1,
|
||||
1,1,1,3,1,5,5,5,5,1,2,1,1,4,
|
||||
101,1,1,1,1,5,5,5,5,2,100,1,3,1,
|
||||
1,1,1,1,1,1,5,5,4,1,1,1,1,1,
|
||||
1,1,1,1,1,4,5,5,1,1,1,1,1,1,
|
||||
1,1,1,1,4,1,5,5,1,1,1,1,1,1
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="obstacles" width="14" height="10">
|
||||
<properties>
|
||||
<property name="collides" type="bool" value="true"/>
|
||||
</properties>
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,19,20,0,0,0,0,0,0,0,0,19,20,0,
|
||||
0,21,22,0,23,0,0,0,0,23,0,21,22,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,43,44,0,0,0,0,0,0,
|
||||
0,0,0,0,25,0,45,46,0,25,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||
0,19,20,0,0,0,0,0,0,0,0,19,20,0,
|
||||
0,21,22,0,23,0,0,0,0,23,0,21,22,0,
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="3" name="objects">
|
||||
<object id="1" name="spawn" x="104" y="136">
|
||||
<properties>
|
||||
<property name="id" value="default"/>
|
||||
</properties>
|
||||
<point/>
|
||||
</object>
|
||||
<object id="2" name="spawn" x="120" y="136">
|
||||
<properties>
|
||||
<property name="id" value="from_plaza"/>
|
||||
</properties>
|
||||
<point/>
|
||||
</object>
|
||||
<object id="3" name="door" x="120" y="152">
|
||||
<properties>
|
||||
<property name="target" value="plaza"/>
|
||||
<property name="spawn" value="from_well"/>
|
||||
</properties>
|
||||
<point/>
|
||||
</object>
|
||||
<object id="4" name="interact" x="104" y="104">
|
||||
<properties>
|
||||
<property name="id" value="ancient_well"/>
|
||||
</properties>
|
||||
<point/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
Reference in New Issue
Block a user