You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "c:\Users\Sven\Downloads\jes-main\jes-main\jes.py", line 23, in
ui = UI(_W_W=1920, _W_H=1080, _MOVIE_SINGLE_DIM=(650,650),
File "c:\Users\Sven\Downloads\jes-main\jes-main\jes_ui.py", line 18, in init
self.bigFont = pygame.font.Font('C:/Users/caryk/AppData/Local/Microsoft/Windows/Fonts/Jygquip 1.ttf', 60)
FileNotFoundError: No such file or directory: 'C:/Users/caryk/AppData/Local/Microsoft/Windows/Fonts/Jygquip 1.ttf'.
its looking for a font in caryk for some reason
the game dosent load at all
The text was updated successfully, but these errors were encountered:
this seems like an oversight. Jygquip is a font carykh's brother made. Just edit it to use a different font. He suggested the font "Interstate". You can edit this by going into the python file and editing the path yourself in the meantime.
Traceback (most recent call last):
File "c:\Users\Sven\Downloads\jes-main\jes-main\jes.py", line 23, in
ui = UI(_W_W=1920, _W_H=1080, _MOVIE_SINGLE_DIM=(650,650),
File "c:\Users\Sven\Downloads\jes-main\jes-main\jes_ui.py", line 18, in init
self.bigFont = pygame.font.Font('C:/Users/caryk/AppData/Local/Microsoft/Windows/Fonts/Jygquip 1.ttf', 60)
FileNotFoundError: No such file or directory: 'C:/Users/caryk/AppData/Local/Microsoft/Windows/Fonts/Jygquip 1.ttf'.
its looking for a font in caryk for some reason
the game dosent load at all
The text was updated successfully, but these errors were encountered: