Commit 20356b0b authored by 李维's avatar 李维

速度加倍,添加背景音乐

parent 4b19ce71
{
"ver": "2.0.1",
"uuid": "447fb044-c392-4f45-af94-8aea24132366",
"downloadMode": 0,
"duration": 15.836,
"subMetas": {}
}
\ No newline at end of file
This diff is collapsed.
...@@ -371,7 +371,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -371,7 +371,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
//左往右 //左往右
item.y = pos[id];// -1300 / 2 + Math.random() * 1300; item.y = pos[id];// -1300 / 2 + Math.random() * 1300;
item.x = 1400;// item.x = 1400;//
cc.tween(item).to(this.isSpeedUp ? 4 : 6, { x: -1400 }).call(() => { cc.tween(item).to(this.isSpeedUp ? 2 : 3, { x: -1400 }).call(() => {
data.fish.isOut = FISH_OUT.OUT; data.fish.isOut = FISH_OUT.OUT;
this.viewFishs = this.viewFishs.filter(v => v.id != data.id); this.viewFishs = this.viewFishs.filter(v => v.id != data.id);
}).start(); }).start();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment