Skip to content

Commit

Permalink
Fix missing color data
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski committed Jan 3, 2025
1 parent 2aabba5 commit c4d671b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class ImageHandler:
COLOR_ZONES_OUTLINE: (0xAD, 0xD8, 0xFF),
COLOR_VIRTUAL_WALLS: (255, 0, 0),
COLOR_NEW_DISCOVERED_AREA: (64, 64, 64),
COLOR_MOP_PATH: (255, 255, 255, 0x48),
COLOR_CARPETS: (0xA9, 0xF7, 0xA9),
COLOR_NO_CARPET_ZONES: (255, 33, 55, 127),
COLOR_NO_CARPET_ZONES_OUTLINE: (255, 0, 0),
Expand Down

0 comments on commit c4d671b

Please sign in to comment.