online multiplayer chess game (note server currently down)
Diffstat (limited to 'Globals.gd')
| -rw-r--r-- | Globals.gd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |