From 18bc007358f654bb901cbb295a930774da437165 Mon Sep 17 00:00:00 2001 From: Richard So Date: Mon, 29 Apr 2024 22:37:31 -0400 Subject: [PATCH] remove score for now --- ttris/score.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttris/score.py b/ttris/score.py index 6a2b71f..37ce47e 100644 --- a/ttris/score.py +++ b/ttris/score.py @@ -18,7 +18,7 @@ def draw(board): 7, ) - pyxel.text(2, 100, f"SCORE\n{board.score}", 7) + # pyxel.text(2, 100, f"SCORE\n{board.score}", 7) if board.previous_lc > 0: pyxel.text(