feat: add exit (without game over screen) *
also: - fix: walk_through's prototype - misc: remove ketchup debug thing - dev: rename room_patch -> room_fromfile3
This commit is contained in:
parent
6ad613d4bb
commit
7ec3eb6841
16 changed files with 103 additions and 23 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ CODE = $(addprefix main/, \
|
|||
) \
|
||||
$(addprefix room/, \
|
||||
visual room1 room2 room_utils1 room_utils2 \
|
||||
object_character object_snas object_wall object_ketchup \
|
||||
object_character object_snas object_wall object_ketchup object_exit \
|
||||
) \
|
||||
utils/point
|
||||
LIBRARIES = mlx libtf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue