mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 15:12:57 +08:00
Disable shadow on star display text
This commit is contained in:
parent
d4399f10f9
commit
42370e48ec
@ -78,6 +78,7 @@ namespace osu.Game.Beatmaps.Drawables
|
|||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Margin = new MarginPadding { Left = 10f, Bottom = 1f },
|
Margin = new MarginPadding { Left = 10f, Bottom = 1f },
|
||||||
Font = OsuFont.Torus.With(size: 12f, weight: FontWeight.Bold),
|
Font = OsuFont.Torus.With(size: 12f, weight: FontWeight.Bold),
|
||||||
|
Shadow = false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user