Remove info placeholder message.

This commit is contained in:
yukirij 2024-08-18 13:55:59 -07:00
parent f41ec75609
commit 2dacd18f72

View File

@ -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) {