DotTiled/src/DotTiled.Tests/TestData/Maps/map-with-many-layers/poly.tj
2024-09-07 13:23:32 +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"
}