mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 00:30:22 +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._name = self._input.name
|
||||||
|
|
||||||
self._r = 'configGamepadWindow'
|
self._r = 'configGamepadWindow'
|
||||||
self._settings = settings
|
|
||||||
self._transition_out = transition_out
|
self._transition_out = transition_out
|
||||||
|
|
||||||
# We're a secondary gamepad if supplied with settings.
|
# We're a secondary gamepad if supplied with settings.
|
||||||
|
|||||||
@ -55,7 +55,7 @@ class ConfigKeyboardWindow(bui.Window):
|
|||||||
|
|
||||||
self._rebuild_ui()
|
self._rebuild_ui()
|
||||||
|
|
||||||
def _get_config_mapping(self, default: bool = False):
|
def _get_config_mapping(self, default: bool = False) -> None:
|
||||||
for button in [
|
for button in [
|
||||||
'buttonJump',
|
'buttonJump',
|
||||||
'buttonPunch',
|
'buttonPunch',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user