mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 11:33:22 +08:00
Adjust kiai fountains to use seasonal colouring
This commit is contained in:
parent
a4ae445da7
commit
5557c8e3fb
@ -8,6 +8,7 @@ using osu.Framework.Graphics;
|
||||
using osu.Framework.Utils;
|
||||
using osu.Game.Beatmaps.ControlPoints;
|
||||
using osu.Game.Graphics.Containers;
|
||||
using osuTK.Graphics;
|
||||
|
||||
namespace osu.Game.Screens.Menu
|
||||
{
|
||||
@ -36,6 +37,8 @@ namespace osu.Game.Screens.Menu
|
||||
X = -250,
|
||||
},
|
||||
};
|
||||
|
||||
Colour = SeasonalUI.ENABLED ? SeasonalUI.AMBIENT_COLOUR_2 : Color4.White;
|
||||
}
|
||||
|
||||
private bool isTriggered;
|
||||
|
Loading…
Reference in New Issue
Block a user