mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Reword epilepsy warning description text
This commit is contained in:
@ -28,7 +28,7 @@ namespace osu.Game.Screens.Edit.Setup
|
|||||||
epilepsyWarning = new LabelledSwitchButton
|
epilepsyWarning = new LabelledSwitchButton
|
||||||
{
|
{
|
||||||
Label = "Epilepsy warning",
|
Label = "Epilepsy warning",
|
||||||
Description = "Setting this is recommended if the storyboard contains scenes with rapidly flashing colours.",
|
Description = "Recommended if the storyboard contains scenes with rapidly flashing colours.",
|
||||||
Current = { Value = Beatmap.BeatmapInfo.EpilepsyWarning }
|
Current = { Value = Beatmap.BeatmapInfo.EpilepsyWarning }
|
||||||
},
|
},
|
||||||
letterboxDuringBreaks = new LabelledSwitchButton
|
letterboxDuringBreaks = new LabelledSwitchButton
|
||||||
|
Reference in New Issue
Block a user