Skip to content

Commit f7798f9

Browse files
author
linshun
committed
add snow by default
1 parent 9a3e88c commit f7798f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ppt7.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var ppt7 = ppt.extend({
4747
cc.AudioEngine.getInstance().setBackgroundMusicVolume(0.7);
4848
cc.AudioEngine.getInstance().playBackgroundMusic(s_myHeartWillGoOn, true);
4949

50-
/* // Snow
50+
// Snow
5151
this._emitter = cc.ParticleSnow.create();
5252
this.addChild(this._emitter, 10);
5353

@@ -79,7 +79,7 @@ var ppt7 = ppt.extend({
7979
this._emitter.setTexture(cc.TextureCache.getInstance().addImage(s_snow));
8080
this._emitter.setShapeType(cc.PARTICLE_STAR_SHAPE);
8181

82-
//this.setEmitterPosition();*/
82+
//this.setEmitterPosition();
8383

8484

8585
},

0 commit comments

Comments
 (0)