1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-17 22:17:25 +08:00

Add descriptions for the remaining settings

This commit is contained in:
Dean Herbert 2021-08-23 17:41:03 +09:00
parent d17f7b5c8b
commit 2f6b95da39

View File

@ -23,6 +23,7 @@ namespace osu.Game.Screens.Edit.Setup
widescreenSupport = new LabelledSwitchButton
{
Label = "Widescreen support",
Description = "Allows storyboards to use the full screen space, rather than be confined to a 4:3 area.",
Current = { Value = Beatmap.BeatmapInfo.WidescreenStoryboard }
},
epilepsyWarning = new LabelledSwitchButton
@ -34,6 +35,7 @@ namespace osu.Game.Screens.Edit.Setup
letterboxDuringBreaks = new LabelledSwitchButton
{
Label = "Letterbox during breaks",
Description = "Adds horizontal letterboxing to give a cinematic look during breaks.",
Current = { Value = Beatmap.BeatmapInfo.LetterboxInBreaks }
}
};