Changed "green" to match the color tiles. Initial check-in for multi-colored numbers version
This commit is contained in:
parent
7492d3cbc7
commit
c126e8fd7e
2 changed files with 226 additions and 2 deletions
|
@ -17,8 +17,8 @@ new_start = True
|
|||
size = (30,30)
|
||||
# 0: 0, 1: hidden card, 2: bomb card, 3: flag card, 4: shown card
|
||||
im = ['', blank, bomb,flag, '']
|
||||
color = [('grey', 'grey'), ('black', 'green'),
|
||||
('black', 'green'), ('black', 'green'), ('black', 'grey')]
|
||||
color = [('grey', 'grey'), ('black', '#22B14C'),
|
||||
('black', '#22B14C'), ('black', '#22B14C'), ('black', 'grey')]
|
||||
|
||||
def binding_all(): # Bind right button of mouse to cell object
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue