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

Update game_colors.py

parent c4815da4
No related branches found
No related tags found
No related merge requests found
Pipeline #47879 passed
......@@ -40,7 +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>"""
"""<div id="rectangle" style="width:number px; height:number px; background-color:blue">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