Forces working, collision half way there.

This commit is contained in:
Richard Davey
2013-09-03 17:28:12 +01:00
parent 2fe8a3a0a7
commit a27f6d6562
5 changed files with 322 additions and 5 deletions
+6
View File
@@ -250,6 +250,12 @@ Phaser.Sprite.prototype.update = function() {
}
Phaser.Sprite.prototype.postUpdate = function() {
this.body.postUpdate();
}
Phaser.Sprite.prototype.updateBounds = function() {
// Update the edge points