mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-09 20:06:02 +03:00
Stuck on how to handle class properties
This commit is contained in:
parent
0f05bd10aa
commit
2a10ebb496
3 changed files with 296 additions and 105 deletions
|
@ -14,12 +14,45 @@ public partial class TmjMapReaderTests
|
|||
"nextobjectid":1,
|
||||
"nextlayerid":1,
|
||||
"orientation":"orthogonal",
|
||||
"properties": [
|
||||
{
|
||||
"name":"mapProperty1",
|
||||
"type":"string",
|
||||
"value":"one"
|
||||
},
|
||||
{
|
||||
"name":"mapProperty3",
|
||||
"type":"string",
|
||||
"value":"twoeee"
|
||||
}
|
||||
],
|
||||
"renderorder":"right-down",
|
||||
"tileheight":32,
|
||||
"tilewidth":32,
|
||||
"version":"1",
|
||||
"tiledversion":"1.0.3",
|
||||
"width":4
|
||||
"width":4,
|
||||
"tilesets": [
|
||||
{
|
||||
"columns":19,
|
||||
"firstgid":1,
|
||||
"image":"image/fishbaddie_parts.png",
|
||||
"imageheight":480,
|
||||
"imagewidth":640,
|
||||
"margin":3,
|
||||
"name":"",
|
||||
"properties":[
|
||||
{
|
||||
"name":"myProperty1",
|
||||
"type":"string",
|
||||
"value":"myProperty1_value"
|
||||
}],
|
||||
"spacing":1,
|
||||
"tilecount":266,
|
||||
"tileheight":32,
|
||||
"tilewidth":32
|
||||
}
|
||||
]
|
||||
}
|
||||
""";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue