mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Merge remote-tracking branch 'origin/ReverseAnimation' into ReverseAnimation
Conflicts: src/animation/Animation.js typescript/phaser.comments.d.ts typescript/phaser.d.ts
This commit is contained in:
commit
911d345571
1 changed files with 3 additions and 3 deletions
|
@ -670,10 +670,10 @@ Object.defineProperty(Phaser.Animation.prototype, 'paused', {
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Phaser.Animation#isReversed
|
* @name Phaser.Animation#reversed
|
||||||
* @property {boolean} isReversed - Gets and sets the isReversed state of this Animation.
|
* @property {boolean} reversed - Gets and sets the isReversed state of this Animation.
|
||||||
*/
|
*/
|
||||||
Object.defineProperty(Phaser.Animation.prototype, 'isReversed', {
|
Object.defineProperty(Phaser.Animation.prototype, 'reversed', {
|
||||||
|
|
||||||
get: function () {
|
get: function () {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue