mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-05 02:55:33 +01:00
Tiled 1.9 Compatibility Update
This commit is contained in:
@@ -17,14 +17,28 @@
|
||||
{
|
||||
"chunks":[
|
||||
{
|
||||
"data":[1, 2, 3, 4, 9, 10, 11, 12, 17, 18, 19, 20, 25, 26, 27, 28, 33, 34, 35, 36, 41, 42, 43, 44, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
"data":[1, 2, 3, 4,
|
||||
9, 10, 11, 12,
|
||||
17, 18, 19, 20,
|
||||
25, 26, 27, 28,
|
||||
33, 34, 35, 36,
|
||||
41, 42, 43, 44,
|
||||
0, 0, 0, 0,
|
||||
0, 0, 0, 0],
|
||||
"height":8,
|
||||
"width":4,
|
||||
"x":0,
|
||||
"y":0
|
||||
},
|
||||
{
|
||||
"data":[5, 6, 7, 8, 13, 14, 15, 16, 21, 22, 23, 24, 29, 30, 31, 32, 37, 38, 39, 40, 45, 46, 47, 48, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||
"data":[5, 6, 7, 8,
|
||||
13, 14, 15, 16,
|
||||
21, 22, 23, 24,
|
||||
29, 30, 31, 32,
|
||||
37, 38, 39, 40,
|
||||
45, 46, 47, 48,
|
||||
0, 0, 0, 0,
|
||||
0, 0, 0, 0],
|
||||
"height":8,
|
||||
"width":4,
|
||||
"x":4,
|
||||
@@ -54,7 +68,7 @@
|
||||
"nextobjectid":3,
|
||||
"orientation":"orthogonal",
|
||||
"renderorder":"right-down",
|
||||
"tiledversion":"1.6.0",
|
||||
"tiledversion":"1.9.0",
|
||||
"tileheight":32,
|
||||
"tilesets":[
|
||||
{
|
||||
@@ -63,6 +77,6 @@
|
||||
}],
|
||||
"tilewidth":32,
|
||||
"type":"map",
|
||||
"version":"1.6",
|
||||
"version":"1.9",
|
||||
"width":8
|
||||
}
|
||||
Reference in New Issue
Block a user