|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<map version="1.5" tiledversion="1.7.0" orientation="orthogonal" renderorder="right-down" width="8" height="6" tilewidth="32" tileheight="32" infinite="0" nextlayerid="6" nextobjectid="3"> |
| 3 | + <tileset firstgid="1" source="tileset.tsx"/> |
| 4 | + <layer id="1" name="Tile Layer 1" width="8" height="6" tintcolor="#aaffff" offsetx="1" offsety="3" parallaxx="1.4" parallaxy="1.3"> |
| 5 | + <properties> |
| 6 | + <property name="test" value="test property"/> |
| 7 | + </properties> |
| 8 | + <data encoding="csv"> |
| 9 | +1,2,3,4,5,6,7,8, |
| 10 | +9,10,11,12,13,14,15,16, |
| 11 | +17,18,19,20,21,22,23,24, |
| 12 | +25,26,27,28,29,30,31,32, |
| 13 | +33,34,35,36,37,38,39,40, |
| 14 | +41,42,43,44,45,46,47,48 |
| 15 | +</data> |
| 16 | + </layer> |
| 17 | + <group id="4" name="Group 1" tintcolor="#0000ff" parallaxx="1.4"> |
| 18 | + <objectgroup id="2" name="Object Layer 1"> |
| 19 | + <object id="1" x="46.3333" y="39" width="69.3333" height="52.6667"/> |
| 20 | + </objectgroup> |
| 21 | + </group> |
| 22 | + <imagelayer id="3" name="Image Layer 1" tintcolor="#ff0000" offsetx="1" offsety="4"> |
| 23 | + <image source="../../images/tile_04.png" trans="000000" width="32" height="32"/> |
| 24 | + </imagelayer> |
| 25 | + <imagelayer id="5" name="Image Layer 2" parallaxy="1.4"> |
| 26 | + <image source="../../images/tile_04.png" width="32" height="32"/> |
| 27 | + </imagelayer> |
| 28 | +</map> |
0 commit comments