diff --git a/src/consts.h b/src/consts.h index 14395b7..c54b73b 100644 --- a/src/consts.h +++ b/src/consts.h @@ -6,7 +6,7 @@ /* By: kcolin +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/07/17 14:54:36 by kcolin #+# #+# */ -/* Updated: 2025/07/31 11:29:13 by tchampio ### ########.fr */ +/* Updated: 2025/07/31 14:42:33 by tchampio ### ########.fr */ /* */ /* ************************************************************************** */ @@ -19,8 +19,8 @@ # define SIZE 64 # define MAP_SIZE 20 # define RESSOURCE_DIR "ressources" -# define MOVEMENT_SPEED 0.1 -# define ROTATION_SPEED 0.1 +# define MOVEMENT_SPEED 0.0001 +# define ROTATION_SPEED 0.01 # define PLANE_VALUE 0.66 # define TEXTURE_SIZE 64 # ifdef BONUS