mirror of https://github.com/ppy/osu
glowingText -> blurredText
This commit is contained in:
parent
9d7f6abbdd
commit
87fb22352c
|
@ -12,7 +12,7 @@ namespace osu.Game.Graphics.Sprites
|
||||||
{
|
{
|
||||||
public class GlowingSpriteText : Container
|
public class GlowingSpriteText : Container
|
||||||
{
|
{
|
||||||
private readonly OsuSpriteText spriteText, glowingText;
|
private readonly OsuSpriteText spriteText, blurredText;
|
||||||
|
|
||||||
private string text = string.Empty;
|
private string text = string.Empty;
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ public GlowingSpriteText()
|
||||||
Size = new Vector2(3f),
|
Size = new Vector2(3f),
|
||||||
Children = new[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
glowingText = new OsuSpriteText
|
blurredText = new OsuSpriteText
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
|
|
Loading…
Reference in New Issue