DotTiled/DotTiled.Tests/Serialization/TestData/Template/map-with-object-template.tj
2024-08-09 23:12:45 +02:00

28 lines
No EOL
609 B
Text

{ "object":
{
"height":37.0156,
"id":2,
"name":"Thingy",
"properties":[
{
"name":"Bool",
"type":"bool",
"value":true
},
{
"name":"TestClassInTemplate",
"propertytype":"TestClass",
"type":"class",
"value":
{
"Amount":4.2,
"Name":"Hello there"
}
}],
"rotation":0,
"type":"",
"visible":true,
"width":37.0156
},
"type":"template"
}