Bump engine submodule.
This commit is contained in:
parent
1649bb6dc9
commit
66a099e51f
2
engine
2
engine
@ -1 +1 @@
|
|||||||
Subproject commit 33abfd834ad5c9541796ef3f8a4999539a2f91f8
|
Subproject commit 414630ecfd64ba443770ddafd15c67397073b4b8
|
@ -49,6 +49,7 @@ 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user