Update test files for Tiled 1.6(still needs work)

This commit is contained in:
Darren Eberly
2021-05-10 00:47:05 -04:00
parent 3e9289eefe
commit 2570ad0309
47 changed files with 534 additions and 1177 deletions

View File

@@ -132,9 +132,9 @@ EXPECTED = tiled_map.TiledMap(
next_object_id=1,
orientation="hexagonal",
render_order="right-down",
tiled_version="1.4.1",
tiled_version="1.6.0",
tile_size=common_types.Size(14, 12),
version=1.4,
version="1.6",
tilesets={
1: tileset.Tileset(
columns=5,

View File

@@ -21,7 +21,7 @@
"renderorder":"right-down",
"staggeraxis":"y",
"staggerindex":"odd",
"tiledversion":"1.4.1",
"tiledversion":"1.6.0",
"tileheight":12,
"tilesets":[
{
@@ -30,6 +30,6 @@
}],
"tilewidth":14,
"type":"map",
"version":1.4,
"version":"1.6",
"width":10
}

View File

@@ -6,7 +6,7 @@
"name":"tileset",
"spacing":0,
"tilecount":20,
"tiledversion":"1.4.1",
"tiledversion":"1.6.0",
"tileheight":18,
"tileoffset":
{
@@ -15,5 +15,5 @@
},
"tilewidth":18,
"type":"tileset",
"version":1.4
"version":"1.6"
}