X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=6e9768af370db9d9c6ae5c840b3b84280b253f16;hb=be4b9421603ea763010b01b853363a1bda93ce36;hp=2968b8f835a1b1a94b4bee7f29500322838f2e72;hpb=2a2936023cda0888e215ff699d420090372899b0;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 2968b8f8..6e9768af 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -1619,7 +1619,8 @@ export default { this.curDiag = getDiagram({ position: position, orientation: V.CanFlip ? this.game.mycolor : "w", - darkBottomRight: V.DarkBottomRight + color: this.game.mycolor, + score: "*" }); document.querySelector("#confirmDiv > .card").style.width = boardDiv.offsetWidth + "px";