mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-30 19:23:20 +08:00
cleanup
This commit is contained in:
parent
6d466ddf84
commit
6980c6669c
@ -38,7 +38,6 @@ class GamepadSettingsWindow(bui.Window):
|
||||
self._name = self._input.name
|
||||
|
||||
self._r = 'configGamepadWindow'
|
||||
self._settings = settings
|
||||
self._transition_out = transition_out
|
||||
|
||||
# We're a secondary gamepad if supplied with settings.
|
||||
|
||||
@ -55,7 +55,7 @@ class ConfigKeyboardWindow(bui.Window):
|
||||
|
||||
self._rebuild_ui()
|
||||
|
||||
def _get_config_mapping(self, default: bool = False):
|
||||
def _get_config_mapping(self, default: bool = False) -> None:
|
||||
for button in [
|
||||
'buttonJump',
|
||||
'buttonPunch',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user