mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- Added hud_scale and hud_althudscale to the menus.
SVN r3719 (trunk)
This commit is contained in:
parent
1346f136f2
commit
93a480f52f
1 changed files with 9 additions and 0 deletions
|
@ -754,6 +754,7 @@ OptionMenu "HUDOptions"
|
|||
Option "Display nametags", "displaynametags", "DisplayTagsTypes"
|
||||
Option "Nametag color", "nametagcolor", "TextColors", "displaynametags"
|
||||
Option "Stretch status bar", "st_scale", "OnOff"
|
||||
Option "Stretch Fullscreen HUD", "hud_scale", "OnOff"
|
||||
Option "Use old ouch mug shot formula", "st_oldouch", "OnOff"
|
||||
StaticText " "
|
||||
Option "Hexen weapon flashes", "pf_hexenweaps", "ZDoomHexen"
|
||||
|
@ -774,11 +775,19 @@ OptionValue "AMCoordinates"
|
|||
1, "Map"
|
||||
}
|
||||
|
||||
OptionValue "AltHUDScale"
|
||||
{
|
||||
0, "Off"
|
||||
1, "Scale to 640x400"
|
||||
2, "Pixel double"
|
||||
}
|
||||
|
||||
OptionMenu "AltHUDOptions"
|
||||
{
|
||||
Title "Alternative HUD"
|
||||
//Indent 220
|
||||
Option "Enable alternative HUD", "hud_althud", "OnOff"
|
||||
Option "Stretch alternative HUD", "hud_althudscale", "AltHUDScale"
|
||||
Option "Show secret count", "hud_showsecrets", "OnOff"
|
||||
Option "Show monster count", "hud_showmonsters", "OnOff"
|
||||
Option "Show item count", "hud_showitems", "OnOff"
|
||||
|
|
Loading…
Reference in a new issue