mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 03:27:20 +08:00
Add descriptions for the remaining settings
This commit is contained in:
parent
d17f7b5c8b
commit
2f6b95da39
@ -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 }
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user