Ajout des derniers développement #1

Merged
kazhnuz merged 68 commits from chronicles-cbs into master 2020-08-02 11:14:18 +02:00
Showing only changes of commit eb1113064d - Show all commits

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