]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/options/input.menu
implemented colormod hack
[divverent/nexuiz.git] / scmenu / options / input.menu
1 // Property of Alientrap/AK
2 // options/input.menu
3 Item Window Input
4 {
5         szie    '600 600'
6
7         Derive Picture Table1
8         {
9                 picture "gfx/table1"
10                 size    '600 600'
11         }
12
13         Item Layout Layout
14         {
15                 direction       [Nex_DefaultVertDirection]
16                 size            '600 600'
17                 origin          '300 50'
18                 alignment       [AlignFirst]
19
20
21                 Derive Nex_Option_Slider Sensitivity
22                 {
23                         text    "Sensitivity"
24                         target  "::Data::Input::Sensitivity::Value"
25                 }
26                 Derive Nex_Option_Switch InvertMouse
27                 {
28                         text    "Invert Mouse"
29                         target  "::Data::Input::InvertMouse::Switch"
30                 }
31         }
32 }