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:
Darren Eberly
2022-06-01 00:28:43 -04:00
parent 3b2e3f9e0e
commit 9e8e3b980a
6 changed files with 12 additions and 19 deletions

View File

@@ -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!!"/>