mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-31 08:33:47 +01:00
Tiled 1.9 Compatibility Update
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
"infinite":false,
|
||||
"layers":[
|
||||
{
|
||||
"data":[30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30],
|
||||
"data":[30, 30, 30, 30, 30,
|
||||
30, 30, 30, 30, 30,
|
||||
30, 30, 30, 30, 30,
|
||||
30, 30, 30, 30, 30,
|
||||
30, 30, 30, 30, 30],
|
||||
"height":5,
|
||||
"id":1,
|
||||
"name":"Tile Layer 1",
|
||||
@@ -18,7 +22,7 @@
|
||||
"nextobjectid":1,
|
||||
"orientation":"orthogonal",
|
||||
"renderorder":"right-down",
|
||||
"tiledversion":"1.6.0",
|
||||
"tiledversion":"1.9.0",
|
||||
"tileheight":32,
|
||||
"tilesets":[
|
||||
{
|
||||
@@ -27,6 +31,6 @@
|
||||
}],
|
||||
"tilewidth":32,
|
||||
"type":"map",
|
||||
"version":"1.6",
|
||||
"version":"1.9",
|
||||
"width":5
|
||||
}
|
||||
@@ -6,9 +6,9 @@
|
||||
"name":"tileset",
|
||||
"spacing":1,
|
||||
"tilecount":48,
|
||||
"tiledversion":"1.6.0",
|
||||
"tiledversion":"1.9.0",
|
||||
"tileheight":32,
|
||||
"tilewidth":32,
|
||||
"type":"tileset",
|
||||
"version":"1.6"
|
||||
"version":"1.8"
|
||||
}
|
||||
Reference in New Issue
Block a user