summaryrefslogtreecommitdiff
path: root/UI/Start.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-02-15 12:35:53 +0100
committerDaniel Weipert <git@mail.dweipert.de>2025-02-15 12:35:53 +0100
commit0d17544b3e3220a7493319271b79ce435f991a0b (patch)
tree77800833fb9074ecb717b1ac5af3433eb744a55b /UI/Start.gd
parent5b35174ffab42f0331f1a6527ef6bbab7a3dbdcb (diff)
next commit
Diffstat (limited to 'UI/Start.gd')
-rw-r--r--UI/Start.gd2
1 files changed, 1 insertions, 1 deletions
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")