Don't draw border pencil marks if we have center ones
This commit is contained in:
parent
b3a0625238
commit
7cd774bb91
@ -149,11 +149,11 @@ def draw_numbers():
|
||||
|
||||
screen.blit(digit, pos)
|
||||
continue
|
||||
if pencil_marks[idx].border:
|
||||
draw_pm_border(row, col, idx)
|
||||
if pencil_marks[idx].center:
|
||||
draw_pm_center(row, col, idx)
|
||||
# continue
|
||||
continue
|
||||
if pencil_marks[idx].border:
|
||||
draw_pm_border(row, col, idx)
|
||||
|
||||
def draw_hud():
|
||||
screen.blit(title, (screen.get_width() // 2 - title.get_width() // 2, 70))
|
||||
|
Loading…
x
Reference in New Issue
Block a user