fix: faster placeholder waiting time

This commit is contained in:
Kazhnuz 2020-07-19 21:46:17 +02:00
parent 649bb561da
commit eb1113064d

View file

@ -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