mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-05 17:02:49 +02:00
14 lines
461 B
XML
14 lines
461 B
XML
<?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>
|