From 0d17544b3e3220a7493319271b79ce435f991a0b Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 15 Feb 2025 12:35:53 +0100 Subject: next commit --- UI/Start.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UI/Start.gd') diff --git a/UI/Start.gd b/UI/Start.gd index 85a7946..8724cee 100644 --- a/UI/Start.gd +++ b/UI/Start.gd @@ -57,4 +57,4 @@ func _on_join_pressed() -> void: func _on_search_pressed() -> void: Client.player.username = %Username.text - get_tree().change_scene_to_file("res://UI/GameLobby/game_lobby.tscn") + get_tree().change_scene_to_file("res://UI/GamesLobby/games_lobby.tscn") -- cgit v1.2.3