Bump engine submodule.

This commit is contained in:
2022-12-29 19:19:17 +01:00
parent 1649bb6dc9
commit 66a099e51f
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ def main():
print("Initializing...")
display = create_display(b'RK Island - Drag to rotate, wheel to zoom, q to quit', 1600, 900)
assert display
events = Events(display)
mouse = Mouse(events, wheel = 60, wheel_min = 20)
keyboard = Keyboard(events)