mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-20 19:12:07 +00:00
Expose sprite shadow options to the Display menu
This commit is contained in:
parent
15159a3c19
commit
57e6d84d46
1 changed files with 8 additions and 0 deletions
|
@ -945,6 +945,7 @@ OptionMenu "VideoOptions" protected
|
|||
Slider "$DSPLYMNU_CONTRAST", "vid_contrast", 0.1, 3.0, 0.1
|
||||
Slider "$DSPLYMNU_SATURATION", "vid_saturation", -3.0, 3.0, 0.25, 2
|
||||
StaticText " "
|
||||
Option "$DSPLYMNU_SPRITESHADOW", "r_actorspriteshadow", "SpriteShadowModes"
|
||||
Option "$DSPLYMNU_CUSTOMINVERTMAP", "cl_customizeinvulmap", "OnOff"
|
||||
ColorPicker "$DSPLYMNU_CUSTOMINVERTC1", "cl_custominvulmapcolor1"
|
||||
ColorPicker "$DSPLYMNU_CUSTOMINVERTC2", "cl_custominvulmapcolor2"
|
||||
|
@ -2823,3 +2824,10 @@ OptionMenu "vkoptions"
|
|||
TextField "$VKMNU_DEVICE", vk_device
|
||||
Option "$VKMNU_HDR", "vk_hdr", "OnOff"
|
||||
}
|
||||
|
||||
OptionValue "SpriteShadowModes"
|
||||
{
|
||||
0, "$OPTVAL_OFF"
|
||||
1, "$OPTVAL_DEFAULT"
|
||||
2, "$OPTVAL_SPRSHADALWAYS"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue