You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Astonishingly, the game's performance seems to have degraded since the last release. Possible reasons include upgrading to the latest Phaser version, the adoption of some ES6 features, or the change of some code constructs. Specifically, the game uses forEach instead of simple for loops in some places, which has been reported to yield worse performance in some contexts.
The text was updated successfully, but these errors were encountered:
Astonishingly, the game's performance seems to have degraded since the last release. Possible reasons include upgrading to the latest Phaser version, the adoption of some ES6 features, or the change of some code constructs. Specifically, the game uses
forEach
instead of simplefor
loops in some places, which has been reported to yield worse performance in some contexts.The text was updated successfully, but these errors were encountered: