mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-25 03:30:35 +01:00
tests: fix: fixed polygon ID 20 test
This commit is contained in:
@@ -614,7 +614,7 @@ POLYGONS = [
|
|||||||
}
|
}
|
||||||
""",
|
""",
|
||||||
tiled_object.Polygon(
|
tiled_object.Polygon(
|
||||||
id=9,
|
id=11,
|
||||||
name="name: polygon - rotated",
|
name="name: polygon - rotated",
|
||||||
points=[
|
points=[
|
||||||
common_types.OrderedPair(0, 0),
|
common_types.OrderedPair(0, 0),
|
||||||
|
|||||||
Reference in New Issue
Block a user