diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-07 18:59:47 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-07 18:59:47 +0200 |
commit | ed8e80138a4def3b4f25c1fbb793ded6698ba208 (patch) | |
tree | 210926e396c33c37d30e4f95be47914e3481f442 | |
parent | bd054a7a894d03c34ff22fc697cf4deed70f6d64 (diff) | |
download | hurrycurry-ed8e80138a4def3b4f25c1fbb793ded6698ba208.tar hurrycurry-ed8e80138a4def3b4f25c1fbb793ded6698ba208.tar.bz2 hurrycurry-ed8e80138a4def3b4f25c1fbb793ded6698ba208.tar.zst |
shuffle author and constributor lists in about menu
-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"), |