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