Skip to content
Snippets Groups Projects
Commit 73eb8fc3 authored by sphere's avatar sphere
Browse files

A couple more changes:

- Swapped invcolors of new character skincolors
- Renamed Stone to Meteorite & changed text color to gray
- Tweaked some colors' invshades
parent 1bd593d1
No related branches found
No related tags found
No related merge requests found
...@@ -4609,7 +4609,7 @@ const char *COLOR_ENUMS[] = { ...@@ -4609,7 +4609,7 @@ const char *COLOR_ENUMS[] = {
// Desaturated // Desaturated
"AETHER", // SKINCOLOR_AETHER, "AETHER", // SKINCOLOR_AETHER,
"SLATE", // SKINCOLOR_SLATE, "SLATE", // SKINCOLOR_SLATE,
"STONE", // SKINCOLOR_STONE, "METEORITE", // SKINCOLOR_METEORITE,
"MERCURY", // SKINCOLOR_MERCURY, "MERCURY", // SKINCOLOR_MERCURY,
"BLUEBELL", // SKINCOLOR_BLUEBELL, "BLUEBELL", // SKINCOLOR_BLUEBELL,
"PINK", // SKINCOLOR_PINK, "PINK", // SKINCOLOR_PINK,
......
...@@ -261,7 +261,7 @@ typedef enum ...@@ -261,7 +261,7 @@ typedef enum
// Desaturated // Desaturated
SKINCOLOR_AETHER, SKINCOLOR_AETHER,
SKINCOLOR_SLATE, SKINCOLOR_SLATE,
SKINCOLOR_STONE, SKINCOLOR_METEORITE,
SKINCOLOR_MERCURY, SKINCOLOR_MERCURY,
SKINCOLOR_BLUEBELL, SKINCOLOR_BLUEBELL,
SKINCOLOR_PINK, SKINCOLOR_PINK,
......
This diff is collapsed.
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