mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
v2 bug fixes
This commit is contained in:
@@ -20,7 +20,7 @@ class NumpadInput(object):
|
||||
def on_key_press(self, event):
|
||||
numpad = list(string.ascii_lowercase[0:19])
|
||||
|
||||
if event.char is '.':
|
||||
if event.char is '.' or event.char is 'z':
|
||||
self.actions.quit_the_program()
|
||||
if event.char is 's':
|
||||
event.char = self.on_0_key_press()
|
||||
|
||||
Reference in New Issue
Block a user