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:
mcolonna 2024-04-08 15:37:47 +02:00
parent 6ad613d4bb
commit 7ec3eb6841
16 changed files with 103 additions and 23 deletions

View file

@ -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