mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
fixing the display issues
This commit is contained in:
@@ -26,6 +26,10 @@ class NumpadInput(object):
|
||||
if event.char is not '.':
|
||||
self.display.refresh_display()
|
||||
|
||||
# for bank in range(10):
|
||||
# if event.char == str(bank):
|
||||
# self.actions.load_this_bank_into_next_player(bank)
|
||||
|
||||
def on_backspace_press(self, event):
|
||||
if self.display.display_mode == 'BROWSER':
|
||||
self.actions.enter_on_browser_selection()
|
||||
|
||||
Reference in New Issue
Block a user