Commit e9e05281 authored by Lwd's avatar Lwd

aaaa

parent f1363a3b
...@@ -116,8 +116,13 @@ var game = cc.Class({ ...@@ -116,8 +116,13 @@ var game = cc.Class({
//初始化界面 //初始化界面
this.UpdataUi(); this.UpdataUi();
//初始化游戏
this.initGame(); //播放游戏开始音效
g.speaker.inst.play_start();
//游戏开始
g.game.inst.gameStart();
//清除线 //清除线
this.clearLine(); this.clearLine();
}, },
......
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