online multiplayer chess game (note server currently down)
Diffstat (limited to 'Globals.gd')
-rw-r--r--Globals.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Globals.gd b/Globals.gd
index 607fd74..0dfc0dc 100644
--- a/Globals.gd
+++ b/Globals.gd
@@ -70,3 +70,4 @@ func _ready() -> void:
Debug.monitor(self, "halfmove")
Debug.monitor(self, "in_check")
Debug.monitor(self, "turn", "get_turn()")
+ Debug.monitor(self, "team")