From 1f54adf992441c8023d8ff0cea1c0012485caab9 Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Fri, 23 Nov 2018 16:27:37 -0500 Subject: [PATCH] fix 4:3 notefield placement in preview this should be redone so dumb manual adjustments aren't necessary --- .../BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua index ea4d72b89d..b4b94d0bf8 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua @@ -11,7 +11,7 @@ local noteField = false local heyiwasusingthat = false local mcbootlarder local prevX = capWideScale(get43size(98), 98) -local idkwhatimdoing = capWideScale(prevX+8, prevX/2+4) +local idkwhatimdoing = capWideScale(prevX-2, prevX/2+4) local usingreverse = GAMESTATE:GetPlayerState(PLAYER_1):GetCurrentPlayerOptions():UsingReverse() local prevY = 55 local prevrevY = 208