We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3e88c commit f7798f9Copy full SHA for f7798f9
src/ppt7.js
@@ -47,7 +47,7 @@ var ppt7 = ppt.extend({
47
cc.AudioEngine.getInstance().setBackgroundMusicVolume(0.7);
48
cc.AudioEngine.getInstance().playBackgroundMusic(s_myHeartWillGoOn, true);
49
50
- /* // Snow
+ // Snow
51
this._emitter = cc.ParticleSnow.create();
52
this.addChild(this._emitter, 10);
53
@@ -79,7 +79,7 @@ var ppt7 = ppt.extend({
79
this._emitter.setTexture(cc.TextureCache.getInstance().addImage(s_snow));
80
this._emitter.setShapeType(cc.PARTICLE_STAR_SHAPE);
81
82
- //this.setEmitterPosition();*/
+ //this.setEmitterPosition();
83
84
85
},
0 commit comments