WIP: new-cbs #117
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function FighterParent:new(world, x, y, fighterType)
|
||||||
local w, h, d = self:getFighterHitbox()
|
local w, h, d = self:getFighterHitbox()
|
||||||
local z = self:getStartZ()
|
local z = self:getStartZ()
|
||||||
|
|
||||||
FighterParent.super.new(self, world, fighterType, x, y, z, w, h, d, true)
|
FighterParent.super.new(self, world, fighterType, x, y, z, w, h, d, false)
|
||||||
self.defaultDir = self.defaultDir or -1
|
self.defaultDir = self.defaultDir or -1
|
||||||
self:initMovements()
|
self:initMovements()
|
||||||
self:initActions()
|
self:initActions()
|
||||||
|
|
Loading…
Reference in a new issue