future 1 éve
szülő
commit
2be07426d2
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      assets/script/game.ts

+ 0 - 1
assets/script/game.ts

@@ -10,7 +10,6 @@ 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);