slight refactoring to help with extensibility of adding enemy variants later

This commit is contained in:
2025-01-14 11:50:27 +00:00
parent 90c29ebe24
commit 0c01b224d0
6 changed files with 187 additions and 133 deletions

View File

@@ -14,12 +14,14 @@ end
fcore/wall.sml
fcore/platform.sml
fcore/enemy-variants.sml
fcore/game-type.sml
fcore/player-patch.sml
fcore/enemy-patch.sml
fcore/physics.sml
fcore/enemy-behaviour.sml
fcore/enemy.sml
fcore/player.sml
fcore/projectile.sml