|
|
@ -1,4 +1,4 @@
|
|
|
|
/* $Id: help.c,v 1.7 2004/02/08 00:56:01 stpohle Exp $
|
|
|
|
/* $Id: help.c,v 1.8 2004/02/08 00:57:15 stpohle Exp $
|
|
|
|
* Display complex help text and information screen about the game
|
|
|
|
* Display complex help text and information screen about the game
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
@ -279,7 +279,7 @@ void help () {
|
|
|
|
y += font[2].size.y;
|
|
|
|
y += font[2].size.y;
|
|
|
|
menu_create_text ("help", -1, y, 53, 10, COLOR_brown,
|
|
|
|
menu_create_text ("help", -1, y, 53, 10, COLOR_brown,
|
|
|
|
"kitutou(coding/fixing) thaphool(tilesets) ob1kenewb(coding/fixing) "
|
|
|
|
"kitutou(coding/fixing) thaphool(tilesets) ob1kenewb(coding/fixing) "
|
|
|
|
"TeKkraT(website,gfx) caccola(tilesets) Digital_D(music)"
|
|
|
|
"TeKkraT(website,gfx) caccola(tilesets) Digital_D(music) "
|
|
|
|
"dcdillon(coding) Psycho(music)");
|
|
|
|
"dcdillon(coding) Psycho(music)");
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|