Added class constructors, fixed Stripshader, added relative Tween example and updated Tween source.

This commit is contained in:
photonstorm
2013-12-30 16:54:00 +00:00
parent fdbdd81b7b
commit ce4cf531d4
59 changed files with 324 additions and 149 deletions
+2
View File
@@ -1621,3 +1621,5 @@ Phaser.Physics.Arcade.prototype = {
}
};
Phaser.Physics.Arcade.prototype.constructor = Phaser.Physics.Arcade;
+2
View File
@@ -626,6 +626,8 @@ Phaser.Physics.Arcade.Body.prototype = {
};
Phaser.Physics.Arcade.Body.prototype.constructor = Phaser.Physics.Arcade.Body;
/**
* @name Phaser.Physics.Arcade.Body#bottom
* @property {number} bottom - The bottom value of this Body (same as Body.y + Body.height)