Skip to content

Commit

Permalink
fix: 接口更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim-shop committed May 10, 2023
1 parent a9df0bf commit 3354699
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class EliteEnemy(
speedY: Float,
maxHp: Int,
power: Int,
shootNum: Int,
val propGenerateStrategy: PropGenerateStrategies
) : Enemies(
game = game,
Expand All @@ -22,7 +21,7 @@ class EliteEnemy(
speedY = speedY,
maxHp = maxHp,
power = power,
shootNum = shootNum
shootNum = 1
) {
override val image = game.images.aircraftElite

Expand Down

0 comments on commit 3354699

Please sign in to comment.