online multiplayer chess game (note server currently down)
Diffstat (limited to 'board/chess.gd')
-rw-r--r--board/chess.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/chess.gd b/board/chess.gd
index 21fc37f..a7c741a 100644
--- a/board/chess.gd
+++ b/board/chess.gd
@@ -1,4 +1,4 @@
-extends Node
+extends Resource
class_name Chess
# ported from https://github.com/jhlywa/chess.js
const SYMBOLS := "pnbrqkPNBRQK"