From 7d8816fad9bd83200b36fd7ef41064984ad6e671 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 17 Jul 2018 11:52:25 -0400 Subject: [PATCH] move player options bg to look less bad on 4:3 i still don't particularly like it but now it doesn't make everything unreadable at least --- Themes/Til Death/BGAnimations/ScreenPlayerOptions underlay.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenPlayerOptions underlay.lua b/Themes/Til Death/BGAnimations/ScreenPlayerOptions underlay.lua index 5e8bc29791..e68feca77e 100644 --- a/Themes/Til Death/BGAnimations/ScreenPlayerOptions underlay.lua +++ b/Themes/Til Death/BGAnimations/ScreenPlayerOptions underlay.lua @@ -5,7 +5,7 @@ local frameY = THEME:GetMetric("ScreenTitleMenu","ScrollerY") t[#t+1] = LoadActor(THEME:GetPathG("","_OptionsScreen")) .. { InitCommand=function(self) - self:xy(capWideScale(get43size(SCREEN_WIDTH-10),SCREEN_WIDTH-425),frameY-70):zoom(0.8):diffusealpha(1):baserotationx(0) + self:xy(capWideScale(get43size(SCREEN_WIDTH-185),SCREEN_WIDTH-425),frameY-70):zoom(0.8):diffusealpha(1):baserotationx(0) end } return t \ No newline at end of file