Type new walls
This commit is contained in:
parent
8d5da9c2dd
commit
1a52f36e5f
1 changed files with 42 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<tileset version="1.8" tiledversion="1.8.6" name="tiles" tilewidth="16" tileheight="16" tilecount="300" columns="20" objectalignment="topleft">
|
<tileset version="1.8" tiledversion="1.8.6" name="tiles" tilewidth="16" tileheight="16" tilecount="1200" columns="20" objectalignment="topleft">
|
||||||
<image source="../../../assets/images/cirkoban.png" width="320" height="240"/>
|
<image source="../../../assets/images/cirkoban.png" width="320" height="960"/>
|
||||||
<tile id="2" type="wall">
|
<tile id="2" type="wall">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="kind" value="copper"/>
|
<property name="kind" value="copper"/>
|
||||||
|
@ -92,4 +92,44 @@
|
||||||
<property name="kind" value="inert"/>
|
<property name="kind" value="inert"/>
|
||||||
</properties>
|
</properties>
|
||||||
</tile>
|
</tile>
|
||||||
|
<tile id="120" type="wall">
|
||||||
|
<properties>
|
||||||
|
<property name="kind" value="inert"/>
|
||||||
|
</properties>
|
||||||
|
</tile>
|
||||||
|
<tile id="121" type="wall">
|
||||||
|
<properties>
|
||||||
|
<property name="kind" value="inert"/>
|
||||||
|
</properties>
|
||||||
|
</tile>
|
||||||
|
<tile id="122" type="wall">
|
||||||
|
<properties>
|
||||||
|
<property name="kind" value="inert"/>
|
||||||
|
</properties>
|
||||||
|
</tile>
|
||||||
|
<tile id="123" type="wall">
|
||||||
|
<properties>
|
||||||
|
<property name="kind" value="inert"/>
|
||||||
|
</properties>
|
||||||
|
</tile>
|
||||||
|
<tile id="124" type="wall">
|
||||||
|
<properties>
|
||||||
|
<property name="kind" value="inert"/>
|
||||||
|
</properties>
|
||||||
|
</tile>
|
||||||
|
<tile id="125" type="wall">
|
||||||
|
<properties>
|
||||||
|
<property name="kind" value="inert"/>
|
||||||
|
</properties>
|
||||||
|
</tile>
|
||||||
|
<tile id="126" type="wall">
|
||||||
|
<properties>
|
||||||
|
<property name="kind" value="inert"/>
|
||||||
|
</properties>
|
||||||
|
</tile>
|
||||||
|
<tile id="127" type="wall">
|
||||||
|
<properties>
|
||||||
|
<property name="kind" value="inert"/>
|
||||||
|
</properties>
|
||||||
|
</tile>
|
||||||
</tileset>
|
</tileset>
|
||||||
|
|
Loading…
Add table
Reference in a new issue