|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
/* $Id: help.c,v 1.11 2004/05/20 16:55:30 stpohle Exp $
|
|
|
|
|
/* $Id: help.c,v 1.12 2004/08/30 20:48:36 stpohle Exp $
|
|
|
|
|
* Display complex help text and information screen about the game
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
@ -268,7 +268,7 @@ void help () {
|
|
|
|
|
"Steffen Pohle\n"
|
|
|
|
|
"Patrick Wilczek\n");
|
|
|
|
|
|
|
|
|
|
y = 150;
|
|
|
|
|
y = 140;
|
|
|
|
|
menu_create_label (menu, "Sound/Music:", 5, y, 2, COLOR_yellow);
|
|
|
|
|
y += font[2].size.y;
|
|
|
|
|
menu_create_text (menu, "help", 50, y, 53, 10, COLOR_brown,
|
|
|
|
@ -276,13 +276,13 @@ void help () {
|
|
|
|
|
"Cerror\n"
|
|
|
|
|
"Martijn de Boer\n");
|
|
|
|
|
|
|
|
|
|
y = 250;
|
|
|
|
|
y = 240;
|
|
|
|
|
menu_create_label (menu, "Thanks To:", -1, y, 2, COLOR_yellow);
|
|
|
|
|
y += font[2].size.y;
|
|
|
|
|
menu_create_text (menu, "help", -1, y, 53, 10, COLOR_brown,
|
|
|
|
|
"kitutou(coding/fixing) thaphool(tilesets) ob1kenewb(coding/fixing) "
|
|
|
|
|
"TeKkraT(website,gfx) caccola(tilesets) Digital_D(music) "
|
|
|
|
|
"dcdillon(coding) Psycho(music)");
|
|
|
|
|
"kitutou(coding/fixing), thaphool(tilesets), ob1kenewb(coding/fixing), "
|
|
|
|
|
"TeKkraT(website,gfx), caccola(tilesets), Digital_D(music), "
|
|
|
|
|
"dcdillon(coding), Psycho(music),\nNiklas Sj\xf6sv\xe4rd(music)");
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
else break;
|
|
|
|
|