Let enemies come out faster.
This commit is contained in:
@ -73,7 +73,7 @@ function newWave()
|
||||
|
||||
local enemy = Ika(player)
|
||||
enemy.introAnimator = gfx.animator.new(
|
||||
10000,
|
||||
5000,
|
||||
startPosition,
|
||||
geom.point.new(350,120)
|
||||
)
|
||||
@ -91,7 +91,7 @@ function newWave()
|
||||
enemy = Ebi()
|
||||
enemy.vector = vector
|
||||
enemy.introAnimator = gfx.animator.new(
|
||||
5000,
|
||||
2500,
|
||||
startPosition,
|
||||
geom.point.new(x,y)
|
||||
)
|
||||
|
Reference in New Issue
Block a user