소스 검색

Merge branch 'dev' into dev2

smallqiang 5 년 전
부모
커밋
a7ce859c69
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      assets/scripts/game/Game.js

+ 2 - 0
assets/scripts/game/Game.js

@@ -116,6 +116,8 @@ cc.Class({
 
             if (window.tt != undefined) {
                 this.grossNode.getComponent(cc.Widget).top = 60;
+            } else {
+                this.grossNode.getComponent(cc.Widget).isAlignVerticalCenter = true;
             }
         }