small fix

This commit is contained in:
NikolajDanger
2022-05-17 10:30:58 +02:00
parent f838b4e62d
commit 918bc959aa

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)