progress detecting collision between enemy and player's projectile, and decrementing enemy's health once detected

This commit is contained in:
2025-01-11 13:45:29 +00:00
parent df0926195d
commit 0367b3a23c
7 changed files with 100 additions and 32 deletions

View File

@@ -18,6 +18,7 @@ fcore/game-type.sml
fcore/player.sml
fcore/projectile-enemy.sml
fcore/player-enemy.sml
fcore/game-update.sml