add fields to enemy which are relevant to bat's state

This commit is contained in:
2025-02-11 23:54:13 +00:00
parent 3db27a4107
commit 1dc3116b77
3 changed files with 124 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ struct
val enemySize = 35
val enemySizeReal: Real32.real = 35.0
val moveEnemyBy = 3
val batRestLimit = 75
val batRestLimit = 55
val moveProjectileBy = 11
end