mirror of
https://github.com/wassname/phaser.git
synced 2026-08-04 13:14:14 +08:00
Added class constructors, fixed Stripshader, added relative Tween example and updated Tween source.
This commit is contained in:
@@ -1621,3 +1621,5 @@ Phaser.Physics.Arcade.prototype = {
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Phaser.Physics.Arcade.prototype.constructor = Phaser.Physics.Arcade;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user