Ver código fonte

注释新手引导

zouyong 5 anos atrás
pai
commit
a0c29323cc
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      assets/script/game/game/Game.ts

+ 4 - 4
assets/script/game/game/Game.ts

@@ -50,10 +50,10 @@ export default class Game extends cc.Component {
         this.initQiPaos();
         this.initQiPaos();
         this.initInfo();
         this.initInfo();
 
 
-        if(gData.gameData.isNewPlayer()){
-            this.initGuide();
-            gData.gameData.setProp(GameProp.newPlayer,0);
-        }
+        // if(gData.gameData.isNewPlayer()){
+        //     this.initGuide();
+        //     gData.gameData.setProp(GameProp.newPlayer,0);
+        // }
     }
     }
 
 
     private initGuide() {
     private initGuide() {