rotate minimap by 180° because they were reversed

This commit is contained in:
raphael60650 2021-08-02 18:08:08 +02:00
parent 352d77db6a
commit 844297ff9d

View file

@ -48,6 +48,7 @@ def get_display(scene_data: tuple) -> Image:
pygame.display.quit() pygame.display.quit()
pygame.quit() pygame.quit()
image = image.rotate(180)
return image return image