working with zoom modifier calculating per zone
This commit is contained in:
parent
ddaa81a7ac
commit
37949eda53
4 changed files with 20 additions and 14 deletions
|
@ -1961,10 +1961,6 @@ ${escapedMessage}
|
|||
biggestAvailableAreaStore.recompute();
|
||||
}
|
||||
|
||||
public setZoomModifierTo(value: number): void {
|
||||
waScaleManager.zoomModifier = value;
|
||||
}
|
||||
|
||||
public createSuccessorGameScene(autostart: boolean, reconnecting: boolean) {
|
||||
const gameSceneKey = "somekey" + Math.round(Math.random() * 10000);
|
||||
const game = new GameScene(this.room, this.MapUrlFile, gameSceneKey);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue