From 4a2d577e9ce9da395dad304b4f3e83ab7a5bd536 Mon Sep 17 00:00:00 2001 From: John Breaux Date: Mon, 6 Dec 2021 13:05:30 -0600 Subject: [PATCH] Title: Change multiplayer game mode text to better suit the multiplayer-only nature of the game --- godot_ship/scenes/Title Screen.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot_ship/scenes/Title Screen.tscn b/godot_ship/scenes/Title Screen.tscn index 2fd5dfa..c7b6db2 100644 --- a/godot_ship/scenes/Title Screen.tscn +++ b/godot_ship/scenes/Title Screen.tscn @@ -42,7 +42,7 @@ text = "Single Player" [node name="Multiplayer" type="Button" parent="VBoxContainer"] margin_right = 160.0 margin_bottom = 24.0 -text = "Multiplayer" +text = "Start" [node name="Options" type="Button" parent="VBoxContainer"] margin_top = 28.0