Honey Village: six model builds + hub frontend, Dockerized for Dokploy
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.10" tiledversion="1.12.2" orientation="orthogonal" renderorder="right-down" width="15" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="7">
|
||||
<tileset firstgid="1" source="tileset.tsx"/>
|
||||
<layer id="1" name="ground" width="15" height="10">
|
||||
<data encoding="csv">
|
||||
49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,
|
||||
50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,
|
||||
49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,
|
||||
50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,
|
||||
49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,
|
||||
50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,
|
||||
49,50,49,50,49,50,64,64,64,50,49,50,49,50,49,
|
||||
50,49,50,49,50,49,64,64,64,49,50,49,50,49,50,
|
||||
49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,
|
||||
50,49,50,49,50,49,50,39,50,49,50,49,50,49,50
|
||||
</data>
|
||||
</layer>
|
||||
<layer id="2" name="obstacles" width="15" height="10">
|
||||
<properties>
|
||||
<property name="collides" type="bool" value="true"/>
|
||||
</properties>
|
||||
<data encoding="csv">
|
||||
51,51,51,52,51,51,51,52,51,51,51,52,51,51,51,
|
||||
51,0,0,61,61,61,61,61,61,61,61,61,0,78,51,
|
||||
51,0,0,0,0,0,0,0,0,0,0,0,0,0,51,
|
||||
51,0,0,0,0,0,0,0,0,0,0,0,0,0,51,
|
||||
51,0,0,60,61,61,60,61,61,60,61,61,0,0,51,
|
||||
51,0,0,0,0,0,0,0,0,0,0,0,0,0,51,
|
||||
51,0,0,0,0,0,0,0,0,0,0,0,0,0,51,
|
||||
51,80,0,0,0,0,0,0,0,0,0,0,0,0,51,
|
||||
51,79,0,0,0,0,0,0,0,0,0,0,0,0,51,
|
||||
51,51,51,51,51,51,51,0,51,51,51,51,51,51,51
|
||||
</data>
|
||||
</layer>
|
||||
<objectgroup id="3" name="objects">
|
||||
<object id="1" name="spawn" x="120" y="104">
|
||||
<properties>
|
||||
<property name="id" value="default"/>
|
||||
</properties>
|
||||
<point/>
|
||||
</object>
|
||||
<object id="2" name="spawn" x="120" y="120">
|
||||
<properties>
|
||||
<property name="id" value="from_plaza"/>
|
||||
</properties>
|
||||
<point/>
|
||||
</object>
|
||||
<object id="3" name="door" x="120" y="136">
|
||||
<properties>
|
||||
<property name="target" value="plaza"/>
|
||||
<property name="spawn" value="from_shop"/>
|
||||
</properties>
|
||||
<point/>
|
||||
</object>
|
||||
<object id="4" name="npc" x="40" y="88">
|
||||
<properties>
|
||||
<property name="id" value="mimi"/>
|
||||
</properties>
|
||||
<point/>
|
||||
</object>
|
||||
<object id="5" name="npc" x="184" y="120">
|
||||
<properties>
|
||||
<property name="id" value="hedgehog"/>
|
||||
</properties>
|
||||
<point/>
|
||||
</object>
|
||||
<object id="6" name="interact" x="120" y="40">
|
||||
<properties>
|
||||
<property name="id" value="shelf_count"/>
|
||||
</properties>
|
||||
<point/>
|
||||
</object>
|
||||
</objectgroup>
|
||||
</map>
|
||||
Reference in New Issue
Block a user