From 7bf719d395f244c2d0065fdf12c1922c58a5a01b Mon Sep 17 00:00:00 2001 From: Mew Pur Pur <85438892+MewPurPur@users.noreply.github.com> Date: Tue, 9 Apr 2024 22:56:40 +0300 Subject: [PATCH] Update AppInfo.gd --- AppInfo.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/AppInfo.gd b/AppInfo.gd index 075e083c..76e9c8cb 100644 --- a/AppInfo.gd +++ b/AppInfo.gd @@ -13,6 +13,7 @@ const project_founder_and_manager: Array[String] = ["MewPurPur"] # Translator credentials for each language are taken from their corresponding POT file. const authors: Array[String] = [ + "Aaron Franke (aaronfranke)", "ajreckof", "aladvs", "Alex2782",