]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/options/effects.menu
-Changed some item names to fit to the global name convention.
[divverent/nexuiz.git] / scmenu / options / effects.menu
1 // Property of Alientrap/AK
2 // options/key.menu
3 Item Layout Effects
4 {
5         direction       [Nex_DefaultVertDirection]
6         size            '600 600'
7         origin          '300 50'
8         alignment       [AlignFirst]
9
10         Derive Nex_Option_Switch Particles
11         {
12                 text    "Particles"
13                 target  "::Data::Effects::Particles::Switch"
14         }
15         Derive Nex_Option_Slider ParticleQuality
16         {
17                 text    "Particle Quality"
18                 target  "::Data::Effects::ParticleQuality::Value"
19         }
20         Derive Nex_Option_Switch Decals
21         {
22                 text    "Decals"
23                 target  "::Data::Effects::Decals::Switch"
24         }
25         Derive Nex_Option_Switch Bloom
26         {
27                 text    "Bloom"
28                 target  "::Data::Effects::Bloom::Switch"
29         }
30         Derive Nex_Option_Switch Coronas
31         {
32                 text    "Coronas"
33                 target  "::Data::Effects::Coronas::Switch"
34         }
35         Derive Nex_Option_Switch RealtimeLights
36         {
37                 text    "Realtime World Lights"
38                 target  "::Data::Effects::RealtimeLights::Switch"
39         }
40         Derive Nex_Option_Switch RealtimeDLights
41         {
42                 text    "Realtime Dynamic Lights"
43                 target  "::Data::Effects::RealtimeDLights::Switch"
44         }
45         Derive Nex_Option_Switch RealtimeShadows
46         {
47                 text    "Realtime Shadows"
48                 target  "::Data::Effects::RealtimeShadows::Switch"
49         }
50         Derive Nex_Option_Switch OffsetMaps
51         {
52                 text    "Offset maps"
53                 target  "::Data::Effects::OffsetMaps::Switch"
54         }
55         Derive Nex_Option_Switch Gloss
56         {
57                 text    "Gloss"
58                 target  "::Data::Effects::Gloss::Switch"
59         }
60
61 }