Skip to content
Snippets Groups Projects
Commit a310626d authored by klorpa's avatar klorpa
Browse files

Fix

parent 29daed2f
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ class ArtStyleControl { ...@@ -233,7 +233,7 @@ class ArtStyleControl {
["pale", "#f9ebf0"], ["pale", "#f9ebf0"],
["tanned", "#e8b693"], ["tanned", "#e8b693"],
["natural", "#e8b693"], ["natural", "#e8b693"],
["olive", "#a46237"] ["olive", "#a46237"],
["light olive", "#d4c6bb"], ["light olive", "#d4c6bb"],
["dark", "#a46237"], ["dark", "#a46237"],
["brown", "#845c44"], ["brown", "#845c44"],
...@@ -243,7 +243,7 @@ class ArtStyleControl { ...@@ -243,7 +243,7 @@ class ArtStyleControl {
["dyed red", "#bc4949"], ["dyed red", "#bc4949"],
["dyed green", "#A6C373"], ["dyed green", "#A6C373"],
["dyed blue", "#5b8eb7"], ["dyed blue", "#5b8eb7"],
["tiger striped", "#e2d75d"], ["tiger striped", "#e2d75d"]
]; ];
var skinPaletteMap = new Map(skinPalette); var skinPaletteMap = new Map(skinPalette);
......
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