From 7e25e042574324c7e36c50f8a44803e6aeb61e06 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Tue, 23 Jun 2020 00:20:54 -0400 Subject: [PATCH] - add menudef entries for the scaling text. (corresponding language strings are already added to the spreadsheet on Google) --- wadsrc/static/menudef.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 895959401..dcc8f0d6f 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -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 } //------------------------------------------------------------------------------------------- //