Commit a471789d authored by limingzhe's avatar limingzhe

fix: start 初始化

parent 3cb9499a
......@@ -68,6 +68,10 @@ var game = cc.Class({
// 生命周期 onLoad
onLoad() {
},
start() {
//初始化游戏
this.initGame()
},
......
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