mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 07:01:20 +00:00
Removed fade tween property
This commit is contained in:
parent
176b9c0fed
commit
36f918c26b
1 changed files with 0 additions and 7 deletions
|
@ -138,13 +138,6 @@ var BaseSound = new Class({
|
||||||
* @property {ISoundMarker} currentMarker
|
* @property {ISoundMarker} currentMarker
|
||||||
*/
|
*/
|
||||||
this.currentMarker = null;
|
this.currentMarker = null;
|
||||||
/**
|
|
||||||
* [description]
|
|
||||||
*
|
|
||||||
* @protected
|
|
||||||
* @property {Phaser.Tween}
|
|
||||||
*/
|
|
||||||
this.fadeTween = null; // TODO see how to use global tween
|
|
||||||
/**
|
/**
|
||||||
* Event dispatches used to handle all sound instance
|
* Event dispatches used to handle all sound instance
|
||||||
* relevant events.
|
* relevant events.
|
||||||
|
|
Loading…
Reference in a new issue