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() public static void Credits()
{ {
Console.WriteLine(@" Console.WriteLine(@"-----------------------------------------
-----------------------------------------
Credits Credits
----------------------------------------- -----------------------------------------
Programmer / Project Lead: Matt Nadareski (darksabre76)
Additional code: emuLOAD, @tractivo Programmer / Lead: Matt Nadareski (darksabre76)
Testing: emuLOAD, @tractivo, Kludge, Obiwantje Additional code: emuLOAD, @tractivo
Based on work by: The Wizard of DATz"); Testing: emuLOAD, @tractivo, Kludge, Obiwantje
Based on work by: The Wizard of DATz");
} }
} }
} }