Change animation shadow color.

This commit is contained in:
yukirij 2024-08-27 11:30:23 -07:00
parent dfabe05d94
commit a02d876696

View File

@ -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();