This commit is contained in:
Andrey Zavadskiy 2017-03-28 11:45:48 +03:00
parent 60be69d3b0
commit 687f71e410
2 changed files with 1 additions and 2 deletions

View File

@ -163,7 +163,7 @@ namespace osu.Game.Screens.Play
Origin = Anchor.TopCentre,
Anchor = Anchor.TopCentre,
TextSize = 30,
Colour = Color4.Yellow,
Colour = colours.Yellow,
Shadow = true,
ShadowColour = new Color4(0, 0, 0, 0.25f)
},

View File

@ -23,7 +23,6 @@ using osu.Game.Screens.Ranking;
using System;
using System.Linq;
using osu.Game.Modes.Scoring;
using osu.Game.Graphics;
namespace osu.Game.Screens.Play
{