From dfd5d7a5063f37efb43134caa78ef993e05dad04 Mon Sep 17 00:00:00 2001 From: aortigos Date: Thu, 12 Feb 2026 14:19:51 +0100 Subject: [PATCH] Fixes --- assets/maps/map.cub | 14 +++++++------- includes/cub3d.h | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/maps/map.cub b/assets/maps/map.cub index 88c7da2..8f1cd07 100755 --- a/assets/maps/map.cub +++ b/assets/maps/map.cub @@ -1,14 +1,14 @@ -NO assets/textures/forest.png -SO assets/textures/forest.png -WE assets/textures/forest.png -EA assets/textures/forest.png +NO assets/textures/wallTlou.png +SO assets/textures/wallTlou.png +WE assets/textures/wallTlou.png +EA assets/textures/wallTlou.png C 164,157,79 F 30,55,55 -11111111111111111111111111111 111 -10000000001100000000000000001 101 -10110000011100000010000010001 111 +11111111111111111111111111111 +10000000001100000000000000001 +10110000011100000010000010001 10010000000000000000000010001 10110000011100000010000010001 10000000001100000111011110001 diff --git a/includes/cub3d.h b/includes/cub3d.h index 78aba86..afc770c 100755 --- a/includes/cub3d.h +++ b/includes/cub3d.h @@ -30,7 +30,7 @@ # define WALL_SIZE 64 # define FOV 60 # define ROTATION_SPEED 0.045 -# define PLAYER_SPEED 8 +# define PLAYER_SPEED 4 # define COLLISION_MARGIN 1 # define ERR_INV_COP "Error: invalid argument\n"