Update chess.js

This commit is contained in:
GGodPL 2023-12-30 22:10:36 +01:00 committed by GitHub
parent 012477256f
commit b53618c701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
elements.screen = {
name: "Screen",
color: "#000000"
@ -1455,3 +1455,4 @@ window.addEventListener("keydown", (ev) => {
window.addEventListener("mousedown", (ev) => {
game.onMouseClick(ev);
})
}