Fix credits formatting

This commit is contained in:
Matt Nadareski
2016-04-18 16:47:59 -07:00
parent f235628780
commit 9213c67392

View File

@@ -131,14 +131,14 @@ Options:
public static void Credits()
{
Console.WriteLine(@"
-----------------------------------------
Console.WriteLine(@"-----------------------------------------
Credits
-----------------------------------------
Programmer / Project Lead: Matt Nadareski (darksabre76)
Additional code: emuLOAD, @tractivo
Testing: emuLOAD, @tractivo, Kludge, Obiwantje
Based on work by: The Wizard of DATz");
Programmer / Lead: Matt Nadareski (darksabre76)
Additional code: emuLOAD, @tractivo
Testing: emuLOAD, @tractivo, Kludge, Obiwantje
Based on work by: The Wizard of DATz");
}
}
}