small fix
This commit is contained in:
@ -632,7 +632,7 @@ class DrawHangman():
|
|||||||
|
|
||||||
random.seed(game_id)
|
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()
|
gallow = self._draw_gallows()
|
||||||
man = self._draw_man(misses, game_id)
|
man = self._draw_man(misses, game_id)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user