diff options
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/credits.gd | 2 | ||||
-rw-r--r-- | client/menu/ingame.tscn | 2 | ||||
-rw-r--r-- | client/menu/main.gd | 2 | ||||
-rw-r--r-- | client/menu/main.tscn | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/client/menu/credits.gd b/client/menu/credits.gd index 059c1ba3..bca320a1 100644 --- a/client/menu/credits.gd +++ b/client/menu/credits.gd @@ -37,7 +37,7 @@ func _ready(): super() contributors.shuffle() label.text = "[center][b]" - label.text += tr("undercooked - a game about cooking") + label.text += tr("Hurry Curry! - a game about cooking") label.text += "[/b]\n\n" label.text += tr("developed by") label.text += "\n\n[b]" diff --git a/client/menu/ingame.tscn b/client/menu/ingame.tscn index 0ed86884..029a4d6a 100644 --- a/client/menu/ingame.tscn +++ b/client/menu/ingame.tscn @@ -91,7 +91,7 @@ theme_override_colors/font_outline_color = Color(0.566408, 0.208917, 0.266045, 1 theme_override_constants/outline_size = 10 theme_override_fonts/font = SubResource("FontVariation_ud3l8") theme_override_font_sizes/font_size = 48 -text = "Undercooked" +text = "Hurry Curry!" [node name="Spacer" type="Control" parent="Side/Margin/Options"] custom_minimum_size = Vector2(0, 10) diff --git a/client/menu/main.gd b/client/menu/main.gd index 5df8f278..9fe026fe 100644 --- a/client/menu/main.gd +++ b/client/menu/main.gd @@ -51,7 +51,7 @@ func _on_quick_connect_pressed(): : `ws://${window.location.hostname}:27032/` """)) else: - connect_to("wss://undercooked.metamuffin.org/") + connect_to("wss://hurrycurry.metamuffin.org/") func connect_to(url): print("Connecting to %s" % url) diff --git a/client/menu/main.tscn b/client/menu/main.tscn index b36e1ddb..ca77c09d 100644 --- a/client/menu/main.tscn +++ b/client/menu/main.tscn @@ -50,7 +50,7 @@ theme_override_colors/font_outline_color = Color(0.566408, 0.208917, 0.266045, 1 theme_override_constants/outline_size = 10 theme_override_fonts/font = SubResource("FontVariation_htgmg") theme_override_font_sizes/font_size = 48 -text = "Undercooked" +text = "Hurry Curry!" [node name="spacer" type="Control" parent="side/margin/options"] custom_minimum_size = Vector2(0, 10) |