mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- add menudef entries for the scaling text. (corresponding language strings are already added to the spreadsheet on Google)
This commit is contained in:
parent
53ad870581
commit
7e25e04257
1 changed files with 6 additions and 0 deletions
|
@ -1074,6 +1074,12 @@ OptionMenu "ScalingOptions" protected
|
|||
ScaleSlider "$SCALEMNU_ALTHUD", "hud_althudscale", 0.0, 8.0, 1.0, "$SCALEMNU_USEUI"
|
||||
StaticText " "
|
||||
Option "$SCALEMNU_HUDASPECT", "hud_aspectscale", "OnOff"
|
||||
StaticText " "
|
||||
StaticText "$SCALEMNU_SCALECLASSIC", 1
|
||||
Option "$SCALEMNU_INTER", "inter_classic_scaling", "OnOff"
|
||||
Option "$SCALEMNU_BORDER", "ui_screenborder_classic_scaling", "OnOff"
|
||||
Slider "$SCALEMNU_FACTOR", "classic_scaling_factor", 1.0, 3.0, 0.2, 1
|
||||
Slider "$SCALEMNU_RATIO", "classic_scaling_pixelaspect", 1.0, 1.2, 0.2, 1
|
||||
}
|
||||
//-------------------------------------------------------------------------------------------
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue