remove size from hue animation

This commit is contained in:
jorolf
2020-06-24 16:27:00 +02:00
parent 768e28faba
commit 6f0ec36407
3 changed files with 6 additions and 8 deletions

View File

@ -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),
},