mirror of
https://github.com/wassname/phaser.git
synced 2026-07-08 00:10:32 +08:00
Forces working, collision half way there.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user