fix: tweaked movement and rotation values to comply with delta

This commit is contained in:
Theo Champion 2025-07-31 14:46:02 +02:00
parent 59b79701d6
commit 11ea82f935

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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