Change lose message

This commit is contained in:
2019-05-09 19:52:40 +02:00
parent 2e7f93687b
commit af16627904

View File

@@ -172,7 +172,7 @@ def end():
_end = True _end = True
tk.Label( tk.Label(
win, win,
text = 'PERDU!', text = 'Perdu !',
bg = color.LEVEL_1, bg = color.LEVEL_1,
fg = color.LEVEL_9, fg = color.LEVEL_9,
font = (None, 48) font = (None, 48)