Added: Mines now explode and hurt the player, added new makefile and made more mines spawn on game start.

This commit is contained in:
Foxar
2020-12-10 13:52:45 +01:00
parent 1c9351e5e9
commit e7aa4d13cc
5 changed files with 57 additions and 7 deletions
+1
View File
@@ -6,6 +6,7 @@ EE_OBJS = \
camera.o \
objects/player.o \
objects/collectible.o \
objects/mine.o \
dolphin.o \
main.o