jjcale Posted February 12, 2017 Share Posted February 12, 2017 Hi, I just started recently coding using Phaser. I noticed, that Phaser downloaded versions are not the same. I downloaded both full and min version from here: http://www.phaser.io/download/stable (interestingly enough, the above connection seems untrusted...) and also from github https://github.com/photonstorm/phaser/tree/v2.6.2/build For phaser.js, I get the following message in the console: phaser.js:36103 Phaser v2.6.2 | Pixi.js | WebGL | WebAudio http://phaser.io ♥♥♥ For phaser.min.js, I get the following message in the console: phaser.min.js:11 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. phaser.min.js:7 Phaser v2.0.1 - WebGL - WebAudio http://phaser.io ♥♥♥ Any idea why phaser.min.js is terribly oudated? Wrong links? Everywhere? I tried downloading the zip and tar.gz files as well. Same thing. Or I am getting something wrong? Where do I get phaser.min.js version 2.6.2? JJ Link to comment Share on other sites More sharing options...
rgk Posted February 13, 2017 Share Posted February 13, 2017 Those files are 2.6.2, are you sure you downloaded it or uploaded it correctly? Also try clearing cache. https://github.com/photonstorm/phaser/blob/v2.6.2/build/phaser.min.js jjcale 1 Link to comment Share on other sites More sharing options...
jjcale Posted February 13, 2017 Author Share Posted February 13, 2017 Yes. Clearing cache in Chrome. That helped. Thank you! JJ Link to comment Share on other sites More sharing options...
Recommended Posts