This commit is contained in:
2026-02-10 16:59:16 +01:00
parent c2cda6db61
commit df68426fa5
7 changed files with 58 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/25 19:47:02 by aortigos #+# #+# */
/* Updated: 2026/02/10 15:31:25 by aortigos ### ########.fr */
/* Updated: 2026/02/10 16:56:59 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -30,15 +30,17 @@
# define WALL_SIZE 64
# define FOV 60
# define ROTATION_SPEED 0.045
# define PLAYER_SPEED 6
# define PLAYER_SPEED 2.0
# define COLLISION_MARGIN 1
# define ERR_INV_COP "Error: invalid argument\n"
# define ERR_INV_FILE "Error: invalid file\n"
# define ERR_EMPTY_FILE "Error: empty file\n"
# define ERR_MAP_INV "Error: invalid map element\n"
# define ERR_MAP_INV "Error: missing map element\n"
# define ERR_MAP_EMPTY "Error: empty line in the map\n"
# define ERR_MAP_ONE "Error: missing wall\n"
# define ERR_MAP_SPAWN "Error: No player spawn\n"
# define ERR_MAP_DUP "Error: duplicate map element\n"
# define ERR_MAP_RGB "Error: invalid color map [RGB]\n"