make corners straight use straight lines instead of arcs, add randomized level generator finally, make default difficulties bigger, make main menu buttons smaller, other fixes and improvements

This commit is contained in:
2025-11-08 12:52:33 +01:00
parent b698d2055e
commit 96ebdef4e3
15 changed files with 159 additions and 31 deletions

2
run.py
View File

@@ -18,8 +18,6 @@ from arcade.experimental.controller_window import ControllerWindow
sys.excepthook = on_exception
__builtins__.print = lambda *args, **kwargs: logging.debug(" ".join(map(str, args)))
if not log_dir in os.listdir():
os.makedirs(log_dir)