Remove old comment
This commit is contained in:
parent
a4bad93a23
commit
1029c49c74
1
main.py
1
main.py
|
@ -113,7 +113,6 @@ def main():
|
||||||
cols.pack(side=tkinter.LEFT)
|
cols.pack(side=tkinter.LEFT)
|
||||||
|
|
||||||
# Sets up mine number input
|
# Sets up mine number input
|
||||||
# TODO: Set default number of mines (20% of board)
|
|
||||||
mine_frame = tkinter.Frame(option_box)
|
mine_frame = tkinter.Frame(option_box)
|
||||||
mine_frame.pack()
|
mine_frame.pack()
|
||||||
mine_label = tkinter.Label(mine_frame, text="Mines:")
|
mine_label = tkinter.Label(mine_frame, text="Mines:")
|
||||||
|
|
Loading…
Reference in New Issue