mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
remove size from hue animation
This commit is contained in:
@ -293,11 +293,13 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
highlight = new HueAnimation
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Texture = textures.Get(lazer_logo_texture),
|
||||
Colour = OsuColour.Gray(0.6f).Opacity(0.8f),
|
||||
},
|
||||
animation = new HueAnimation
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Texture = textures.Get(lazer_logo_texture),
|
||||
Colour = Color4.White.Opacity(0.8f),
|
||||
},
|
||||
|
Reference in New Issue
Block a user