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