mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Global shadows and more sane font size setting.
This commit is contained in:
@ -8,6 +8,7 @@ using osu.Framework.Graphics.Transformations;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
@ -106,7 +107,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
Children = new Drawable[]
|
||||
{
|
||||
DisplayedCountSpriteText = new SpriteText(),
|
||||
DisplayedCountSpriteText = new OsuSpriteText(),
|
||||
};
|
||||
|
||||
TextSize = 40;
|
||||
|
Reference in New Issue
Block a user