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