diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-02-28 10:57:51 +0100 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-02-28 10:57:51 +0100 |
commit | 859f84a4c6819e91d38b1cacdc39d94a7df71969 (patch) | |
tree | 637805150f4641fd0eb11b8f3c0e9b6cf58bf8a1 /inc | |
parent | only one floating sprite, one line / 2 correct, start and end seems flawed (diff) | |
download | 42-cub3d-859f84a4c6819e91d38b1cacdc39d94a7df71969.tar.gz 42-cub3d-859f84a4c6819e91d38b1cacdc39d94a7df71969.tar.bz2 42-cub3d-859f84a4c6819e91d38b1cacdc39d94a7df71969.tar.xz 42-cub3d-859f84a4c6819e91d38b1cacdc39d94a7df71969.tar.zst 42-cub3d-859f84a4c6819e91d38b1cacdc39d94a7df71969.zip |
on est al
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d_defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index c4be489..e201228 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -49,7 +49,7 @@ ** ====== MOVE SPEED ====== */ -# define FT_MOVE_SPEED 0.2 +# define FT_MOVE_SPEED 0.1 # define FT_STRAFE_SPEED 0.1 # define FT_ROT_SPEED 0.09 |