Bump engine submodule.

This commit is contained in:
Roz K 2022-12-31 12:28:20 +01:00
parent f05a4b64a2
commit 6701c8dbb3
Signed by: roz
GPG Key ID: 51FBF4E483E1C822
2 changed files with 1 additions and 2 deletions

2
engine

@ -1 +1 @@
Subproject commit 43d62948b7d58deacc4f2090388a6c72de1286bc
Subproject commit 2095e335ead1967fde413b0d61d35e2f3b90461a

View File

@ -49,7 +49,6 @@ 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)