aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenMain.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/Screens/UScreenMain.pas5
1 files changed, 4 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenMain.pas b/Game/Code/Screens/UScreenMain.pas
index 43034912..70916437 100644
--- a/Game/Code/Screens/UScreenMain.pas
+++ b/Game/Code/Screens/UScreenMain.pas
@@ -29,7 +29,7 @@ type
function Draw: boolean; override;
end;
-const Credits_Text: Array[0..46] of PChar = (
+const Credits_Text: Array[0..49] of PChar = (
':SPACE:',
'Main Idea: Corvus 5',
'Thank you very much for this great Game',
@@ -48,6 +48,9 @@ const Credits_Text: Array[0..46] of PChar = (
'Mog:',
'Programming, Graphics',
':SPACE:',
+ 'blindy:',
+ 'VFX Programming',
+ ':SPACE:',
'Mota:',
'Programming, Idea of creating this Mod',
':SPACE:',