online multiplayer chess game (note server currently down)
Diffstat (limited to 'Globals.gd')
-rw-r--r--Globals.gd5
1 files changed, 4 insertions, 1 deletions
diff --git a/Globals.gd b/Globals.gd
index 1c609fa..ea34f25 100644
--- a/Globals.gd
+++ b/Globals.gd
@@ -1,3 +1,6 @@
extends Node
-var grid
+var grid: Grid = null
+var turns := 0
+var turn := true # true for white, false for black
+# true cuz white goes first