DotTiled/DotTiled.Tests/Serialization/TestData/Map/map-with-many-layers/poly.tj
Daniel Cronqvist aecd97bd7d More tests
2024-08-14 20:29:55 +02:00

31 lines
No EOL
585 B
Text

{ "object":
{
"height":0,
"id":5,
"name":"Poly",
"polygon":[
{
"x":0,
"y":0
},
{
"x":104,
"y":20
},
{
"x":35.6667,
"y":32.3333
}],
"properties":[
{
"name":"templateprop",
"type":"string",
"value":"helo there"
}],
"rotation":0,
"type":"",
"visible":true,
"width":0
},
"type":"template"
}