From f9c2ede9a52311220aa40fe81bfc4de7f303364d Mon Sep 17 00:00:00 2001 From: Triang3l Date: Tue, 14 Dec 2021 15:54:43 +0300 Subject: [PATCH] Separate resolution scale settings for each axis --- Options.mediawiki | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/Options.mediawiki b/Options.mediawiki index 7a2bde23d..eba227ae6 100644 --- a/Options.mediawiki +++ b/Options.mediawiki @@ -110,17 +110,36 @@ This is a hack, and as such, '''bugs should be expected'''. | 1280x720 (default), 1920x1080 |} --> + +Horizontal scale: + {| -! draw_resolution_scale = +! draw_resolution_scale_x = ! # |- -| 1x (''default'', 1280x720) +| 1x (''default'', 1280x) | 1 |- -| 2x (2560x1440) +| 2x (2560x) | 2 |- -| 3x (3840x2160) +| 3x (3840x) +| 3 +|} + +Vertical scale: + +{| +! draw_resolution_scale_y = +! # +|- +| 1x (''default'', x720) +| 1 +|- +| 2x (x1440) +| 2 +|- +| 3x (x2160) | 3 |}