Input Component done and new Button object done and included. Also finished the build script.

This commit is contained in:
Richard Davey
2013-09-09 00:30:44 +01:00
parent 50624c1552
commit 9b6c819e0e
16 changed files with 26055 additions and 29119 deletions
+5
View File
@@ -79,5 +79,10 @@ Phaser.GameObjectFactory.prototype = {
},
button: function (x, y, key, callback, callbackContext, overFrame, outFrame, downFrame) {
return this.world.add(new Phaser.Button(this.game, x, y, key, callback, callbackContext, overFrame, outFrame, downFrame));
},
};