mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
fixing broken banner
This commit is contained in:
@@ -98,13 +98,14 @@ class NumpadInput(object):
|
||||
|
||||
def on_2_press(self):
|
||||
if self.message_handler.function_on:
|
||||
print('function called')
|
||||
self.actions.clear_playing_sample_start_time()
|
||||
else:
|
||||
self.actions.load_this_slot_into_next_player(2)
|
||||
|
||||
def on_3_press(self):
|
||||
if self.message_handler.function_on:
|
||||
pass
|
||||
self.actions.clear_all_slots()
|
||||
else:
|
||||
self.actions.load_this_slot_into_next_player(3)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user