Added new skincolor for use in color profile menu.

This commit is contained in:
FreakyMutantMan 2024-11-01 22:30:42 -07:00
parent a92b116c77
commit dccdffa537
4 changed files with 6 additions and 1 deletions

View file

@ -4397,6 +4397,8 @@ const char *COLOR_ENUMS[] = {
"INTERMISSION1",
"INTERMISSION2",
"INTERMISSION3",
"COLORPROFILE",
};
const char *const KARTHUD_LIST[] = {

View file

@ -387,6 +387,8 @@ typedef enum
SKINCOLOR_INTERMISSION1,
SKINCOLOR_INTERMISSION2,
SKINCOLOR_INTERMISSION3,
SKINCOLOR_COLORPROFILE,
SKINCOLOR_FIRSTFREESLOT,
SKINCOLOR_LASTFREESLOT = SKINCOLOR_FIRSTFREESLOT + NUMCOLORFREESLOTS - 1,

View file

@ -22265,6 +22265,7 @@ skincolor_t skincolors[MAXSKINCOLORS] = {
{"Intermission 1", { 0, 80, 80, 80, 81, 81, 81, 84, 84, 85, 86, 86, 87, 87, 246, 248}, SKINCOLOR_NONE, 0, 0, false, UINT16_MAX}, // SKINCOLOR_INTERMISSION1
{"Intermission 2", { 0, 81, 81, 81, 88, 88, 88, 89, 89, 140, 140, 141, 141, 142, 142, 142}, SKINCOLOR_NONE, 0, 0, false, UINT16_MAX}, // SKINCOLOR_INTERMISSION2
{"Intermission 3", { 0, 144, 144, 144, 129, 129, 129, 130, 130, 146, 147, 147, 14, 16, 17, 19}, SKINCOLOR_NONE, 0, 0, false, UINT16_MAX}, // SKINCOLOR_INTERMISSION3
{"Color Profile", { 35, 35, 73, 73, 112, 112, 255, 255, 152, 152, 181, 181, 181, 181, 0, 0}, SKINCOLOR_NONE, 0, 0, false, UINT16_MAX}, // SKINCOLOR_COLORPROFILE
};
/** Patches the mobjinfo, state, and skincolor tables.

View file

@ -107,7 +107,7 @@ menu_t OPTIONS_VideoColorProfileDef = {
0,
OPTIONS_VideoColorProfile,
48, 80-8,
SKINCOLOR_LAVENDER, 0,
SKINCOLOR_COLORPROFILE, 0,
MBF_DRAWBGWHILEPLAYING,
NULL,
2, 5,