mirror of
https://github.com/ppy/osu
synced 2025-01-11 00:29:30 +00:00
Fixes
This commit is contained in:
parent
60be69d3b0
commit
687f71e410
@ -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)
|
||||
},
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user