Skip to content

Commit

Permalink
move player options bg to look less bad on 4:3
Browse files Browse the repository at this point in the history
i still don't particularly like it but now it doesn't make everything unreadable at least
  • Loading branch information
MinaciousGrace committed Jul 17, 2018
1 parent e3ce7eb commit 7d8816f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d8816f

Please sign in to comment.