Prepare to support drawing rotated tiles

This commit is contained in:
Juliana Sims 2024-05-23 16:36:05 -04:00
parent d68b5d0491
commit 1e91411687
5 changed files with 54 additions and 40 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.8" tiledversion="1.8.6" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="24">
<map version="1.8" tiledversion="1.8.6" orientation="orthogonal" renderorder="right-down" width="20" height="15" tilewidth="16" tileheight="16" infinite="0" nextlayerid="3" nextobjectid="27">
<tileset firstgid="1" source="tiles.tsx"/>
<layer id="1" name="background" width="20" height="15">
<data encoding="csv">
@ -70,5 +70,20 @@
<property name="interval" type="int" value="4"/>
</properties>
</object>
<object id="24" gid="43" x="128" y="176" width="16" height="16">
<properties>
<property name="direction" value="left"/>
</properties>
</object>
<object id="25" gid="44" x="144" y="176" width="16" height="16">
<properties>
<property name="direction" value="up"/>
</properties>
</object>
<object id="26" gid="45" x="160" y="176" width="16" height="16">
<properties>
<property name="direction" value="down"/>
</properties>
</object>
</objectgroup>
</map>