aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-19 18:02:23 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-19 18:02:23 +0100
commitddb0b9b44ea3d8454310b6e7111e221f5a6ff14a (patch)
tree82bd8d9a2a0273769a9fdad22e3ce4d2a53ce94e
parentgo merge (diff)
download42-cub3d-ddb0b9b44ea3d8454310b6e7111e221f5a6ff14a.tar.gz
42-cub3d-ddb0b9b44ea3d8454310b6e7111e221f5a6ff14a.tar.bz2
42-cub3d-ddb0b9b44ea3d8454310b6e7111e221f5a6ff14a.tar.xz
42-cub3d-ddb0b9b44ea3d8454310b6e7111e221f5a6ff14a.tar.zst
42-cub3d-ddb0b9b44ea3d8454310b6e7111e221f5a6ff14a.zip
Removed print_list
-rw-r--r--Makefile1
-rw-r--r--inc/cub3d_defines.h4
-rw-r--r--map/map_one.cub2
3 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cc07e31..d7bcdea 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,6 @@ SRCS_NAME += ft_draw_scene.c
SRCS_NAME += ft_basic_keys.c
SRCS_NAME += ft_extra_keys.c
SRCS_NAME += ft_draw_verline.c
-SRCS_NAME += ft_print_list.c
SRCS_NAME += ft_rgb_to_hex.c
SRCS_NAME += ft_raycasting.c
SRCS_NAME += ft_init_s_ray.c
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index 49b559a..9f54dda 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -50,8 +50,8 @@
*/
# define FT_MOVE_SPEED 0.1
-# define FT_STRAFE_SPEED 0.05
-# define FT_ROT_SPEED 0.07
+# define FT_STRAFE_SPEED 0.1
+# define FT_ROT_SPEED 0.09
/*
** ====== SCREEN ======
diff --git a/map/map_one.cub b/map/map_one.cub
index f7fb8d3..9784074 100644
--- a/map/map_one.cub
+++ b/map/map_one.cub
@@ -1,4 +1,4 @@
-R 1080 720
+R 1600 900
NO ./map/img/terre.xpm
SO ./map/img/linus.xpm