6128f1e431
As part of an energy saving measure, we started disabling physics when the character is not moving and enabling physics again only when the character moves. However, we enabled Physics on each frame the characeter was moving. As a result, the Physics system would run several times, slowly slowing the computer down. This fixes this issue by adding a flag to only enable Physics once. |
||
---|---|---|
.. | ||
dist | ||
packages/iframe-api-typings | ||
src | ||
tests/Phaser | ||
.dockerignore | ||
.eslintrc.json | ||
.gitignore | ||
Dockerfile | ||
jasmine.json | ||
LICENSE.txt | ||
package.json | ||
templater.sh | ||
tsconfig.json | ||
webpack.config.ts | ||
yarn.lock |