From 84385001224df91fbb2e848ac8d573220334b6ba Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Tue, 2 Mar 2021 05:47:01 +0000 Subject: [PATCH] screen res fix, testing something my end --- config/config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.txt b/config/config.txt index a5d6d297..7f572db4 100644 --- a/config/config.txt +++ b/config/config.txt @@ -477,7 +477,7 @@ DISABLE_HIGH_POP_MC_MODE_AMOUNT 60 ## By default, this is 15x15, which gets simplified to 7 by BYOND, as it is a 1:1 screen ratio. ## For reference, Goonstation uses a resolution of 21x15 for it's widescreen mode. ## Do note that changing this value will affect the title screen. The title screen will have to be updated manually if this is changed. -DEFAULT_VIEW 20x15 +DEFAULT_VIEW 21x15 ## Enable Dynamic mode -DYNAMIC_MODE \ No newline at end of file +DYNAMIC_MODE