1
0
Fork 0
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:
StanR 2022-07-21 04:59:52 +03:00
parent b8bfd4eb84
commit 2799a2a5c8

View file

@ -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)
}
});