Bump engine submodule.
This commit is contained in:
2
engine
2
engine
Submodule engine updated: 43d62948b7...2095e335ea
@ -49,7 +49,6 @@ def main():
|
|||||||
|
|
||||||
print("Initializing...")
|
print("Initializing...")
|
||||||
display = create_display(b'RK Island - Drag to rotate, wheel to zoom, q to quit', 1600, 900)
|
display = create_display(b'RK Island - Drag to rotate, wheel to zoom, q to quit', 1600, 900)
|
||||||
assert display
|
|
||||||
events = Events(display)
|
events = Events(display)
|
||||||
mouse = Mouse(events, wheel = 60, wheel_min = 20)
|
mouse = Mouse(events, wheel = 60, wheel_min = 20)
|
||||||
keyboard = Keyboard(events)
|
keyboard = Keyboard(events)
|
||||||
|
Reference in New Issue
Block a user