mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 06:26:02 +03:00
Unset colors are now parsed correctly, color properties have optional colors
This commit is contained in:
parent
6deb28c1ce
commit
94c1ac0f32
8 changed files with 16 additions and 7 deletions
|
@ -8,6 +8,7 @@
|
|||
<property name="intprop" type="int" value="8"/>
|
||||
<property name="objectprop" type="object" value="5"/>
|
||||
<property name="stringprop" value="This is a string, hello world!"/>
|
||||
<property name="unsetcolorprop" type="color" value=""/>
|
||||
</properties>
|
||||
<layer id="1" name="Tile Layer 1" width="5" height="5">
|
||||
<data encoding="csv">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue