mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
fix: tweaked movement and rotation values to comply with delta
This commit is contained in:
parent
59b79701d6
commit
11ea82f935
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue