you can change the keybinds with F1. it'll remember your changed bindings, but they won't reflect properly in-game (it'll still show the original button on button hints)
i can't really answer your other questions though. good luck.
I keep getting this error on every launch with the new version (6.0), but it isn't preventing the app from running if I press ignore. Log data is below, hopefully it helps.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/topdown/topdown.rpy", line 629, in execute_default
File "game/topdown/topdown.rpy", line 629, in <module>
File "game/topdown/topdown.rpy", line 214, in __init__
File "game/topdown/topdown.rpy", line 21, in load_map
Exception: Couldn't find file 'topdown/map_1.csv'.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "renpy/common/00start.rpy", line 195, in script
File "renpy/ast.py", line 1187, in execute
File "renpy/python.py", line 1260, in py_exec_bytecode
File "renpy/common/00start.rpy", line 196, in <module>
File "renpy/exports/statementexports.py", line 375, in execute_default_statement
File "game/topdown/topdown.rpy", line 629, in execute_default
File "renpy/python.py", line 1285, in py_eval_bytecode
File "game/topdown/topdown.rpy", line 629, in <module>
File "game/topdown/topdown.rpy", line 214, in __init__
File "game/topdown/topdown.rpy", line 21, in load_map
File "renpy/loader.py", line 786, in transfn
Exception: Couldn't find file 'topdown/map_1.csv'.
```
Seems like there's some conflict between the book and movement controls (after opening the book, movement controls just stop functioning).
Same for the number buttons (3 to 9 make balls of varying sizes appear) and the interact buttons (completely impossible to do non-primary actions).
Also it would seem the menu menu is inaccessible after loading or starting a new save, making saving/loading/changing options/etc impossible after leaving the start menu.