ensingm2/saliengame_idler

High mem- and cpu usage

Zazcallabah opened this issue · 1 comments

This isn't a problem with the script, but rather with the game. On the other hand, it would be nice to not have a laptop that almost overheats while it idly "plays" a browser game.

I solved the problem by simply setting requestAnimationFrame = null in the debugger before pasting the script. It solves the overheating problem, with the downside that the interface no longer updates.

Hopefully (mostly) fixed with #9

Closing issue, feel free to re-open if it's still a problem.