ok nvm thats worse

This commit is contained in:
biglyderv 2025-01-03 14:57:25 -05:00
parent 2653fb9297
commit e1d5131789

View file

@ -207,7 +207,7 @@ class Game extends GameBasic {
that.entities.push(new Shooter(false, that))
}
setInterval(function () { that.sync(false) }, 1000 / 30);
setInterval(function () { that.sync(false) }, 1000 / 5);
setInterval(function () { that.sync(true) }, 1000);
setInterval(function () { that.clean() }, 1000);
}