Commit 1a3befea authored by wjf's avatar wjf

l

parent 34df0cb5
...@@ -194,7 +194,7 @@ export class GameOverPanel extends Panel { ...@@ -194,7 +194,7 @@ export class GameOverPanel extends Panel {
// 修改Tool里的数据 // 修改Tool里的数据
Tool.globalData.gameObj = data; Tool.globalData.gameObj = data;
var playScene: PlayScene = getCurrentScene(); var playScene: PlayScene = getCurrentScene();
// playScene.resetGame(res.unlockGrade)//代加参数,方法 playScene.resetGame()
//修改道具数量 //修改道具数量
GDispatcher.dispatchEvent("updateProp", data.bombCount, data.exchangeCount, data.netCount) GDispatcher.dispatchEvent("updateProp", data.bombCount, data.exchangeCount, data.netCount)
} }
......
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