]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/menu-div0test/skin.qh
first attempt at teamselect dialog... not good yet (need a better way to implement...
[divverent/nexuiz.git] / data / qcsrc / menu-div0test / skin.qh
1 const float SKINFONTSIZE_TITLE = 12;
2 const float SKINHEIGHT_TITLE = 1.5;
3 const string SKINGFX_DIALOGBORDER = "qcsrc/menu-div0test/baseborder";
4 const string SKINGFX_CLOSEBUTTON = "qcsrc/menu-div0test/baseclosebutton";
5 const string SKINGFX_BUTTON = "qcsrc/menu-div0test/basebutton";
6 const string SKINGFX_BUTTON_GRAY = "qcsrc/menu-div0test/basebuttongray";
7
8 const float SKINMARGIN_TOP = 8;
9 const float SKINMARGIN_LEFT = 8;
10
11 const float SKINFONTSIZE_NORMAL = 10;
12 const float SKINHEIGHT_NORMAL = 1.5;
13 const float SKINHEIGHT_NORMAL_WITHSPACING = 2;