Skip to content

Commit

Permalink
fix 4:3 notefield placement in preview
Browse files Browse the repository at this point in the history
this should be redone so dumb manual adjustments aren't necessary
  • Loading branch information
MinaciousGrace committed Nov 23, 2018
1 parent 1dab361 commit 1f54adf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f54adf

Please sign in to comment.