Update AUTHORS and DONORS list
New contributors added to AUTHORS: @hinlopen, @naithar, @rrcore, @SkyLucilfer, @TwistedTwigleg Thanks to all contributors and donors for making Godot possible! --- Also changes to relevant code that parses the DONORS.md to match the new tiers.
This commit is contained in:
parent
ef607b0137
commit
d2d4c1c957
7 changed files with 155 additions and 102 deletions
|
|
@ -155,12 +155,15 @@ EditorAbout::EditorAbout() {
|
|||
List<String> donor_sections;
|
||||
donor_sections.push_back(TTR("Platinum Sponsors"));
|
||||
donor_sections.push_back(TTR("Gold Sponsors"));
|
||||
donor_sections.push_back(TTR("Silver Sponsors"));
|
||||
donor_sections.push_back(TTR("Bronze Sponsors"));
|
||||
donor_sections.push_back(TTR("Mini Sponsors"));
|
||||
donor_sections.push_back(TTR("Gold Donors"));
|
||||
donor_sections.push_back(TTR("Silver Donors"));
|
||||
donor_sections.push_back(TTR("Bronze Donors"));
|
||||
const char *const *donor_src[] = { DONORS_SPONSOR_PLAT, DONORS_SPONSOR_GOLD,
|
||||
DONORS_SPONSOR_MINI, DONORS_GOLD, DONORS_SILVER, DONORS_BRONZE };
|
||||
const char *const *donor_src[] = { DONORS_SPONSOR_PLATINUM, DONORS_SPONSOR_GOLD,
|
||||
DONORS_SPONSOR_SILVER, DONORS_SPONSOR_BRONZE, DONORS_SPONSOR_MINI,
|
||||
DONORS_GOLD, DONORS_SILVER, DONORS_BRONZE };
|
||||
tc->add_child(_populate_list(TTR("Donors"), donor_sections, donor_src, 3));
|
||||
|
||||
// License
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue