foss-mmo/modules/game/levels/tiles.tsx
2024-05-20 12:31:56 -04:00

16 lines
533 B
XML

<?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">
<image source="../../../assets/images/cirkoban.png" width="320" height="240"/>
<tile id="2" type="wall">
<properties>
<property name="kind" value="copper"/>
</properties>
</tile>
<tile id="22" type="wall">
<properties>
<property name="kind" value="brick"/>
</properties>
</tile>
<tile id="27" type="exit"/>
<tile id="48" type="clock-emitter"/>
</tileset>