diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-21 19:36:09 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-21 19:36:09 +0100 |
commit | 06ad364a0dad99bc330ac5d4ec64cc6d44bbed25 (patch) | |
tree | 71c34fe71bf31b91941122a1a3ceccedf47ad8e6 /inc/cub3d_defines.h | |
parent | Makefile update (diff) | |
parent | add threaded music (diff) | |
download | 42-cub3d-06ad364a0dad99bc330ac5d4ec64cc6d44bbed25.tar.gz 42-cub3d-06ad364a0dad99bc330ac5d4ec64cc6d44bbed25.tar.bz2 42-cub3d-06ad364a0dad99bc330ac5d4ec64cc6d44bbed25.tar.xz 42-cub3d-06ad364a0dad99bc330ac5d4ec64cc6d44bbed25.tar.zst 42-cub3d-06ad364a0dad99bc330ac5d4ec64cc6d44bbed25.zip |
Merge branch 'sprites' of gitlab.com into sprites
Diffstat (limited to 'inc/cub3d_defines.h')
-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 9f54dda..f591f14 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -49,7 +49,7 @@ ** ====== MOVE SPEED ====== */ -# define FT_MOVE_SPEED 0.1 +# define FT_MOVE_SPEED 0.3 # define FT_STRAFE_SPEED 0.1 # define FT_ROT_SPEED 0.09 |