mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-09 09:35:15 +09:00
Better beatmap name
This commit is contained in:
parent
b8bfd4eb84
commit
2799a2a5c8
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ namespace PerformanceCalculatorGUI.Components
|
|||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Font = OsuFont.GetFont(size: 16, weight: FontWeight.Bold),
|
||||
Shadow = false,
|
||||
Text = beatmap.Metadata.GetDisplayTitle(),
|
||||
Text = $"[{beatmap.BeatmapInfo.Ruleset.Name}] {beatmap.Metadata.GetDisplayTitle()} [{beatmap.BeatmapInfo.DifficultyName}]",
|
||||
Margin = new MarginPadding(10)
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue