mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-12 23:58:22 +02:00
rotate minimap by 180° because they were reversed
This commit is contained in:
parent
352d77db6a
commit
844297ff9d
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ def get_display(scene_data: tuple) -> Image:
|
|||
pygame.display.quit()
|
||||
pygame.quit()
|
||||
|
||||
image = image.rotate(180)
|
||||
return image
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue