rename classes

This commit is contained in:
jorolf
2020-07-22 22:10:59 +02:00
parent 860f10ceee
commit 50f72ac9cb
3 changed files with 15 additions and 15 deletions

View File

@ -260,7 +260,7 @@ namespace osu.Game.Screens.Menu
private class LazerLogo : CompositeDrawable
{
private HueAnimation highlight, background;
private LogoAnimation highlight, background;
public float Progress
{
@ -282,13 +282,13 @@ namespace osu.Game.Screens.Menu
{
InternalChildren = new Drawable[]
{
highlight = new HueAnimation
highlight = new LogoAnimation
{
RelativeSizeAxes = Axes.Both,
Texture = textures.Get(@"Intro/Triangles/logo-highlight"),
Colour = Color4.White,
},
background = new HueAnimation
background = new LogoAnimation
{
RelativeSizeAxes = Axes.Both,
Texture = textures.Get(@"Intro/Triangles/logo-background"),