fix: faster placeholder waiting time
This commit is contained in:
parent
649bb561da
commit
eb1113064d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ end
|
||||||
|
|
||||||
function FighterParent:update(dt)
|
function FighterParent:update(dt)
|
||||||
counter = counter + dt
|
counter = counter + dt
|
||||||
if (counter > 5) then
|
if (counter > 1) then
|
||||||
counter = 0
|
counter = 0
|
||||||
self:setInactive()
|
self:setInactive()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue