This commit is contained in:
2025-12-09 22:01:17 +01:00
parent 7984591228
commit 00c5cd13bf
10 changed files with 29 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
NO assets/textures/backRoom.png NO assets/textures/backRoom3.png
SO assets/textures/backRoom.png SO assets/textures/backRoom3.png
WE assets/textures/backRoom2.png WE assets/textures/backRoom3.png
EA assets/textures/backRoom2.png EA assets/textures/backRoom3.png
C 164,157,79 C 164,157,79
F 136,123,55 F 30,55,55
11111111111111111111111111111 11111111111111111111111111111
10000000001100000000000000001 10000000001100000000000000001

22
assets/maps/map2.cub Normal file
View 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1002 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 920 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 861 KiB

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */ /* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/25 19:47:02 by aortigos #+# #+# */ /* 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 WALL_SIZE 30 // wall size
# define FOV 60 // field of view # define FOV 60 // field of view
# define ROTATION_SPEED 0.045 // rotation speed # define ROTATION_SPEED 0.045 // rotation speed
# define PLAYER_SPEED 4 // player speed # define PLAYER_SPEED 3 // player speed
// ERROR // ERROR