feat: add walls and borders *
Also fix: getting an object from t_room.objects
This commit is contained in:
parent
ef0941e44f
commit
97097c2529
11 changed files with 113 additions and 29 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ CODE = main error env input timedloop \
|
|||
data_assets data_sprites \
|
||||
display1 display2 display_utils sprite \
|
||||
room room_utils point \
|
||||
object_character object_snas
|
||||
object_character object_snas object_wall
|
||||
LIBRARIES = mlx libtf
|
||||
LIBRARIES_FILES = libtf/libtf.a
|
||||
LIBRARIES_LINK = mlx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue