mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 19:02:57 +08:00
Removed logovisualisation changes
Now depends on https://github.com/ppy/osu/pull/9236 for accent color changes to apply
This commit is contained in:
parent
e821d787b4
commit
d52e3f9386
@ -101,7 +101,6 @@ namespace osu.Game.Screens.Menu
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Alpha = 0.5f,
|
Alpha = 0.5f,
|
||||||
IsIntro = true,
|
|
||||||
AccentColour = Color4.DarkBlue,
|
AccentColour = Color4.DarkBlue,
|
||||||
Size = new Vector2(0.96f)
|
Size = new Vector2(0.96f)
|
||||||
},
|
},
|
||||||
|
@ -70,7 +70,6 @@ namespace osu.Game.Screens.Menu
|
|||||||
|
|
||||||
private IShader shader;
|
private IShader shader;
|
||||||
private readonly Texture texture;
|
private readonly Texture texture;
|
||||||
public bool IsIntro = false;
|
|
||||||
|
|
||||||
private Bindable<User> user;
|
private Bindable<User> user;
|
||||||
private Bindable<Skin> skin;
|
private Bindable<Skin> skin;
|
||||||
@ -89,12 +88,9 @@ namespace osu.Game.Screens.Menu
|
|||||||
user = api.LocalUser.GetBoundCopy();
|
user = api.LocalUser.GetBoundCopy();
|
||||||
skin = skinManager.CurrentSkin.GetBoundCopy();
|
skin = skinManager.CurrentSkin.GetBoundCopy();
|
||||||
|
|
||||||
if (!IsIntro)
|
|
||||||
{
|
|
||||||
user.ValueChanged += _ => updateColour();
|
user.ValueChanged += _ => updateColour();
|
||||||
skin.BindValueChanged(_ => updateColour(), true);
|
skin.BindValueChanged(_ => updateColour(), true);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
private void updateAmplitudes()
|
private void updateAmplitudes()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user