Add a random-ish contributor list to credit screen
authorPerttu Ahola <celeron55@gmail.com>
Fri, 20 Jul 2012 23:56:50 +0000 (02:56 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 21 Jul 2012 00:14:58 +0000 (03:14 +0300)
src/guiMainMenu.cpp

index 8517d2723ce989625216c09a8c673f8176fb84a5..cdf1bc7d5690b9f76c9e1bc1cfc8089f526c67f4 100644 (file)
@@ -586,14 +586,14 @@ void GUIMainMenu::regenerateGui(v2u32 screensize)
                        t->setTextAlignment(gui::EGUIA_CENTER, gui::EGUIA_CENTER);
                }
                {
-                       core::rect<s32> rect(0, 0, 620, 250);
-                       rect += m_topleft_client + v2s32(130+14, 50+35);
+                       core::rect<s32> rect(0, 0, 454, 250);
+                       rect += m_topleft_client + v2s32(110, 50+35);
                        Environment->addStaticText(narrow_to_wide(
                        "Minetest-c55 " VERSION_STRING "\n"
                        "http://minetest.net/\n"
                        "\n"
                        "by Perttu Ahola <celeron55@gmail.com>\n"
-                       "and contributors"
+                       "and contributors: tango_, kahrl (kaaaaaahrl?), erlehmann (the hippie), SpeedProg, JacobF (sqlite worlds), teddydestodes, marktraceur, darkrose, Jonathan Neuschäfer (who the hell?), Felix Krausse (broke liquids, IIRC), sfan5... and >10 more random people."
                        ).c_str(), rect, false, true, this, -1);
                }
        }