remove double resource path addition

This commit is contained in:
csd4ni3l
2025-12-13 15:46:48 +01:00
parent f46682bfdf
commit b7dedd7273

2
run.py
View File

@@ -21,8 +21,6 @@ from arcade.experimental.controller_window import ControllerWindow
sys.excepthook = on_exception
pyglet.resource.path.append(os.getcwd())
pyglet.font.add_directory('./assets/fonts')
if not log_dir in os.listdir():
os.makedirs(log_dir)