From bd607072a85f23a83cf1b54b5986905326664076 Mon Sep 17 00:00:00 2001 From: div0 Date: Fri, 23 Jan 2009 12:54:30 +0000 Subject: [PATCH] add the new skin params git-svn-id: svn://svn.icculus.org/nexuiz/trunk@5641 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/gfx/menu/blueplastic/skinvalues.txt | 8 ++++++++ data/gfx/menu/default/skinvalues.txt | 8 ++++++++ data/gfx/menu/silver/skinvalues.txt | 8 ++++++++ data/gfx/menu/simplygray/skinvalues.txt | 8 ++++++++ data/gfx/menu/wickedblack/skinvalues.txt | 8 ++++++++ data/gfx/menu/wickedblue/skinvalues.txt | 8 ++++++++ data/gfx/menu/wickedgreen/skinvalues.txt | 8 ++++++++ data/gfx/menu/wickedred/skinvalues.txt | 8 ++++++++ data/gfx/menu/wickedwhite/skinvalues.txt | 8 ++++++++ data/gfx/menu/wickedyellow/skinvalues.txt | 8 ++++++++ data/gfx/menu/wickedz/skinvalues.txt | 8 ++++++++ data/gfx/menu/xaw/skinvalues.txt | 8 ++++++++ 12 files changed, 96 insertions(+) diff --git a/data/gfx/menu/blueplastic/skinvalues.txt b/data/gfx/menu/blueplastic/skinvalues.txt index b24bfac1d..042dd1792 100644 --- a/data/gfx/menu/blueplastic/skinvalues.txt +++ b/data/gfx/menu/blueplastic/skinvalues.txt @@ -22,6 +22,7 @@ COLOR_DIALOG_WEAPONS '0.7 0.7 0.9' COLOR_DIALOG_RADAR '1 1 1' COLOR_DIALOG_CREDITS '1 1 1' COLOR_DIALOG_SERVERINFO '1 1 1' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -88,6 +89,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/default/skinvalues.txt b/data/gfx/menu/default/skinvalues.txt index 0abaca2d3..16b0e4b98 100644 --- a/data/gfx/menu/default/skinvalues.txt +++ b/data/gfx/menu/default/skinvalues.txt @@ -21,6 +21,7 @@ COLOR_DIALOG_CREDITS '0.7 0.7 1' COLOR_DIALOG_WEAPONS '1 0.7 0.7' COLOR_DIALOG_RADAR '0.7 0.7 1' COLOR_DIALOG_SERVERINFO '0.7 0.7 1' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -87,6 +88,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/silver/skinvalues.txt b/data/gfx/menu/silver/skinvalues.txt index 733f2de00..f451a0b39 100644 --- a/data/gfx/menu/silver/skinvalues.txt +++ b/data/gfx/menu/silver/skinvalues.txt @@ -21,6 +21,7 @@ COLOR_DIALOG_CREDITS '0.7 0.7 1' COLOR_DIALOG_WEAPONS '0.8 0.8 0.8' COLOR_DIALOG_RADAR '0.8 0.8 0.8' COLOR_DIALOG_SERVERINFO '0.6 0.7 0.8' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -87,6 +88,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/simplygray/skinvalues.txt b/data/gfx/menu/simplygray/skinvalues.txt index 73da5057b..e60c3a6d9 100644 --- a/data/gfx/menu/simplygray/skinvalues.txt +++ b/data/gfx/menu/simplygray/skinvalues.txt @@ -21,6 +21,7 @@ COLOR_DIALOG_CREDITS '0.7 0.7 0.7' COLOR_DIALOG_WEAPONS '0.7 0.7 0.7' COLOR_DIALOG_RADAR '0.7 0.7 0.7' COLOR_DIALOG_SERVERINFO '0.7 0.7 0.7' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -87,6 +88,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/wickedblack/skinvalues.txt b/data/gfx/menu/wickedblack/skinvalues.txt index 693ffdddd..140e0d247 100644 --- a/data/gfx/menu/wickedblack/skinvalues.txt +++ b/data/gfx/menu/wickedblack/skinvalues.txt @@ -21,6 +21,7 @@ COLOR_DIALOG_WEAPONS '1 0.7 0.7' COLOR_DIALOG_RADAR '1 1 1' COLOR_DIALOG_CREDITS '1 1 1' COLOR_DIALOG_SERVERINFO '1 1 1' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -87,6 +88,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/wickedblue/skinvalues.txt b/data/gfx/menu/wickedblue/skinvalues.txt index 3c7f16990..61ee513c2 100644 --- a/data/gfx/menu/wickedblue/skinvalues.txt +++ b/data/gfx/menu/wickedblue/skinvalues.txt @@ -21,6 +21,7 @@ COLOR_DIALOG_CREDITS '0.5 0.75 1' COLOR_DIALOG_WEAPONS '0.5 0.75 1' COLOR_DIALOG_RADAR '0.5 0.75 1' COLOR_DIALOG_SERVERINFO '0.5 0.75 1' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -87,6 +88,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/wickedgreen/skinvalues.txt b/data/gfx/menu/wickedgreen/skinvalues.txt index ee12c2d0b..ac7e1fd80 100644 --- a/data/gfx/menu/wickedgreen/skinvalues.txt +++ b/data/gfx/menu/wickedgreen/skinvalues.txt @@ -21,6 +21,7 @@ COLOR_DIALOG_CREDITS '0.5 1 0' COLOR_DIALOG_WEAPONS '0.5 1 0' COLOR_DIALOG_RADAR '0.5 1 0' COLOR_DIALOG_SERVERINFO '0.5 1 0' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -87,6 +88,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/wickedred/skinvalues.txt b/data/gfx/menu/wickedred/skinvalues.txt index b66701948..2dd5a3507 100644 --- a/data/gfx/menu/wickedred/skinvalues.txt +++ b/data/gfx/menu/wickedred/skinvalues.txt @@ -21,6 +21,7 @@ COLOR_DIALOG_CREDITS '1 0 0' COLOR_DIALOG_WEAPONS '1 0 0' COLOR_DIALOG_RADAR '1 0 0' COLOR_DIALOG_SERVERINFO '1 0 0' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -87,6 +88,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/wickedwhite/skinvalues.txt b/data/gfx/menu/wickedwhite/skinvalues.txt index 044083a7f..46059b3cc 100644 --- a/data/gfx/menu/wickedwhite/skinvalues.txt +++ b/data/gfx/menu/wickedwhite/skinvalues.txt @@ -21,6 +21,7 @@ COLOR_DIALOG_CREDITS '1 1 1' COLOR_DIALOG_WEAPONS '1 1 1' COLOR_DIALOG_RADAR '1 1 1' COLOR_DIALOG_SERVERINFO '1 1 1' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -87,6 +88,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/wickedyellow/skinvalues.txt b/data/gfx/menu/wickedyellow/skinvalues.txt index 5fff7d62e..eb48b75db 100644 --- a/data/gfx/menu/wickedyellow/skinvalues.txt +++ b/data/gfx/menu/wickedyellow/skinvalues.txt @@ -21,6 +21,7 @@ COLOR_DIALOG_CREDITS '1 0.875 0' COLOR_DIALOG_WEAPONS '1 0.875 0' COLOR_DIALOG_RADAR '1 0.875 0' COLOR_DIALOG_SERVERINFO '1 0.875 0' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -87,6 +88,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/wickedz/skinvalues.txt b/data/gfx/menu/wickedz/skinvalues.txt index 4d3672da4..0fb1d7e64 100644 --- a/data/gfx/menu/wickedz/skinvalues.txt +++ b/data/gfx/menu/wickedz/skinvalues.txt @@ -35,6 +35,7 @@ COLOR_DIALOG_CREDITS '0.4 0.8 0.9' COLOR_DIALOG_WEAPONS '0.4 0.8 0.9' COLOR_DIALOG_RADAR '0.4 0.8 0.9' COLOR_DIALOG_SERVERINFO '0.4 0.8 0.9' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -101,6 +102,13 @@ WIDTH_CREDITS 0.5 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 1 0.4' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images diff --git a/data/gfx/menu/xaw/skinvalues.txt b/data/gfx/menu/xaw/skinvalues.txt index fe4eb6587..58d271344 100644 --- a/data/gfx/menu/xaw/skinvalues.txt +++ b/data/gfx/menu/xaw/skinvalues.txt @@ -21,6 +21,7 @@ COLOR_DIALOG_CREDITS '1 1 1' COLOR_DIALOG_WEAPONS '1 1 1' COLOR_DIALOG_RADAR '1 1 1' COLOR_DIALOG_SERVERINFO '1 1 1' +COLOR_DIALOG_CVARS '1 0 0' // nexposee positions of windows (they are the scale transformation // centers, NOT the actual positions of the windows!) @@ -87,6 +88,13 @@ WIDTH_CREDITS 0.75 // item: crosshair button // uses "crosshairbutton" images +// item: cvar list +ALPHA_CVARLIST_SAVED 1 +ALPHA_CVARLIST_TEMPORARY 0.7 +COLOR_CVARLIST_CHANGED '1 0 0' +COLOR_CVARLIST_REVERTBUTTON '1 0 0' +COLOR_CVARLIST_UNCHANGED '1 1 1' + // item: dialog // uses "border" images // uses "closebutton" images -- 2.39.2