Fixes
@@ -1,10 +1,10 @@
|
||||
NO assets/textures/backRoom.png
|
||||
SO assets/textures/backRoom.png
|
||||
WE assets/textures/backRoom2.png
|
||||
EA assets/textures/backRoom2.png
|
||||
NO assets/textures/backRoom3.png
|
||||
SO assets/textures/backRoom3.png
|
||||
WE assets/textures/backRoom3.png
|
||||
EA assets/textures/backRoom3.png
|
||||
|
||||
C 164,157,79
|
||||
F 136,123,55
|
||||
F 30,55,55
|
||||
|
||||
11111111111111111111111111111
|
||||
10000000001100000000000000001
|
||||
|
||||
22
assets/maps/map2.cub
Normal file
@@ -0,0 +1,22 @@
|
||||
NO assets/textures/backRoom3.png
|
||||
SO assets/textures/backRoom3.png
|
||||
WE assets/textures/backRoom3.png
|
||||
EA assets/textures/backRoom3.png
|
||||
|
||||
C 164,157,79
|
||||
F 30,55,55
|
||||
|
||||
111111111111111111111111111
|
||||
100000000011100000000000001
|
||||
101100000111110000000000001
|
||||
100100000001000000N00000111
|
||||
111111111011000001110000000000001
|
||||
100000000011000001110111110111111
|
||||
11110111111111011100000010001
|
||||
11110111111111011101010010001
|
||||
11000000110101011100000010001
|
||||
10000000000000001100000010001
|
||||
10000000000000001101010010001
|
||||
1100000111010101111101111000111
|
||||
11110111 10110101 11111010001
|
||||
11111111 1111111 111111111111
|
||||
|
Before Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 366 KiB |
BIN
assets/textures/backRoom3.png
Normal file
|
After Width: | Height: | Size: 98 KiB |
|
Before Width: | Height: | Size: 673 KiB |
|
Before Width: | Height: | Size: 1002 KiB |
|
Before Width: | Height: | Size: 920 KiB |
|
Before Width: | Height: | Size: 861 KiB |
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/11/25 19:47:02 by aortigos #+# #+# */
|
||||
/* Updated: 2025/12/09 18:49:27 by aortigos ### ########.fr */
|
||||
/* Updated: 2025/12/09 21:48:51 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
# define WALL_SIZE 30 // wall size
|
||||
# define FOV 60 // field of view
|
||||
# define ROTATION_SPEED 0.045 // rotation speed
|
||||
# define PLAYER_SPEED 4 // player speed
|
||||
# define PLAYER_SPEED 3 // player speed
|
||||
|
||||
// ERROR
|
||||
|
||||
|
||||