mirror of
https://github.com/ppy/osu
synced 2025-01-11 16:49:39 +00:00
Formatting and naming
This commit is contained in:
parent
4c3310ca80
commit
c528a3896d
@ -112,8 +112,7 @@ namespace osu.Game.Configuration
|
||||
{
|
||||
}
|
||||
|
||||
public override TrackedSettings CreateTrackedSettings() =>
|
||||
new TrackedSettings
|
||||
public override TrackedSettings CreateTrackedSettings() => new TrackedSettings
|
||||
{
|
||||
new TrackedSetting<bool>(OsuSetting.MouseDisableButtons, v => new SettingDescription(!v, "gameplay mouse buttons", v ? "disabled" : "enabled")),
|
||||
new TrackedSetting<ScalingMode>(OsuSetting.Scaling, m => new SettingDescription(m, "scaling", m.GetDescription())),
|
||||
|
@ -7,7 +7,6 @@ namespace osu.Game.Configuration
|
||||
{
|
||||
public enum ScalingMode
|
||||
{
|
||||
|
||||
Off,
|
||||
Everything,
|
||||
[Description("Excluding overlays")]
|
||||
|
@ -182,8 +182,7 @@ namespace osu.Game.Screens.Play
|
||||
},
|
||||
new ScalingContainer(ScalingMode.Gameplay)
|
||||
{
|
||||
Child =
|
||||
new LocalSkinOverrideContainer(working.Skin)
|
||||
Child = new LocalSkinOverrideContainer(working.Skin)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = RulesetContainer
|
||||
|
Loading…
Reference in New Issue
Block a user