online multiplayer chess game (note server currently down)
Diffstat (limited to 'Globals.gd')
| -rw-r--r-- | Globals.gd | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -41,10 +41,6 @@ func pack_vars() -> Dictionary: } -func turns() -> int: - return fullmove - - func reset_halfmove() -> void: halfmove = 0 __nosethalfmove = true |