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)
|
||||
counter = counter + dt
|
||||
if (counter > 5) then
|
||||
if (counter > 1) then
|
||||
counter = 0
|
||||
self:setInactive()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue