mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
Fixed broken tests. Removed Class properties
Class Properties were not implemented very properly, need to revisit it with a more thought-out implementation.
This commit is contained in:
@@ -125,7 +125,7 @@ RECTANGLES = [
|
||||
<properties>
|
||||
<property name="bool property" type="bool" value="false"/>
|
||||
<property name="color property" type="color" value="#ffaa0000"/>
|
||||
<property name="file property" type="file" value="..\/..\/..\/..\/..\/..\/dev\/null"/>
|
||||
<property name="file property" type="file" value="../../../../../../dev/null"/>
|
||||
<property name="float property" type="float" value="42.1"/>
|
||||
<property name="int property" type="int" value="8675309"/>
|
||||
<property name="string property" value="pytiled_parser rulez!1!!"/>
|
||||
|
||||
Reference in New Issue
Block a user