mapeditor/tiled
Do you want to work on this issue?
You can request for a bounty in order to promote it!
Resolve object types and properties should be split into two? #3787
jestarray posted onGitHub
{
"gid":3993,
"height":32,
"id":310,
"name":"shutter2",
"rotation":0,
"type":"foo", // i just need the type written out and not all the props
"visible":true,
"width":32,
"x":1536,
"y":1248
},
These should be really split into two parts:
- Resolve object types
- Resolve object properties
because I only need object types resolved and not the properties themselves as I prefer to save safe and do a lookup.