diff options
| author | Christopher Schwarz <lakitu7@gmail.com> | 2011-01-22 15:09:59 +0000 | 
|---|---|---|
| committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:52 +0000 | 
| commit | b5dbdb31d3b685c1eea1c35d204b371e516d2630 (patch) | |
| tree | 18da9a30da3e9281aebaad3d87e6b7e33cac0956 /assets | |
| parent | 6f87303a2691565d6fad67817a8e1ec7a58948e2 (diff) | |
* Implement cg_staticDeathCam to disable moving the death camera when the killer moves
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/ui/ingame_options.menu | 20 | 
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/ui/ingame_options.menu b/assets/ui/ingame_options.menu index 5c22cdf6..f99eee8a 100644 --- a/assets/ui/ingame_options.menu +++ b/assets/ui/ingame_options.menu @@ -289,6 +289,26 @@        }      } +    itemDef +    { +      name player +      group optionsGrp +      type ITEM_TYPE_YESNO +      text "Static Death Cam:" +      cvar "cg_staticDeathCam" +      rect CONTENT_X (CONTENT_Y+(6*ELEM_H)) CONTENT_W ELEM_H +      textalign ALIGN_RIGHT +      textvalign VALIGN_CENTER +      textalignx CONTENT_OFF +      textscale .25 +      forecolor 1 1 1 1 +      visible MENU_FALSE +      action +      { +        play "sound/misc/menu1.wav"; +      } +    } +  //////// HUD      itemDef  | 
