refactor constants out of enemy.sml

This commit is contained in:
2025-01-12 12:53:41 +00:00
parent 9280a12911
commit c4989711df
3 changed files with 24 additions and 13 deletions

View File

@@ -24,4 +24,8 @@ struct
val projectileSize: Real32.real = 9.0
val projectileDistance: Real32.real = 13.0
val projectileSizeInt = 9
(* constants for enemy *)
val enemySize = 35
val enemySizeReal: Real32.real = 35.0
end