Skip to content
Snippets Groups Projects
Commit 29a9d8c5 authored by Wen Yao Jin's avatar Wen Yao Jin
Browse files

Update puzzle.py

parent e63d7ba9
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,6 @@ class GameGrid(Frame): ...@@ -27,7 +27,6 @@ class GameGrid(Frame):
def __init__(self): def __init__(self):
self.DISPLAY = False self.DISPLAY = False
if self.DISPLAY: if self.DISPLAY:
Frame.__init__(self) Frame.__init__(self)
self.commands = { Action.UP: up, Action.DOWN: down, Action.LEFT: left, Action.RIGHT: right} self.commands = { Action.UP: up, Action.DOWN: down, Action.LEFT: left, Action.RIGHT: right}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment