derive EnemyPhysics module from functor

This commit is contained in:
2025-01-12 23:33:20 +00:00
parent 27fbe1c12e
commit ce7520ce81
3 changed files with 39 additions and 1 deletions

View File

@@ -28,4 +28,5 @@ struct
(* constants for enemy *)
val enemySize = 35
val enemySizeReal: Real32.real = 35.0
val moveEnemyBy = 5
end