diff --git a/main.py b/main.py index 9f8d2f3..5506132 100644 --- a/main.py +++ b/main.py @@ -713,6 +713,7 @@ async def main(): result = None if pygame.FINGERUP and touch_start: result = await touch(event) + print(result) if await is_LEFT_event(event) or result == "ontop": can_tip = current_case.length_units * UNIT_HEIGHT <= TRAILER_HEIGHT