mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-07-10 23:48:06 +03:00
Add tests and some test cases
This commit is contained in:
parent
70fc74f43b
commit
6cf76c89cb
20 changed files with 627 additions and 8 deletions
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<map version="1.10" tiledversion="1.11.0" orientation="orthogonal" renderorder="right-down" width="5" height="5" tilewidth="32" tileheight="32" infinite="0" nextlayerid="2" nextobjectid="1">
|
||||
<properties>
|
||||
<property name="MapBool" type="bool" value="true"/>
|
||||
<property name="MapColor" type="color" value="#ffff0000"/>
|
||||
<property name="MapFile" type="file" value="file.png"/>
|
||||
<property name="MapFloat" type="float" value="5.2"/>
|
||||
<property name="MapInt" type="int" value="42"/>
|
||||
<property name="MapObject" type="object" value="5"/>
|
||||
<property name="MapString" value="string in map"/>
|
||||
</properties>
|
||||
<layer id="1" name="Tile Layer 1" width="5" height="5">
|
||||
<data encoding="csv">
|
||||
0,0,0,0,0,
|
||||
0,0,0,0,0,
|
||||
0,0,0,0,0,
|
||||
0,0,0,0,0,
|
||||
0,0,0,0,0
|
||||
</data>
|
||||
</layer>
|
||||
</map>
|
Loading…
Add table
Add a link
Reference in a new issue