mirror of
https://github.com/wassname/phaser.git
synced 2026-08-07 11:26:10 +08:00
* Removed the callbackContext parameter from Group.callAll because it's no longer needed.
* Updated Group.forEach, forEachAlive and forEachDead so you can now pass as many parameters as you want, which will all be given to the callback after the child. * Updated build script so it can be run from the command-line and includes UMD wrappers (thanks iaincarsberg)
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "Phaser",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.7",
|
||||
"description": "html5 game framework",
|
||||
"main": "index.js",
|
||||
"main": "build/phaser.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user