I tried your game on Linux. There is strange permissions for assets/fonts directory.
And I getting a lot of errors like this because filesystem is case sensitive:
FileNotFoundError: [Errno 2] No such file or directory: 'assets/fonts/Noto_Sans_JP/NotoSansJp-Medium.otf'
File "uninhabited.py", line 152, in __init__
self.image = image.load(f"assets/{part}.png")
pygame.error: Couldn't open assets/Scientific Calculator.png
yarolig on 2020/09/26 14:37:
Hi!I tried your game on Linux. There is strange permissions for assets/fonts directory.
And I getting a lot of errors like this because filesystem is case sensitive: