lets ripoff NCC entirely xd
This commit is contained in:
parent
cb59f53b68
commit
5f73829bb9
@ -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() {
|
||||
|
Reference in New Issue
Block a user