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


func _ready() -> void:
	if OS.has_feature("web"):
		find_node("").queue_free()


func _on_quit_pressed() -> void:
	get_tree().notification(MainLoop.NOTIFICATION_WM_QUIT_REQUEST)