mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-01 09:03:41 +01:00
tests: width and height were reversed
This commit is contained in:
@@ -23,7 +23,7 @@ RECTANGLES = [
|
||||
""",
|
||||
tiled_object.Rectangle(
|
||||
id_=1,
|
||||
size=common_types.Size(41.4686825053996, 45.3972945322269),
|
||||
size=common_types.Size(45.3972945322269, 41.4686825053996),
|
||||
name="name: rectangle",
|
||||
rotation=0,
|
||||
type="rectangle",
|
||||
|
||||
Reference in New Issue
Block a user