From 2dacd18f72a2f50c83cc5b79f41e66920c4372ea Mon Sep 17 00:00:00 2001 From: yukirij Date: Sun, 18 Aug 2024 13:55:59 -0700 Subject: [PATCH] Remove info placeholder message. --- www/js/interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/interface.js b/www/js/interface.js index 80ddfc9..abaa4e0 100644 --- a/www/js/interface.js +++ b/www/js/interface.js @@ -561,7 +561,7 @@ const INTERFACE = { ctx.fillText(GAME_DATA.turn, width - gui_margin, gui_margin); // Game state message - let message = "Info"; + let message = null; ctx.fillStyle = INTERFACE.Color.Text; if(GAME_DATA.state.check) {