Fix color parsing

This commit is contained in:
Darren Eberly
2021-07-09 21:06:11 -04:00
parent e31d63484a
commit ed3159373d
6 changed files with 6 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ EXPECTED = tiled_map.TiledMap(
},
properties={
"bool property - true": True,
"color property": common_types.Color(255, 73, 252, 255),
"color property": common_types.Color(73, 252, 255, 255),
"file property": Path("../../../../../../var/log/syslog"),
"float property": 1.23456789,
"int property": 13,