From d5b4670a02e178a4768265bcdbbb043234727f3f Mon Sep 17 00:00:00 2001 From: miteruzo Date: Sat, 2 Dec 2023 04:48:21 +0900 Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 39ec9d4..668af30 100644 --- a/main.py +++ b/main.py @@ -42,7 +42,7 @@ class Main: (0, 0, 0)), (120, 70)) screen.blit (nizika_font.render ( - answer, True, (128, 0, 0)), (100, 150)) + answer, True, (192, 0, 0)), (100, 150)) noon.play ()