No more TmxSerializer, now different readers for each file format

This commit is contained in:
Daniel Cronqvist 2024-08-03 14:26:09 +02:00
parent 453200bbb2
commit bafbd3d6c7
35 changed files with 255 additions and 1486 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<template>
<object name="Thingy" width="37.0156" height="37.0156">
<properties>
<property name="Bool" type="bool" value="true"/>
<property name="TestClassInTemplate" type="class" propertytype="TestClass">
<properties>
<property name="Amount" type="float" value="4.2"/>
<property name="Name" value="Hello there"/>
</properties>
</property>
</properties>
</object>
</template>