Skip to content

Commit

Permalink
Merge pull request #32 from Haliris/made_textures
Browse files Browse the repository at this point in the history
Made textures and door animation frames.
  • Loading branch information
Tsunghao-C authored Sep 3, 2024
2 parents 53280c5 + 81f97fb commit d812326
Show file tree
Hide file tree
Showing 44 changed files with 2,346 additions and 5,196 deletions.
148 changes: 148 additions & 0 deletions assets/animations/made_door_frames01.xpm

Large diffs are not rendered by default.

148 changes: 148 additions & 0 deletions assets/animations/made_door_frames02.xpm

Large diffs are not rendered by default.

148 changes: 148 additions & 0 deletions assets/animations/made_door_frames03.xpm

Large diffs are not rendered by default.

147 changes: 147 additions & 0 deletions assets/animations/made_door_frames04.xpm

Large diffs are not rendered by default.

File renamed without changes.
136 changes: 136 additions & 0 deletions assets/debug/debug_door.xpm

Large diffs are not rendered by default.

136 changes: 136 additions & 0 deletions assets/debug/debug_e.xpm

Large diffs are not rendered by default.

136 changes: 136 additions & 0 deletions assets/debug/debug_n.xpm

Large diffs are not rendered by default.

136 changes: 136 additions & 0 deletions assets/debug/debug_s.xpm

Large diffs are not rendered by default.

136 changes: 136 additions & 0 deletions assets/debug/debug_w.xpm

Large diffs are not rendered by default.

392 changes: 0 additions & 392 deletions assets/kat.xpm

This file was deleted.

149 changes: 149 additions & 0 deletions assets/made_door.xpm

Large diffs are not rendered by default.

141 changes: 141 additions & 0 deletions assets/made_door_empty.xpm

Large diffs are not rendered by default.

149 changes: 149 additions & 0 deletions assets/made_wall_e.xpm

Large diffs are not rendered by default.

318 changes: 318 additions & 0 deletions assets/made_wall_n.xpm

Large diffs are not rendered by default.

155 changes: 155 additions & 0 deletions assets/made_wall_s.xpm

Large diffs are not rendered by default.

139 changes: 139 additions & 0 deletions assets/made_wall_w.xpm

Large diffs are not rendered by default.

2,390 changes: 0 additions & 2,390 deletions assets/okan.xpm

This file was deleted.

Binary file added assets/references/42_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/debug_door.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/debug_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/debug_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/debug_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/debug_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/door_fram_ref.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/door_frame2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/door_handle_ref.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/door_handle_ref.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/made_door.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/made_door_empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/made_wall_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/made_wall_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/made_wall_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/references/made_window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,390 changes: 0 additions & 2,390 deletions assets/yohurteb.xpm

This file was deleted.

2 changes: 1 addition & 1 deletion includes/cub3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: jteissie <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/15 00:19:44 by tsuchen #+# #+# */
/* Updated: 2024/09/02 17:23:45 by jteissie ### ########.fr */
/* Updated: 2024/09/02 18:48:43 by jteissie ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down
14 changes: 14 additions & 0 deletions maps/debug.cub
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
NO ./assets/debug/debug_n.xpm
SO ./assets/debug/debug_s.xpm
WE ./assets/debug/debug_w.xpm
EA ./assets/debug/debug_e.xpm
D ./assets/debug/debug_door.xpm

F 220,100,0
C 225,30,0

111111111
100000101
1000N0D01
100000101
111111111
16 changes: 8 additions & 8 deletions maps/subject_test.cub
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
NO ./assets/okan.xpm
SO ./assets/yohurteb.xpm
WE ./assets/yohurteb.xpm
EA ./assets/okan.xpm
D ./assets/kat.xpm
NO ./assets/made_wall_n.xpm
SO ./assets/made_wall_s.xpm
WE ./assets/made_wall_w.xpm
EA ./assets/made_wall_e.xpm
D ./assets/made_door.xpm

F 220,100,0
C 225,30,0
F 64,64,64
C 182,182,182

1111111111111111111111111
1000000000110000000000001
1011000001110000000000001
101100000111000000000 0001
1001000000000000000000001
1111111110110000011100001000000011
100000000011000001110111111111111
Expand Down
14 changes: 0 additions & 14 deletions maps/wall_test.cub

This file was deleted.

2 changes: 1 addition & 1 deletion srcs/game_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: jteissie <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/27 17:03:43 by jteissie #+# #+# */
/* Updated: 2024/09/02 17:25:27 by jteissie ### ########.fr */
/* Updated: 2024/09/03 14:31:12 by jteissie ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down

0 comments on commit d812326

Please sign in to comment.