future 1 年之前
父節點
當前提交
b6594ded5c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      assets/script/game.ts

+ 1 - 0
assets/script/game.ts

@@ -10,6 +10,7 @@ export class game extends Component {
     @property(Node) topLayer;
     @property(Node) waitLayer;
     protected start(): void {
+        
         gameManager.setUiLayer(this.uiLayer);
         gameManager.setTopLayer(this.topLayer);
         gameManager.setWaitLayer(this.waitLayer);