fix: make aerial ennemies lower
This commit is contained in:
parent
487d14dece
commit
eab1b4b456
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ function Ennemy:new(world, x, y, owner)
|
||||||
self.actionPerTurn = 2
|
self.actionPerTurn = 2
|
||||||
self:initSprite()
|
self:initSprite()
|
||||||
if (self.owner.abstract.data.isAerial == true) then
|
if (self.owner.abstract.data.isAerial == true) then
|
||||||
self.z = 16
|
self.z = 10
|
||||||
end
|
end
|
||||||
self.sprHeight = self.owner.abstract.data.hudHeight + 14
|
self.sprHeight = self.owner.abstract.data.hudHeight + 14
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue