Fixes a bad help text

This commit is contained in:
Linus Probert 2018-10-24 22:24:53 +02:00
parent 120f8d7ff6
commit deb4638847
2 changed files with 2 additions and 2 deletions

View File

@ -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", "",
"",

View File

@ -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;