mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Modify LogoVisualisation to allow color changes
Also change the color from blue to dark blue
This commit is contained in:
@ -95,7 +95,8 @@ namespace osu.Game.Screens.Menu
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Alpha = 0.5f,
|
||||
AccentColour = Color4.Blue,
|
||||
isIntro = true,
|
||||
AccentColour = Color4.DarkBlue,
|
||||
Size = new Vector2(0.96f)
|
||||
},
|
||||
circleContainer = new Container
|
||||
|
Reference in New Issue
Block a user