mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-14 04:10:08 +01:00
reduced half finished settings code and added options for screen size select
This commit is contained in:
@@ -31,7 +31,7 @@ display = Display(tk, video_driver, message_handler, data)
|
||||
# setup the actions
|
||||
actions = Actions(tk, message_handler, data, video_driver, display)
|
||||
|
||||
numpad_input = NumpadInput(message_handler, display, actions)
|
||||
numpad_input = NumpadInput(message_handler, display, actions, data)
|
||||
|
||||
frame.pack()
|
||||
tk.attributes("-fullscreen", True)
|
||||
|
||||
Reference in New Issue
Block a user