online multiplayer chess game (note server currently down)
Diffstat (limited to 'Globals.gd')
-rw-r--r--Globals.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/Globals.gd b/Globals.gd
index 6522e2a..0da2096 100644
--- a/Globals.gd
+++ b/Globals.gd
@@ -1,7 +1,7 @@
extends Node
-const WHITE = 1
-const BLACK = 0
+const WHITE = true
+const BLACK = false
var __nosethalfmove := false
var pawns := [] # PoolPawnArray