mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Bring design up-to-date with 2019 standards
This commit is contained in:
@ -9,7 +9,6 @@ using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Input.Events;
|
||||
using osu.Framework.Threading;
|
||||
using osu.Game.Beatmaps;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Tournament.Components;
|
||||
using osu.Game.Tournament.IPC;
|
||||
@ -56,7 +55,7 @@ namespace osu.Game.Tournament.Screens.MapPool
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new OsuSpriteText
|
||||
new TournamentSpriteText
|
||||
{
|
||||
Text = "Current Mode"
|
||||
},
|
||||
|
Reference in New Issue
Block a user