From 11ea82f935c2a3ddd814b949a4d7c8286dd7e801 Mon Sep 17 00:00:00 2001 From: Theo Champion Date: Thu, 31 Jul 2025 14:46:02 +0200 Subject: [PATCH] fix: tweaked movement and rotation values to comply with delta --- src/consts.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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