aboutsummaryrefslogtreecommitdiff
path: root/client/gui/menus/main
diff options
context:
space:
mode:
Diffstat (limited to 'client/gui/menus/main')
-rw-r--r--client/gui/menus/main/about.gd6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/gui/menus/main/about.gd b/client/gui/menus/main/about.gd
index 56887203..95f98d30 100644
--- a/client/gui/menus/main/about.gd
+++ b/client/gui/menus/main/about.gd
@@ -61,6 +61,10 @@ var credits := [
["Dillon Becker", "Super Dialogue Audio Pack V1", cc_by_4],
["Ekrcoaster", "Water steaming on hot surface #2", cc0]
]],
+ [tr("c.credits.other"), [
+ ["Ray Trace", "Nintendo_Switch_Pro_Controller.svg", cc_by_4],
+ ["Amousey", "Curved solid arrow.svg", cc0]
+ ]],
[tr("c.credits.translations"), {
tr("c.settings.ui.language.zh_Hans"): ["Outbreak2096"],
tr("c.settings.ui.language.zh_Hant"): ["hugoalh"],
@@ -117,7 +121,7 @@ func credits_text() -> String:
func legal_text() -> String:
var all: Array[String] = []
var translators: Array[String] = []
- for c in credits[2][1].values():
+ for c in credits[3][1].values():
translators.append_array(c)
translators.shuffle()
authors.shuffle()