From ed8e80138a4def3b4f25c1fbb793ded6698ba208 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 7 Jun 2025 18:59:47 +0200 Subject: shuffle author and constributor lists in about menu --- client/menu/about.gd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/menu/about.gd') 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"), -- cgit v1.3.1