r4135 - in trunk/data/gfx/menu: wickedblack wickedblue wickedgreen wickedred wickedwhite wickedyellow

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Aug 17 09:35:05 EDT 2008


Author: m0rfar
Date: 2008-08-17 09:35:05 -0400 (Sun, 17 Aug 2008)
New Revision: 4135

Modified:
   trunk/data/gfx/menu/wickedblack/skinvalues.txt
   trunk/data/gfx/menu/wickedblue/skinvalues.txt
   trunk/data/gfx/menu/wickedgreen/skinvalues.txt
   trunk/data/gfx/menu/wickedred/skinvalues.txt
   trunk/data/gfx/menu/wickedwhite/skinvalues.txt
   trunk/data/gfx/menu/wickedyellow/skinvalues.txt
Log:
Fix "Invalid key in skin file: MARGIN_INPUTBOX" for the wickedskins.

Modified: trunk/data/gfx/menu/wickedblack/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedblack/skinvalues.txt	2008-08-13 16:58:35 UTC (rev 4134)
+++ trunk/data/gfx/menu/wickedblack/skinvalues.txt	2008-08-17 13:35:05 UTC (rev 4135)
@@ -43,6 +43,8 @@
 // item: button
 //   uses "button" images
 //   uses "buttongray" images
+//   uses "bigbutton" images
+//   uses "bigbuttongray" images
 COLOR_BUTTON_N                  '1 1 1'
 COLOR_BUTTON_C                  '1 1 1'
 COLOR_BUTTON_F                  '1 1 1'
@@ -91,7 +93,7 @@
 //   uses "inputbox" images
 COLOR_INPUTBOX_N                '1 1 1'
 COLOR_INPUTBOX_F                '1 1 1'
-MARGIN_INPUTBOX                 0.02
+MARGIN_INPUTBOX_CHARS           1
 
 // item: key grabber
 COLOR_KEYGRABBER_TITLES         '1 1 1'

Modified: trunk/data/gfx/menu/wickedblue/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedblue/skinvalues.txt	2008-08-13 16:58:35 UTC (rev 4134)
+++ trunk/data/gfx/menu/wickedblue/skinvalues.txt	2008-08-17 13:35:05 UTC (rev 4135)
@@ -43,6 +43,8 @@
 // item: button
 //   uses "button" images
 //   uses "buttongray" images
+//   uses "bigbutton" images
+//   uses "bigbuttongray" images
 COLOR_BUTTON_N                  '0.5 0.75 1'
 COLOR_BUTTON_C                  '0.5 0.75 1'
 COLOR_BUTTON_F                  '0.5 0.75 1'
@@ -91,7 +93,7 @@
 //   uses "inputbox" images
 COLOR_INPUTBOX_N                '0.5 0.75 1'
 COLOR_INPUTBOX_F                '0.5 0.75 1'
-MARGIN_INPUTBOX                 0.02
+MARGIN_INPUTBOX_CHARS           1
 
 // item: key grabber
 COLOR_KEYGRABBER_TITLES         '1 1 1'

Modified: trunk/data/gfx/menu/wickedgreen/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedgreen/skinvalues.txt	2008-08-13 16:58:35 UTC (rev 4134)
+++ trunk/data/gfx/menu/wickedgreen/skinvalues.txt	2008-08-17 13:35:05 UTC (rev 4135)
@@ -43,6 +43,8 @@
 // item: button
 //   uses "button" images
 //   uses "buttongray" images
+//   uses "bigbutton" images
+//   uses "bigbuttongray" images
 COLOR_BUTTON_N                  '0.5 1 0'
 COLOR_BUTTON_C                  '0.5 1 0'
 COLOR_BUTTON_F                  '0.5 1 0'
@@ -91,7 +93,7 @@
 //   uses "inputbox" images
 COLOR_INPUTBOX_N                '0.5 1 0'
 COLOR_INPUTBOX_F                '0.5 1 0'
-MARGIN_INPUTBOX                 0.02
+MARGIN_INPUTBOX_CHARS           1
 
 // item: key grabber
 COLOR_KEYGRABBER_TITLES         '1 1 1'

Modified: trunk/data/gfx/menu/wickedred/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedred/skinvalues.txt	2008-08-13 16:58:35 UTC (rev 4134)
+++ trunk/data/gfx/menu/wickedred/skinvalues.txt	2008-08-17 13:35:05 UTC (rev 4135)
@@ -43,6 +43,8 @@
 // item: button
 //   uses "button" images
 //   uses "buttongray" images
+//   uses "bigbutton" images
+//   uses "bigbuttongray" images
 COLOR_BUTTON_N                  '1 0 0'
 COLOR_BUTTON_C                  '1 0 0'
 COLOR_BUTTON_F                  '1 0 0'
@@ -91,7 +93,7 @@
 //   uses "inputbox" images
 COLOR_INPUTBOX_N                '1 0 0'
 COLOR_INPUTBOX_F                '1 0 0'
-MARGIN_INPUTBOX                 0.02
+MARGIN_INPUTBOX_CHARS           1
 
 // item: key grabber
 COLOR_KEYGRABBER_TITLES         '1 1 1'

Modified: trunk/data/gfx/menu/wickedwhite/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedwhite/skinvalues.txt	2008-08-13 16:58:35 UTC (rev 4134)
+++ trunk/data/gfx/menu/wickedwhite/skinvalues.txt	2008-08-17 13:35:05 UTC (rev 4135)
@@ -43,6 +43,8 @@
 // item: button
 //   uses "button" images
 //   uses "buttongray" images
+//   uses "bigbutton" images
+//   uses "bigbuttongray" images
 COLOR_BUTTON_N                  '1 1 1'
 COLOR_BUTTON_C                  '1 1 1'
 COLOR_BUTTON_F                  '1 1 1'
@@ -91,7 +93,7 @@
 //   uses "inputbox" images
 COLOR_INPUTBOX_N                '1 1 1'
 COLOR_INPUTBOX_F                '1 1 1'
-MARGIN_INPUTBOX                 0.02
+MARGIN_INPUTBOX_CHARS           1
 
 // item: key grabber
 COLOR_KEYGRABBER_TITLES         '1 1 1'

Modified: trunk/data/gfx/menu/wickedyellow/skinvalues.txt
===================================================================
--- trunk/data/gfx/menu/wickedyellow/skinvalues.txt	2008-08-13 16:58:35 UTC (rev 4134)
+++ trunk/data/gfx/menu/wickedyellow/skinvalues.txt	2008-08-17 13:35:05 UTC (rev 4135)
@@ -43,6 +43,8 @@
 // item: button
 //   uses "button" images
 //   uses "buttongray" images
+//   uses "bigbutton" images
+//   uses "bigbuttongray" images
 COLOR_BUTTON_N                  '1 0.875 0'
 COLOR_BUTTON_C                  '1 0.875 0'
 COLOR_BUTTON_F                  '1 0.875 0'
@@ -91,7 +93,7 @@
 //   uses "inputbox" images
 COLOR_INPUTBOX_N                '1 0.875 0'
 COLOR_INPUTBOX_F                '1 0.875 0'
-MARGIN_INPUTBOX                 0.02
+MARGIN_INPUTBOX_CHARS           1
 
 // item: key grabber
 COLOR_KEYGRABBER_TITLES         '1 1 1'




More information about the nexuiz-commits mailing list