|
@@ -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);
|