camera zoom using scaleManager zooming. WIP

This commit is contained in:
Hanusiak Piotr
2021-12-02 13:20:40 +01:00
parent eb95e2e483
commit ef3a7513e2
6 changed files with 155 additions and 34 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import type { Game } from "../Game/Game";
import { ResizableScene } from "../Login/ResizableScene";
import { HtmlUtils } from "../../WebRtc/HtmlUtils";
class WaScaleManager {
export class WaScaleManager {
private hdpiManager: HdpiManager;
private scaleManager!: ScaleManager;
private game!: Game;