mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Apply offset by a factor of 0.8x from screen offset
This commit is contained in:
parent
049fed42e2
commit
8080f784fd
@ -1153,7 +1153,7 @@ namespace osu.Game
|
||||
horizontalOffset += (Content.ToLocalSpace(Notifications.ScreenSpaceDrawQuad.TopLeft).X - Content.DrawWidth) * SIDE_OVERLAY_OFFSET_RATIO;
|
||||
|
||||
ScreenOffsetContainer.X = horizontalOffset;
|
||||
overlayContent.X = horizontalOffset;
|
||||
overlayContent.X = horizontalOffset * 0.8f;
|
||||
|
||||
MenuCursorContainer.CanShowCursor = (ScreenStack.CurrentScreen as IOsuScreen)?.CursorVisible ?? false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user