Fixes a bad help text
This commit is contained in:
parent
120f8d7ff6
commit
deb4638847
|
@ -103,7 +103,7 @@ static char *how_to_play_tooltip[] = {
|
|||
"HOW TO PLAY", "",
|
||||
"",
|
||||
" NAVIGATION: Use ARROWS or WASD or HJKL to move", "",
|
||||
" Controller: RIGHT STICK or D-PAD", "",
|
||||
" Controller: LEFT STICK or D-PAD", "",
|
||||
"",
|
||||
" ATTACK: Walk into a monster to attack it", "",
|
||||
"",
|
||||
|
|
|
@ -86,7 +86,7 @@ tooltip_create(char **content, Camera *cam)
|
|||
}
|
||||
|
||||
Sprite *sprite = gui_util_create_tooltip_frame_sprite(BOTTOM_GUI_WIDTH/16 - 6,
|
||||
(Uint32) ((rowCount * 9 + 48)/16),
|
||||
(Uint32) ((rowCount * 8 + 48)/16),
|
||||
cam);
|
||||
sprite->pos.x = 48;
|
||||
sprite->pos.y = 48;
|
||||
|
|
Loading…
Reference in New Issue