We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23cd986 + a1e10a4 commit 5e2699fCopy full SHA for 5e2699f
1 file changed
src/gameobjects/container/Container.js
@@ -28,6 +28,7 @@ var Vector2 = require('../../math/Vector2');
28
* @extends Phaser.GameObjects.Components.BlendMode
29
* @extends Phaser.GameObjects.Components.ComputedSize
30
* @extends Phaser.GameObjects.Components.Depth
31
+ * @extends Phaser.GameObjects.Components.ScrollFactor
32
* @extends Phaser.GameObjects.Components.Transform
33
* @extends Phaser.GameObjects.Components.Visible
34
*
@@ -133,8 +134,6 @@ var Container = new Class({
133
134
*/
135
this._sortKey = '';
136
- this.setScrollFactor(1.0, 1.0);
137
-
138
this.setPosition(x, y);
139
140
this.clearAlpha();
0 commit comments