Skip to content

Commit 1f54adf

Browse files
fix 4:3 notefield placement in preview
this should be redone so dumb manual adjustments aren't necessary
1 parent 1dab361 commit 1f54adf

File tree

1 file changed

+1
-1
lines changed
  • Themes/Til Death/BGAnimations/ScreenSelectMusic decorations

1 file changed

+1
-1
lines changed

Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/wifeTwirl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local noteField = false
1111
local heyiwasusingthat = false
1212
local mcbootlarder
1313
local prevX = capWideScale(get43size(98), 98)
14-
local idkwhatimdoing = capWideScale(prevX+8, prevX/2+4)
14+
local idkwhatimdoing = capWideScale(prevX-2, prevX/2+4)
1515
local usingreverse = GAMESTATE:GetPlayerState(PLAYER_1):GetCurrentPlayerOptions():UsingReverse()
1616
local prevY = 55
1717
local prevrevY = 208

0 commit comments

Comments
 (0)