future hai 1 ano
pai
achega
b6594ded5c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);