mirror of
https://github.com/osukey/osukey.git
synced 2025-05-06 22:27:25 +09: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
|
widescreenSupport = new LabelledSwitchButton
|
||||||
{
|
{
|
||||||
Label = "Widescreen support",
|
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 }
|
Current = { Value = Beatmap.BeatmapInfo.WidescreenStoryboard }
|
||||||
},
|
},
|
||||||
epilepsyWarning = new LabelledSwitchButton
|
epilepsyWarning = new LabelledSwitchButton
|
||||||
@ -34,6 +35,7 @@ namespace osu.Game.Screens.Edit.Setup
|
|||||||
letterboxDuringBreaks = new LabelledSwitchButton
|
letterboxDuringBreaks = new LabelledSwitchButton
|
||||||
{
|
{
|
||||||
Label = "Letterbox during breaks",
|
Label = "Letterbox during breaks",
|
||||||
|
Description = "Adds horizontal letterboxing to give a cinematic look during breaks.",
|
||||||
Current = { Value = Beatmap.BeatmapInfo.LetterboxInBreaks }
|
Current = { Value = Beatmap.BeatmapInfo.LetterboxInBreaks }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user