Skip to content

Commit

Permalink
textures are working here
Browse files Browse the repository at this point in the history
  • Loading branch information
ys-zm committed Jan 15, 2024
1 parent 10b2c2e commit bbb7b2f
Show file tree
Hide file tree
Showing 48 changed files with 1,404 additions and 11,904 deletions.
Binary file added .DS_Store
Binary file not shown.
23 changes: 7 additions & 16 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ endif

NAME := app
RUN_CMD := ./$(NAME) test_maps/valid.cub
# RUN_CMD := ./$(NAME) test_maps/small.cub

# CFLAGS += -Wall -Wextra -Werror
CFLAGS += -Wall -Wextra
Expand All @@ -28,7 +27,6 @@ IFLAGS := -Ilibft/include -Iinclude -IMLX42/include
SRC_DIR := src

SRCS = parser/check_elements.c \
parser/check_walls.c \
parser/parse_elements.c \
parser/parse_map.c \
parser/check_map.c \
Expand All @@ -39,23 +37,16 @@ SRCS = parser/check_elements.c \
parser/utils_two.c \
utils/error.c \
utils/free.c \
utils/vec2d_utils.c \
utils/colors.c \
game/game.c \
game/draw.c \
game/keys.c \
game/player.c \
game/raycaster.c \
game/render_minimap.c \
game/render_viewport.c \
game/font/font_renderer.c \
renderer/pixel_picker.c \
vector/vec2i.c \
vector/vec2d.c \
vector/vec_utils.c \
cub3d.c \
test_utils.c \
game.c \
draw.c \
test_utils.c \
timer.c \
set_textures.c
keys.c \
player.c \
raycaster.c

HEADER_DIR := include
HEADERS := meta.h \
Expand Down
Loading

0 comments on commit bbb7b2f

Please sign in to comment.