mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-23 18:55:13 +01:00
tests: fix: invisible ellipse fixed test
This commit is contained in:
@@ -54,7 +54,7 @@ ELLIPSES = [
|
|||||||
name="name: ellipse - invisible",
|
name="name: ellipse - invisible",
|
||||||
rotation=0,
|
rotation=0,
|
||||||
type="ellipse",
|
type="ellipse",
|
||||||
visible=True,
|
visible=False,
|
||||||
coordinates=common_types.OrderedPair(22.6986472661134, 53.9092872570194),
|
coordinates=common_types.OrderedPair(22.6986472661134, 53.9092872570194),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user