From 0efbc830ae08f7ef885c425f230d240ad5136797 Mon Sep 17 00:00:00 2001 From: flykhan Date: Wed, 22 Feb 2023 15:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=9B=87=E7=9C=BC=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E4=B8=BA=E9=BB=91=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/assets/scripts/Snake.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/assets/scripts/Snake.js b/web/src/assets/scripts/Snake.js index ff7db47..adf7021 100644 --- a/web/src/assets/scripts/Snake.js +++ b/web/src/assets/scripts/Snake.js @@ -229,7 +229,7 @@ export class Snake extends AcGameObject { // 绘制蛇眼睛 // 定义眼睛颜色 - ctx.fillStyle = "#fbff00"; + ctx.fillStyle = "#000000"; // 定义蛇眼睛大小 const snake_eye_size = 0.07 * L; // 画眼睛