X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fbase_rules.js;h=0876473dc9b743a24638798d781a5dc3ae4a246e;hp=7c1c8232698368cebb01288c8aeef90c9e41618e;hb=10cceb25109739fa39b9b968be2707dee1d25a07;hpb=8b148817f3542c4af5fe9ec175b2f3833429346d diff --git a/client/src/base_rules.js b/client/src/base_rules.js index 7c1c8232..0876473d 100644 --- a/client/src/base_rules.js +++ b/client/src/base_rules.js @@ -135,16 +135,15 @@ export const ChessRules = class ChessRules { return V.CanFlip; } + // NOTE: these will disappear once each variant has its dedicated SVG board. // For (generally old) variants without checkered board static get Monochrome() { return false; } - // Some games are drawn unusually (bottom right corner is black) static get DarkBottomRight() { return false; } - // Some variants require lines drawing static get Lines() { if (V.Monochrome) {