So, I downloaded the new update and overwrote the 0.07 files. The game won't start anymore:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 189, in script
python:
File "renpy/common/00start.rpy", line 190, in <module>
renpy.execute_default_statement(True)
File "game/images.rpy", line 11, in set_default
default pc = Player(4,2,5,-5,1,0)
File "game/images.rpy", line 11, in <module>
default pc = Player(4,2,5,-5,1,0)
TypeError: __init__() takes at least 12 arguments (7 given)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 189, in script
python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 190, in <module>
renpy.execute_default_statement(True)
File "renpy/exports.py", line 3753, in execute_default_statement
i.set_default(start)
File "game/images.rpy", line 11, in set_default
default pc = Player(4,2,5,-5,1,0)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/images.rpy", line 11, in <module>
default pc = Player(4,2,5,-5,1,0)
TypeError: __init__() takes at least 12 arguments (7 given)
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
The DeLuca Family 0.08.0.3
Sun Jun 26 11:47:24 2022
```