Skip to content

Commit

Permalink
added scary image in preperation for CMD command
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaid committed Nov 6, 2018
1 parent 0f3afa3 commit e0310c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added resources/scare.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions window.py
Expand Up @@ -36,6 +36,7 @@ def __init__(self, master=None):
self.warning_image = ImageTk.PhotoImage(Image.open("resources/warning.png"))
self.error_image = ImageTk.PhotoImage(Image.open("resources/error.png"))
self.alert_image = ImageTk.PhotoImage(Image.open("resources/alert.png"))
self.scare_image = ImageTk.PhotoImage(Image.open("resources/scare.png"))
self.grid_drawn = False
self.grid_rects = [[None for y in range(9)] for x in range(9)]

Expand Down

0 comments on commit e0310c3

Please sign in to comment.