mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-04 18:43:48 +01:00
tests: fix missing visibility attribute
This commit is contained in:
@@ -785,6 +785,7 @@ TEXTS = [
|
||||
type="text",
|
||||
wrap=True,
|
||||
rotation=0,
|
||||
visible=True,
|
||||
size=common_types.Size(92.375, 19),
|
||||
coordinates=common_types.OrderedPair(81.7106470956008, 93.2986813686484),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user