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