online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/StartMenu.gd')
-rw-r--r--ui/StartMenu.gd6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/StartMenu.gd b/ui/StartMenu.gd
index 78ab03f..7c3a901 100644
--- a/ui/StartMenu.gd
+++ b/ui/StartMenu.gd
@@ -1,7 +1,5 @@
extends Control
-const world = preload("res://Board.tscn")
-
onready var settings := find_node("Settings")
@@ -10,10 +8,6 @@ func _ready() -> void:
find_node("quit").queue_free()
-func _on_local_pressed() -> void:
- get_tree().change_scene_to(world)
-
-
func _on_quit_pressed() -> void:
get_tree().notification(MainLoop.NOTIFICATION_WM_QUIT_REQUEST)