mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix background overflows
This commit is contained in:
@ -10,10 +10,12 @@ namespace osu.Game.Screens
|
||||
{
|
||||
public class BackgroundScreenStack : ScreenStack
|
||||
{
|
||||
public const float BACKGROUND_SCALE = 1.06f;
|
||||
|
||||
public BackgroundScreenStack()
|
||||
: base(false)
|
||||
{
|
||||
Scale = new Vector2(1.06f);
|
||||
Scale = new Vector2(BACKGROUND_SCALE);
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
Anchor = Anchor.Centre;
|
||||
Origin = Anchor.Centre;
|
||||
|
Reference in New Issue
Block a user