mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-30 16:18:52 +01:00
Tiled 1.9 Compatibility Update
This commit is contained in:
@@ -21,14 +21,14 @@ EXPECTED = tiled_map.TiledMap(
|
||||
98.4987608686521, 46.2385012811358
|
||||
),
|
||||
visible=True,
|
||||
type="",
|
||||
class_="",
|
||||
),
|
||||
tiled_object.Tile(
|
||||
id=6,
|
||||
coordinates=common_types.OrderedPair(46, 136.666666666667),
|
||||
name="",
|
||||
rotation=0,
|
||||
type="",
|
||||
class_="",
|
||||
visible=True,
|
||||
size=common_types.Size(32, 32),
|
||||
gid=49,
|
||||
@@ -38,7 +38,7 @@ EXPECTED = tiled_map.TiledMap(
|
||||
coordinates=common_types.OrderedPair(141.333333333333, 148),
|
||||
name="",
|
||||
rotation=0,
|
||||
type="",
|
||||
class_="",
|
||||
visible=True,
|
||||
size=common_types.Size(32, 32),
|
||||
gid=50,
|
||||
|
||||
Reference in New Issue
Block a user