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
In the first game example from the Phaser docs, the lines which call the stars.children.iterate method need to be changed to stars.children.forEach due to a breaking API change in Phaser 4.
In the first game example from the Phaser docs, the lines which call the
stars.children.iteratemethod need to be changed tostars.children.forEachdue to a breaking API change in Phaser 4.