FantasyUFG 4 lat temu
rodzic
commit
53143956ba
2 zmienionych plików z 2 dodań i 10 usunięć
  1. 2 2
      assets/scene/Game.fire
  2. 0 8
      assets/script/Game/Ui/UiController.js

+ 2 - 2
assets/scene/Game.fire

@@ -498,7 +498,7 @@
         "__id__": 517
       }
     ],
-    "_active": false,
+    "_active": true,
     "_components": [
       {
         "__id__": 563
@@ -952,7 +952,7 @@
         "__id__": 178
       }
     ],
-    "_active": true,
+    "_active": false,
     "_components": [
       {
         "__id__": 218

+ 0 - 8
assets/script/Game/Ui/UiController.js

@@ -58,15 +58,7 @@ cc.Class({
         this.init();
         this.Role_Head_Event();
         this.interface_info = cc.find("Canvas/Interface_Info").getComponent('Interface_Info');
-        let i = 5;
-        this.schedule(function() {
-            if (i == 0) return;
-            else {
-                i--;
-                this.interface_info.creatorgird();
-            }
 
-        }, 0.5);
 
 
     },