online multiplayer chess game (note server currently down)
1
2
3
4
5
6
7
extends Control


func _ready():
	if Globals.grid.local:
		for c in [$FlipButton, $DrawButton, $ResignButton]:
			c.queue_free()