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