]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/control/constants.qh
Adding my current version of the scmenu to the nexuiz cvs.
[divverent/nexuiz.git] / scmenu / source / control / constants.qh
1 // DP/Nex Menu
2 // control/constants.qh
3
4 const string ITEM_SOUND_NOSELECT                = "misc/temp.wav";
5
6 // Item_Button
7
8 const float ITEM_BUTTON_ACTIONTIME              = 0.2;
9
10 // ITEM_EDITBOX constantes
11 const float     ITEM_EDITBOX_CURSOR_FREQ = 2;
12 const float     ITEM_EDITBOX_FLASHTIME = 0.1;
13 const float     ITEM_EDITBOX_SCROLLDISTANCE = 1.5;