diff options
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r-- | inc/cub3d_defines.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index 0c9a294..209d0bc 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -46,6 +46,14 @@ # endif /* +** ====== MOVE SPEED ====== +*/ + +# define FT_MOVE_SPEED 0.1 +# define FT_STRAFE_SPEED 0.05 +# define FT_ROT_SPEED 0.07 + +/* ** ====== SCREEN ====== */ |