diff --git a/src/main.c b/src/main.c index 2354a4f..2370730 100644 --- a/src/main.c +++ b/src/main.c @@ -6,7 +6,7 @@ /* By: kcolin +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/07/17 14:14:30 by kcolin #+# #+# */ -/* Updated: 2025/08/20 17:06:37 by tchampio ### ########.fr */ +/* Updated: 2025/09/03 16:32:13 by tchampio ### ########.fr */ /* */ /* ************************************************************************** */ @@ -42,7 +42,7 @@ void draw_points(t_cub3d_data *data) ft_itoa_static(data->player.points, points_str, 11); i = 0; - horizontalpos = 250; + horizontalpos = 170; while (i < (int)ft_strlen(points_str)) { matrix_image_put(data, data->point_figures[points_str[i] - '0'], WIDTH - horizontalpos, HEIGHT / 2);