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
@@ -328,6 +328,8 @@ Phaser.Animation.prototype = {
};
Phaser.Animation.prototype.constructor = Phaser.Animation;
/**
* @name Phaser.Animation#paused
* @property {boolean} paused - Gets and sets the paused state of this Animation.
+2
View File
@@ -311,6 +311,8 @@ Phaser.AnimationManager.prototype = {
};
Phaser.AnimationManager.prototype.constructor = Phaser.AnimationManager;
/**
* @name Phaser.AnimationManager#frameData
* @property {Phaser.FrameData} frameData - The current animations FrameData.
+2
View File
@@ -158,3 +158,5 @@ Phaser.Frame.prototype = {
}
};
Phaser.Frame.prototype.constructor = Phaser.Frame;
+2
View File
@@ -223,6 +223,8 @@ Phaser.FrameData.prototype = {
};
Phaser.FrameData.prototype.constructor = Phaser.FrameData;
/**
* @name Phaser.FrameData#total
* @property {number} total - The total number of frames in this FrameData set.