online multiplayer chess game (note server currently down)
Diffstat (limited to 'Globals.gd')
-rw-r--r--Globals.gd2
1 files changed, 0 insertions, 2 deletions
diff --git a/Globals.gd b/Globals.gd
index 132e892..4e66b41 100644
--- a/Globals.gd
+++ b/Globals.gd
@@ -1,7 +1,5 @@
extends Node
-const pieces = "NKQRBP"
-
var __nosethalfmove = false
var pawns = [] # PoolPawnArray
var team = true