]> icculus.org git repositories - divverent/nexuiz.git/blob - data/source/control/constants.qh
give menu source its own directory
[divverent/nexuiz.git] / data / 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;