Fuck commit messages

This commit is contained in:
NikolajDanger
2022-07-25 14:44:45 +02:00
parent f838b4e62d
commit 971e66e1ec
6 changed files with 35 additions and 26 deletions

View File

@ -632,7 +632,7 @@ class DrawHangman():
random.seed(game_id)
background = Image.open("gwendolyn/resources/paper.jpg")
background = Image.open("gwendolyn/resources/games/default_images/hangman.png")
gallow = self._draw_gallows()
man = self._draw_man(misses, game_id)