mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 06:42:54 +08:00
Merge pull request #8340 from smoogipoo/results-date-played
Add date played to score panel
This commit is contained in:
commit
25983cfe0e
@ -204,6 +204,13 @@ namespace osu.Game.Screens.Ranking.Expanded
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
new OsuSpriteText
|
||||
{
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
Font = OsuFont.GetFont(size: 10, weight: FontWeight.SemiBold),
|
||||
Text = $"Played on {score.Date.ToLocalTime():g}"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user