Add kenny assets and strip them down, add basic game and map, slippery ice, decoration and spikes, player animation, fix main menu button scaling

This commit is contained in:
csd4ni3l
2025-11-27 23:31:28 +01:00
parent 4fc55f4b64
commit 88f18b200d
23 changed files with 269 additions and 15 deletions

2
run.py
View File

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