Add back "rewind" text, showing temporarily after a rewind occurs

This commit is contained in:
Dean Herbert
2021-04-07 18:29:45 +09:00
parent b4c6894d13
commit 0f2c03d54b
2 changed files with 24 additions and 0 deletions

View File

@ -106,6 +106,7 @@ namespace osu.Game.Screens.Select
AutoSizeAxes = Axes.Both,
Child = SpriteText = new OsuSpriteText
{
AlwaysPresent = true,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
}