mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-06 09:22:49 +02:00
15 lines
461 B
Text
15 lines
461 B
Text
|
<?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>
|