lets ripoff NCC entirely xd

This commit is contained in:
LIghty 2018-03-19 22:53:48 +01:00
parent cb59f53b68
commit 5f73829bb9

View File

@ -49,9 +49,9 @@ bool CatGUI::Visible() {
return gui_visible;
}
CatVar gui_color_r(CV_INT, "gui_color_r", "255", "Main GUI color (red)", "Defines red component of main gui color", 0, 255);
CatVar gui_color_g(CV_INT, "gui_color_g", "105", "Main GUI color (green)", "Defines green component of main gui color", 0, 255);
CatVar gui_color_b(CV_INT, "gui_color_b", "180", "Main GUI color (blue)", "Defines blue component of main gui color", 0, 255);
CatVar gui_color_r(CV_INT, "gui_color_r", "15", "Main GUI color (red)", "Defines red component of main gui color", 0, 255);
CatVar gui_color_g(CV_INT, "gui_color_g", "150", "Main GUI color (green)", "Defines green component of main gui color", 0, 255);
CatVar gui_color_b(CV_INT, "gui_color_b", "150", "Main GUI color (blue)", "Defines blue component of main gui color", 0, 255);
static CatVar gui_rainbow(CV_SWITCH, "gui_rainbow", "0", "Rainbow GUI", "RGB all the things!!!");
int NCGUIColor() {