I keep getting this error when trying to launch. Anyone have any Idea?
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/main/script.rpy", line 108, in script
$renpy.pause(delay = 0.65, hard = True)
File "game/script/main/script.rpy", line 108, in <module>
$renpy.pause(delay = 0.65, hard = True)
AttributeError: 'EventType' object has no attribute 'rel'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script/main/script.rpy", line 108, in script
$renpy.pause(delay = 0.65, hard = True)
File "/Applications/main renpy/renpy/ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Applications/main renpy/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script/main/script.rpy", line 108, in <module>
$renpy.pause(delay = 0.65, hard = True)
File "/Applications/main renpy/renpy/exports/statementexports.py", line 194, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "/Applications/main renpy/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Applications/main renpy/renpy/display/core.py", line 2218, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "/Applications/main renpy/renpy/display/core.py", line 3185, in interact_core
xr, yr = ev.rel
AttributeError: 'EventType' object has no attribute 'rel'
macOS-14.6.1-arm64-arm-64bit arm64
Ren'Py 8.3.5.25021202+nightly
R12
Mon Feb 17 08:35:59 2025
```