diff options
-rw-r--r-- | client/menu/about.gd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/menu/about.gd b/client/menu/about.gd index 91244b1e..339931e7 100644 --- a/client/menu/about.gd +++ b/client/menu/about.gd @@ -80,7 +80,9 @@ func _menu_cover(state): func credits_text() -> String: var text = "[center]" - + authors.shuffle() + contributors.shuffle() + text += "\n\n\n[b]%s[/b]\n\n%s\n\n[b]%s[/b]\n\n%s\n\n[b]%s[/b]\n\n\n" % [ tr("c.credits.title"), tr("c.credits.developed_by"), |