Removing RESOLUTION and ZOOM_LEVEL settings: they are no more needed or supported

This commit is contained in:
David Négrier 2021-05-05 17:11:03 +02:00
parent 7ae66a63a4
commit 3751b0e2bc
3 changed files with 1 additions and 6 deletions

View file

@ -10,7 +10,6 @@ import { getAllCompanionResources } from "../Companion/CompanionTexturesLoadingM
import {touchScreenManager} from "../../Touch/TouchScreenManager";
import {PinchManager} from "../UserInput/PinchManager";
import { MenuScene } from "../Menu/MenuScene";
import { RESOLUTION } from "../../Enum/EnvironmentVariable";
export const SelectCompanionSceneName = "SelectCompanionScene";