└─$ python main.py
pygame-ce 2.2.1 (SDL 2.26.4, Python 3.11.2)
/home/yolo/pygame-forks/2023-jam/Pygame-Jam-2023/setup.py:23: Warning: PyGame seems to be running through X11 on t
op of wayland, instead of wayland directly window = pygame.display.set_mode((WINDOW_WIDTH, WINDOW_HEIGHT))
Traceback (most recent call last): File "/home/yolo/pygame-forks/2023-jam/Pygame-Jam-2023/main.py", line 12, in <module> main() File "/home/yolo/pygame-forks/2023-jam/Pygame-Jam-2023/main.py", line 8, in main game_manager.run() File "/home/yolo/pygame-forks/2023-jam/Pygame-Jam-2023/gamemanager.py", line 41, in run pygame.transform.scale(game_surface, (WINDOW_WIDTH, WINDOW_HEIGHT), window)
pygame.error: Only works with same format surfaces
I get this when running your project. I'm not sure why but it seems the depth of the dest surface is not the same on my machine or something?