Updated to latest version of Pixi.js. Lovely new WebGL filters now working happily :)

This commit is contained in:
photonstorm
2013-11-06 04:51:23 +00:00
parent 94d9fa6e77
commit 8b793cd8d7
86 changed files with 3103 additions and 889 deletions
+14 -4
View File
@@ -1,7 +1,13 @@
{
"name": "Phaser",
"version": "1.1.3",
"description": "HTML5 game framework",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey",
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",
"homepage": "http://phaser.io",
"bugs": "https://github.com/photonstorm/phaser/issues",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"repository": {
"type": "git",
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
@@ -10,10 +16,14 @@
"HTML5",
"game",
"canvas",
"2d"
"2d",
"WebGL",
"web audio",
"physics",
"tweens",
"javascript",
"typescript"
],
"author": "Richard Davey",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",