diff --git a/osu.Game.Rulesets.Catch/CatchInputManager.cs b/osu.Game.Rulesets.Catch/CatchInputManager.cs index 3e292ac08a..446f9b2787 100644 --- a/osu.Game.Rulesets.Catch/CatchInputManager.cs +++ b/osu.Game.Rulesets.Catch/CatchInputManager.cs @@ -11,18 +11,19 @@ namespace osu.Game.Rulesets.Catch { public class CatchInputManager : DatabasedKeyBindingInputManager { - public CatchInputManager(RulesetInfo ruleset) : base(ruleset, simultaneousMode: SimultaneousBindingMode.Unique) + public CatchInputManager(RulesetInfo ruleset) + : base(ruleset, simultaneousMode: SimultaneousBindingMode.Unique) { } protected override IEnumerable CreateDefaultMappings() => new[] { - new KeyBinding( Key.Z, CatchAction.MoveLeft), - new KeyBinding( Key.Left, CatchAction.MoveLeft), - new KeyBinding( Key.X, CatchAction.MoveRight), - new KeyBinding( Key.Right, CatchAction.MoveRight), - new KeyBinding( Key.LShift, CatchAction.Dash), - new KeyBinding( Key.RShift, CatchAction.Dash), + new KeyBinding(Key.Z, CatchAction.MoveLeft), + new KeyBinding(Key.Left, CatchAction.MoveLeft), + new KeyBinding(Key.X, CatchAction.MoveRight), + new KeyBinding(Key.Right, CatchAction.MoveRight), + new KeyBinding(Key.LShift, CatchAction.Dash), + new KeyBinding(Key.RShift, CatchAction.Dash), }; } diff --git a/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs b/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs index 168360ffd1..d07f156673 100644 --- a/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs +++ b/osu.Game/Overlays/Settings/Sections/General/LoginSettings.cs @@ -245,7 +245,7 @@ namespace osu.Game.Overlays.Settings.Sections.General { RelativeSizeAxes = Axes.X, Text = "Register new account", - //Binding = registerLink + //Action = registerLink } }; } diff --git a/osu.Game/Screens/Select/Footer.cs b/osu.Game/Screens/Select/Footer.cs index fc57f5edeb..bb6d16da0f 100644 --- a/osu.Game/Screens/Select/Footer.cs +++ b/osu.Game/Screens/Select/Footer.cs @@ -39,7 +39,7 @@ namespace osu.Game.Screens.Select /// Text on the button. /// Colour of the button. /// Hotkey of the button. - /// Binding the button does. + /// Action the button does. /// /// Higher depth to be put on the left, and lower to be put on the right. /// Notice this is different to !