deleted cameraManager, use camera follow code instead

This commit is contained in:
kharhamel 2020-04-13 19:56:41 +02:00
parent 33c58874e0
commit 1774594e76
4 changed files with 14 additions and 64 deletions

View file

@ -2,10 +2,12 @@ const DEBUG_MODE: boolean = !!process.env.DEBUG_MODE || false;
const API_URL = process.env.API_URL || "http://api.workadventure.localhost";
const ROOM = [process.env.ROOM || "THECODINGMACHINE"];
const RESOLUTION = 2;
const ZOOM_LEVEL = 3/4;
export {
DEBUG_MODE,
API_URL,
RESOLUTION,
ZOOM_LEVEL,
ROOM
}