wolfinabox
wolfinabox
When colliding with certain tiles (currently, just "L shaped collision" ones), the game is frozen, and an error is thrown in the console: `TypeError: pair.collision.edge is undefined, can't access property...
With the following code: ``` import keyboard as kb keys=["space","volume mute", "volume down", "volume up", "next track", "previous track", "play/pause media"] for key in keys: kb.add_hotkey(key,lambda key=key:print(f'{key} pressed!')) while True:...
### Prerequisites * [x] Have you read the wiki? * [x] Is your device in the supported list? * [x] Does the device have a Snapdragon SOC which is supported...