We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f192e7a commit 704b2ecCopy full SHA for 704b2ec
games/MoonWarriors/src/SparkEffect.js
@@ -5,8 +5,6 @@ var SparkEffect = cc.Class.extend({
5
scale:1.2,
6
duration:0.7,
7
ctor:function () {
8
- this._super();
9
-
10
this.spark1 = cc.Sprite.createWithSpriteFrameName("explode2.png");
11
this.spark1.setBlendFunc(gl.SRC_ALPHA, gl.ONE);
12
this.spark2 = cc.Sprite.createWithSpriteFrameName("explode3.png");
tests/SceneTest/SceneTest.js
@@ -53,7 +53,6 @@ SceneTestLayer1 = cc.Layer.extend({
53
var rotate = cc.RotateBy.create(2, 360);
54
var repeat = cc.RepeatForever.create(rotate);
55
sprite.runAction(repeat);
56
57
//cc.schedule(this.testDealloc);
58
},
59
0 commit comments