pull/1/head
jakub 10 months ago
parent c802005b63
commit e3ee3ab3b3
  1. 2
      javascript/client-only-logic.js

@ -1,6 +1,6 @@
const playField = document.getElementById("playfield");
const piecesArea = document.getElementById("pieces-area");
const player = "white";
const player = "black";
var selectedPiece = null;

Loading…
Cancel
Save