mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
tests: use Color object for color
This commit is contained in:
@@ -261,7 +261,7 @@ RECTANGLES = [
|
||||
coordinates=common_types.OrderedPair(39.0678640445606, 131.826759122428),
|
||||
properties={
|
||||
"bool property": False,
|
||||
"color property": "#ffaa0000",
|
||||
"color property": common_types.Color("#ffaa0000"),
|
||||
"file property": Path("../../../../../../dev/null"),
|
||||
"float property": 42.1,
|
||||
"int property": 8675309,
|
||||
|
||||
Reference in New Issue
Block a user