Remove info placeholder message.
This commit is contained in:
parent
f41ec75609
commit
2dacd18f72
@ -561,7 +561,7 @@ const INTERFACE = {
|
|||||||
ctx.fillText(GAME_DATA.turn, width - gui_margin, gui_margin);
|
ctx.fillText(GAME_DATA.turn, width - gui_margin, gui_margin);
|
||||||
|
|
||||||
// Game state message
|
// Game state message
|
||||||
let message = "Info";
|
let message = null;
|
||||||
ctx.fillStyle = INTERFACE.Color.Text;
|
ctx.fillStyle = INTERFACE.Color.Text;
|
||||||
|
|
||||||
if(GAME_DATA.state.check) {
|
if(GAME_DATA.state.check) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user