|
|
@ -1,4 +1,4 @@
|
|
|
|
/* $Id: help.c,v 1.1 2004/02/07 13:35:28 stpohle Exp $
|
|
|
|
/* $Id: help.c,v 1.2 2004/02/07 13:52:50 stpohle Exp $
|
|
|
|
* Display complex help text and information screen about the game
|
|
|
|
* Display complex help text and information screen about the game
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
@ -96,7 +96,9 @@ void help () {
|
|
|
|
menu_create_image ("pwback", 5, y, 0, gfx.powerup[2].image, &rect);
|
|
|
|
menu_create_image ("pwback", 5, y, 0, gfx.powerup[2].image, &rect);
|
|
|
|
menu_create_image ("kick", 5, y, 1, gfx.field[FT_sp_kick].image, &rect);
|
|
|
|
menu_create_image ("kick", 5, y, 1, gfx.field[FT_sp_kick].image, &rect);
|
|
|
|
menu_create_text ("help", 55, y, 45, 10,
|
|
|
|
menu_create_text ("help", 55, y, 45, 10,
|
|
|
|
"Give you another bomb to drop. Maximum number of bombs is %d.", MAX_BOMBS);
|
|
|
|
"Allowes you to kick some bombs around the level. This will hold "
|
|
|
|
|
|
|
|
"just a short time of %d seconds. The maximum distance you can "
|
|
|
|
|
|
|
|
"kick the bombs is %d fields.", SPECIAL_KICK_TIME, SPECIAL_KICK_MAXDIST);
|
|
|
|
y += 40;
|
|
|
|
y += 40;
|
|
|
|
|
|
|
|
|
|
|
|
menu_create_image ("pwback", 5, y, 0, gfx.powerup[2].image, &rect);
|
|
|
|
menu_create_image ("pwback", 5, y, 0, gfx.powerup[2].image, &rect);
|
|
|
|