Sfoglia il codice sorgente

注释新手引导

zouyong 5 anni fa
parent
commit
a0c29323cc
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  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.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() {