Roy 5 년 전
부모
커밋
41fa7779f7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      assets/Script/Game/GameSence.js

+ 3 - 3
assets/Script/Game/GameSence.js

@@ -173,7 +173,7 @@ cc.Class({
 
         var endLayerNumLabel = gameOverNode.getChildByName("EndLayerNumLabel");
         endLayerNumLabel.getComponent("cc.Label").string = this.sumScore;
-
+        console.log("bShare: " + this.bShare);
         if (this.bShare) {
             // var endScoreLabel = gameOverNode.getChildByName("ShareNode").getChildByName("EndScoreLabel");
             // endScoreLabel.getComponent("cc.Label").string = this.sumScore;
@@ -191,7 +191,7 @@ cc.Class({
             }
             this.startFinishCount();
         } else {
-            gemeOverNode.getChildByName("OverBg").getComponent("GameOverRank").setMyScore(this.sumScore);
+            
             gameOverNode.getChildByName("EndNode").active = true;
             gameOverNode.getChildByName("ShareNode").active = false;
 
@@ -573,7 +573,7 @@ cc.Class({
     onShieldBtn: function () {
         if (CC_QQPLAY) {
             this.onPauseBtn();
-            
+
             var gameOverNode = this.node.getChildByName("GameOver");
             var countDownLabel = gameOverNode.getChildByName("ShareNode").getChildByName("EndCountDownLabel");
             var isFinish = false;