done getting player's projectiles to collide with enemies successfully, and tested (although the code of the enemy reacting to the player is not the best)

This commit is contained in:
2025-01-11 21:35:55 +00:00
parent 0367b3a23c
commit 75e28b892e
7 changed files with 306 additions and 114 deletions

View File

@@ -17,8 +17,8 @@ fcore/enemy.sml
fcore/game-type.sml
fcore/player.sml
fcore/projectile.sml
fcore/projectile-enemy.sml
fcore/player-enemy.sml
fcore/game-update.sml