Update credits ;)

This commit is contained in:
John Michael Gross
2016-10-18 08:54:11 -07:00
parent 23b261e595
commit 7d51ac9295

View File

@@ -44,7 +44,12 @@ namespace Piston.Client
}
//Add myself to the credits because I'm awesome.
var credits = new MyCreditsDepartment("Piston Developed By") { Persons = new List<MyCreditsPerson> { new MyCreditsPerson("JIMMACLE") } };
var credits = new MyCreditsDepartment("Piston Developed By") { Persons = new List<MyCreditsPerson>
{
new MyCreditsPerson("JIMMACLE"),
new MyCreditsPerson("REXXAR"),
new MyCreditsPerson("PHOENIXTHESAGE")
} };
MyPerGameSettings.Credits.Departments.Add(credits);
SpaceEngineersGame.SetupBasicGameInfo();