diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-08 15:10:29 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-08 15:10:29 +0200 |
commit | ddcf22c1d6054c8571fb9ba4def90f42d6d30240 (patch) | |
tree | df808911a9e4540a5fa186fa956efbac664208b0 /client | |
parent | b5bd610022dbd4348467af6c1be2135c1dc48f99 (diff) | |
download | hurrycurry-ddcf22c1d6054c8571fb9ba4def90f42d6d30240.tar hurrycurry-ddcf22c1d6054c8571fb9ba4def90f42d6d30240.tar.bz2 hurrycurry-ddcf22c1d6054c8571fb9ba4def90f42d6d30240.tar.zst |
Rebrand to Hurry Curry!
Diffstat (limited to 'client')
-rw-r--r-- | client/export_presets.cfg | 16 | ||||
-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 | ||||
-rw-r--r-- | client/po/de.po | 8 | ||||
-rw-r--r-- | client/project.godot | 2 | ||||
-rw-r--r-- | client/server.gd | 2 |
8 files changed, 18 insertions, 18 deletions
diff --git a/client/export_presets.cfg b/client/export_presets.cfg index 15bab5f4..5a1cb7f4 100644 --- a/client/export_presets.cfg +++ b/client/export_presets.cfg @@ -332,8 +332,8 @@ architectures/x86=false architectures/x86_64=false version/code=1 version/name="" -package/unique_name="org.metamuffin.undercooked.client" -package/name="Undercooked" +package/unique_name="org.metamuffin.hurrycurry.client" +package/name="Hurry Curry!" package/signed=true package/app_category=2 package/retain_data_on_uninstall=false @@ -535,8 +535,8 @@ architectures/x86=false architectures/x86_64=false version/code=1 version/name="" -package/unique_name="org.metamuffin.undercooked.client" -package/name="Undercooked" +package/unique_name="org.metamuffin.hurrycurry.client" +package/name="Hurry Curry!" package/signed=true package/app_category=2 package/retain_data_on_uninstall=false @@ -738,8 +738,8 @@ architectures/x86=false architectures/x86_64=true version/code=1 version/name="" -package/unique_name="org.metamuffin.undercooked.client" -package/name="Undercooked" +package/unique_name="org.metamuffin.hurrycurry.client" +package/name="Hurry Curry!" package/signed=true package/app_category=2 package/retain_data_on_uninstall=false @@ -941,8 +941,8 @@ architectures/x86=true architectures/x86_64=false version/code=1 version/name="" -package/unique_name="org.metamuffin.undercooked.client" -package/name="Undercooked" +package/unique_name="org.metamuffin.hurrycurry.client" +package/name="Hurry Curry!" package/signed=true package/app_category=2 package/retain_data_on_uninstall=false 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) diff --git a/client/po/de.po b/client/po/de.po index 5923ca44..da5ccca2 100644 --- a/client/po/de.po +++ b/client/po/de.po @@ -1,4 +1,4 @@ -# LANGUAGE translation for undercooked for the following files: +# LANGUAGE translation for hurrycurry for the following files: # res://menu/main_menu.tscn # # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: undercooked\n" +"Project-Id-Version: hurrycurry\n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" "Last-Translator: nokoe\n" @@ -235,8 +235,8 @@ msgid "Back" msgstr "Zurück" #: menu/credits.tscn -msgid "undercooked - a game about cooking" -msgstr "undercooked - ein Spiel rund ums Kochen" +msgid "Hurry Curry! - a game about cooking" +msgstr "Hurry Curry! - ein Spiel rund ums Kochen" #: menu/credits.tscn msgid "developed by" diff --git a/client/project.godot b/client/project.godot index d9267dc9..8305554e 100644 --- a/client/project.godot +++ b/client/project.godot @@ -10,7 +10,7 @@ config_version=5 [application] -config/name="undercooked" +config/name="hurrycurry" run/main_scene="res://menu/entry.tscn" config/quit_on_go_back=false config/features=PackedStringArray("4.2", "Forward Plus") diff --git a/client/server.gd b/client/server.gd index f2d23877..3529e7e4 100644 --- a/client/server.gd +++ b/client/server.gd @@ -89,7 +89,7 @@ func get_server_path() -> String: if path != "": return path else: - return "undercooked-server" + return "hurrycurry-server" func get_server_data(): var path: String = Global.get_setting("server_data") |