Remove unused variable self.coords
This commit is contained in:
parent
581628b380
commit
5815e82160
1
board.py
1
board.py
|
@ -11,7 +11,6 @@ class Board:
|
||||||
self.game_lost = False
|
self.game_lost = False
|
||||||
self.game_won = False
|
self.game_won = False
|
||||||
self.total_flags = 0
|
self.total_flags = 0
|
||||||
self.coords = (0,50)
|
|
||||||
self.game_started = False
|
self.game_started = False
|
||||||
|
|
||||||
self.unclicked_squares = size[0] * size[1]
|
self.unclicked_squares = size[0] * size[1]
|
||||||
|
|
Loading…
Reference in New Issue