diff --git a/www/js/interface.js b/www/js/interface.js index e9f0698..c944dc9 100644 --- a/www/js/interface.js +++ b/www/js/interface.js @@ -642,8 +642,8 @@ const INTERFACE = { from_y = to_y - (gui_scale / 1.5); switch(piece.player) { - case 0: ctx.fillStyle = INTERFACE.Color.DawnDark; break; - case 1: ctx.fillStyle = INTERFACE.Color.DuskDark; break; + case 0: ctx.fillStyle = INTERFACE.Color.Dawn; break; + case 1: ctx.fillStyle = INTERFACE.Color.Dusk; break; } ctx.save();