mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-07 19:57:00 +01:00
tests: fix: fixed all polyline tests
This commit is contained in:
@@ -661,7 +661,7 @@ POLYLINES = [
|
|||||||
}
|
}
|
||||||
""",
|
""",
|
||||||
tiled_object.Polyline(
|
tiled_object.Polyline(
|
||||||
id=9,
|
id=12,
|
||||||
name="name: polyline",
|
name="name: polyline",
|
||||||
points=[
|
points=[
|
||||||
common_types.OrderedPair(0, 0),
|
common_types.OrderedPair(0, 0),
|
||||||
@@ -702,7 +702,7 @@ POLYLINES = [
|
|||||||
}
|
}
|
||||||
""",
|
""",
|
||||||
tiled_object.Polyline(
|
tiled_object.Polyline(
|
||||||
id=10,
|
id=31,
|
||||||
name="name: polyline - invisible",
|
name="name: polyline - invisible",
|
||||||
points=[
|
points=[
|
||||||
common_types.OrderedPair(0, 0),
|
common_types.OrderedPair(0, 0),
|
||||||
@@ -743,7 +743,7 @@ POLYLINES = [
|
|||||||
}
|
}
|
||||||
""",
|
""",
|
||||||
tiled_object.Polyline(
|
tiled_object.Polyline(
|
||||||
id=11,
|
id=32,
|
||||||
name="name: polyline - rotated",
|
name="name: polyline - rotated",
|
||||||
points=[
|
points=[
|
||||||
common_types.OrderedPair(0, 0),
|
common_types.OrderedPair(0, 0),
|
||||||
|
|||||||
Reference in New Issue
Block a user