]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/options/effects.menu
implemented colormod hack
[divverent/nexuiz.git] / scmenu / options / effects.menu
1 // Property of Alientrap/AK
2 // options/key.menu
3 Item Window Effects
4 {
5         size    '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                 Derive Nex_Option_Switch Particles
21                 {
22                         text    "Particles"
23                         target  "::Data::Effects::Particles::Switch"
24                 }
25                 Derive Nex_Option_Slider ParticleQuality
26                 {
27                         text    "Particle Quality"
28                         target  "::Data::Effects::ParticleQuality::Value"
29                 }
30                 Derive Nex_Option_Switch Decals
31                 {
32                         text    "Decals"
33                         target  "::Data::Effects::Decals::Switch"
34                 }
35                 Derive Nex_Option_Switch Bloom
36                 {
37                         text    "Bloom"
38                         target  "::Data::Effects::Bloom::Switch"
39                 }
40                 Derive Nex_Option_Switch Coronas
41                 {
42                         text    "Coronas"
43                         target  "::Data::Effects::Coronas::Switch"
44                 }
45                 Derive Nex_Option_Switch RealtimeLights
46                 {
47                         text    "Realtime World Lights"
48                         target  "::Data::Effects::RealtimeLights::Switch"
49                 }
50                 Derive Nex_Option_Switch RealtimeDLights
51                 {
52                         text    "Realtime Dynamic Lights"
53                         target  "::Data::Effects::RealtimeDLights::Switch"
54                 }
55                 Derive Nex_Option_Switch RealtimeShadows
56                 {
57                         text    "Realtime Shadows"
58                         target  "::Data::Effects::RealtimeShadows::Switch"
59                 }
60                 Derive Nex_Option_Switch OffsetMaps
61                 {
62                         text    "Offset maps"
63                         target  "::Data::Effects::OffsetMaps::Switch"
64                 }
65                 Derive Nex_Option_Switch Gloss
66                 {
67                         text    "Gloss"
68                         target  "::Data::Effects::Gloss::Switch"
69                 }
70         }
71 }