mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- moved the weapon bobbing options from the Display Options to the HUD Options menu.
This commit is contained in:
parent
eacc6c8e08
commit
3903d957bd
1 changed files with 5 additions and 3 deletions
|
@ -897,9 +897,6 @@ OptionMenu "VideoOptions" protected
|
|||
Option "$DSPLYMNU_NOMONSTERINTERPOLATION", "nomonsterinterpolation", "NoYes"
|
||||
Slider "$DSPLYMNU_MENUDIM", "dimamount", 0, 1.0, 0.05, 2
|
||||
ColorPicker "$DSPLYMNU_DIMCOLOR", "dimcolor"
|
||||
Slider "$DSPLYMNU_MOVEBOB", "movebob", 0, 1.0, 0.05, 2
|
||||
Slider "$DSPLYMNU_STILLBOB", "stillbob", 0, 1.0, 0.05, 2
|
||||
Slider "$DSPLYMNU_BOBSPEED", "wbobspeed", 0, 2.0, 0.1
|
||||
IfOption(Windows)
|
||||
{
|
||||
StaticText " "
|
||||
|
@ -990,6 +987,11 @@ OptionMenu "HUDOptions" protected
|
|||
Option "$HUDMNU_POISONFLASHES", "pf_poison", "ZDoomHexen"
|
||||
Option "$HUDMNU_ICEFLASHES", "pf_ice", "ZDoomHexen"
|
||||
Option "$HUDMNU_HAZARDFLASHES", "pf_hazard", "ZDoomStrife"
|
||||
StaticText " "
|
||||
Slider "$DSPLYMNU_MOVEBOB", "movebob", 0, 1.0, 0.05, 2
|
||||
Slider "$DSPLYMNU_STILLBOB", "stillbob", 0, 1.0, 0.05, 2
|
||||
Slider "$DSPLYMNU_BOBSPEED", "wbobspeed", 0, 2.0, 0.1
|
||||
|
||||
}
|
||||
|
||||
OptionMenu "ScalingOptions" protected
|
||||
|
|
Loading…
Reference in a new issue