a little bit of refactoring

This commit is contained in:
2025-01-11 21:58:34 +00:00
parent 75e28b892e
commit 8498eacde2
5 changed files with 89 additions and 103 deletions

View File

@@ -247,8 +247,8 @@ struct
(* temp *)
val pelletVec = Player.getPelletVec (#player game, width, height)
val projectileVec =
Player.getProjectileVec (#player game, width, height)
val projectileVec =
Projectile.getProjectileVec (#player game, width, height)
val fieldVec = Vector.concat [pelletVec, projectileVec, fieldVec]
val shellState = uploadWall (shellState, wallVec)