mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
dev: improved sprites by creating a create_sprite function
This commit is contained in:
parent
09ff569a31
commit
00e8a73d14
4 changed files with 60 additions and 31 deletions
1
Makefile
1
Makefile
|
|
@ -32,6 +32,7 @@ SOURCEFILES = \
|
|||
src/renderer/render.c \
|
||||
src/sprites/sort_sprites.c \
|
||||
src/sprites/sprite_caster.c \
|
||||
src/sprites/create_sprite.c \
|
||||
|
||||
OBJECTS = $(SOURCEFILES:.c=.o)
|
||||
NAME = cub3d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue