fix: zoomLevel issue
This commit is contained in:
parent
5277697af6
commit
8e68d60dba
|
@ -58,6 +58,7 @@ export default class Tutorial extends GameLevel {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected goToNextLevel(): void {
|
protected goToNextLevel(): void {
|
||||||
|
this.viewport.setZoomLevel(1);
|
||||||
this.sceneManager.changeToScene(MainMenu);
|
this.sceneManager.changeToScene(MainMenu);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user