Skip to content
Snippets Groups Projects
Commit c4815da4 authored by Florian Schröder's avatar Florian Schröder
Browse files

Update game_colors.py

parent 45f0d5e6
No related branches found
No related tags found
No related merge requests found
Pipeline #47878 passed
......@@ -40,6 +40,7 @@ BISQUE4 = RGB(139, 125, 107)
BLACK = RGB(0, 0, 0)
BLANCHEDALMOND = RGB(255, 235, 205)
BLUE = RGB(0, 0, 255)
"""<div id="rectangle" style="width:number px; height:number px; background-color:blue"></div>"""
BLUE2 = RGB(0, 0, 238)
BLUE3 = RGB(0, 0, 205)
BLUE4 = RGB(0, 0, 139)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment