Change animation shadow color.
This commit is contained in:
parent
dfabe05d94
commit
a02d876696
@ -642,8 +642,8 @@ const INTERFACE = {
|
|||||||
from_y = to_y - (gui_scale / 1.5);
|
from_y = to_y - (gui_scale / 1.5);
|
||||||
|
|
||||||
switch(piece.player) {
|
switch(piece.player) {
|
||||||
case 0: ctx.fillStyle = INTERFACE.Color.DawnDark; break;
|
case 0: ctx.fillStyle = INTERFACE.Color.Dawn; break;
|
||||||
case 1: ctx.fillStyle = INTERFACE.Color.DuskDark; break;
|
case 1: ctx.fillStyle = INTERFACE.Color.Dusk; break;
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.save();
|
ctx.save();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user