Switch back to strings and update setting labels

This commit is contained in:
voidedWarranties
2020-03-12 23:29:11 -07:00
parent d24fa18bc2
commit c27751050b
5 changed files with 9 additions and 12 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Screens.Play.PlayerSettings
{
Text = "Toggles:"
},
showStoryboardToggle = new PlayerCheckbox { LabelText = "Storyboards" },
showStoryboardToggle = new PlayerCheckbox { LabelText = "Storyboard / Video" },
beatmapSkinsToggle = new PlayerCheckbox { LabelText = "Beatmap skins" },
beatmapHitsoundsToggle = new PlayerCheckbox { LabelText = "Beatmap hitsounds" }
};