mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Fix wrong arrows position on startup
This commit is contained in:
parent
c79568135a
commit
e051bcc6df
@ -82,22 +82,26 @@ namespace osu.Game.Screens.Play.BreaksOverlay
|
|||||||
Origin = Anchor.CentreRight,
|
Origin = Anchor.CentreRight,
|
||||||
Icon = Graphics.FontAwesome.fa_chevron_left,
|
Icon = Graphics.FontAwesome.fa_chevron_left,
|
||||||
Size = new Vector2(60),
|
Size = new Vector2(60),
|
||||||
|
X = 1 + glowing_x_offset,
|
||||||
},
|
},
|
||||||
rightGlowingIcon = new GlowingIcon
|
rightGlowingIcon = new GlowingIcon
|
||||||
{
|
{
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Icon = Graphics.FontAwesome.fa_chevron_right,
|
Icon = Graphics.FontAwesome.fa_chevron_right,
|
||||||
Size = new Vector2(60),
|
Size = new Vector2(60),
|
||||||
|
X = -glowing_x_offset,
|
||||||
},
|
},
|
||||||
leftBlurredIcon = new BlurredIcon
|
leftBlurredIcon = new BlurredIcon
|
||||||
{
|
{
|
||||||
Origin = Anchor.CentreRight,
|
Origin = Anchor.CentreRight,
|
||||||
Icon = Graphics.FontAwesome.fa_chevron_left,
|
Icon = Graphics.FontAwesome.fa_chevron_left,
|
||||||
|
X = 1 + blurred_x_offset,
|
||||||
},
|
},
|
||||||
rightBlurredIcon = new BlurredIcon
|
rightBlurredIcon = new BlurredIcon
|
||||||
{
|
{
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Icon = Graphics.FontAwesome.fa_chevron_right,
|
Icon = Graphics.FontAwesome.fa_chevron_right,
|
||||||
|
X = -blurred_x_offset,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user