Ajout des derniers développement #1
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