remove double resource path addition
This commit is contained in:
parent
f46682bfdf
commit
b7dedd7273
1 changed files with 0 additions and 2 deletions
2
run.py
2
run.py
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue