Adjust scoreboard text positioning

This commit is contained in:
whaffman 2025-06-10 21:40:48 +02:00
parent d337a5bd1a
commit eebd39fcba

View File

@ -6,7 +6,7 @@
/* By: whaffman <whaffman@student.codam.nl> +#+ */
/* +#+ */
/* Created: 2025/06/03 16:20:35 by qmennen #+# #+# */
/* Updated: 2025/06/10 16:20:56 by whaffman ######## odam.nl */
/* Updated: 2025/06/10 21:39:35 by whaffman ######## odam.nl */
/* */
/* ************************************************************************** */
@ -56,7 +56,7 @@ static void draw_scoreboard(t_game_manager *manager)
if (s_text)
draw_score_line(game->screen->mlx, &game->scoreboard->texts[i],
s_text, (t_vec2_int){350,
game->screen->height / 2 - 150 + i * 50});
game->screen->height / 2 - 100 + i * 30});
}
}