Added phaser build and hellophaser sample

This commit is contained in:
2014-06-09 21:32:48 -07:00
parent 49f23abbe8
commit 48b5c5714a
856 changed files with 954584 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
The polyfill found in this folder provides ArrayBuffer and DataView support for IE9, required by P2 Physics.
You do not need this polyfill unless:
1) You are using P2 Physics in Phaser AND
2) You need to support IE9 specifically
Ensure the polyfill is required before the Phaser library.