]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/options/input.menu
Added the new sub menus
[divverent/nexuiz.git] / scmenu / options / input.menu
1 // Property of Alientrap/AK
2 // options/input.menu
3 Item Layout Input
4 {
5         direction       [Nex_DefaultVertDirection]
6         size            '600 600'
7         origin          '300 50'
8         alignment       [AlignFirst]
9
10
11         Derive Nex_Option_Slider Sensitivity
12         {
13                 text    "Sensitivity"
14                 target  "::Data::Input::Sensitivity::Value"
15         }
16         Derive Nex_Option_Switch InvertMouse
17         {
18                 text    "Invert Mouse"
19                 target  "::Data::Input::InvertMouse::Switch"
20         }
21 }