Hi,
i have a problem with implementation new version of Phaser.
I downloaded zip from link : https://github.com/photonstorm/phaser
And them copy file Phaser.js to my serwer.
When i run game i have a wrong:
ReferenceError: PIXI is not defined
and:
TypeError: Phaser is undefined
When i try to copy Phaser.js from version v3 i have a wrong:
TypeError: Phaser.Game is not a constructor
Later version working fine, but i try to test new version. Can anyone help?