Add select player in login page

This commit is contained in:
gparant 2020-05-04 01:48:14 +02:00
parent b65e37c468
commit 58a1a8a3c9
4 changed files with 86 additions and 15 deletions

View file

@ -1,7 +1,7 @@
const DEBUG_MODE: boolean = process.env.DEBUG_MODE as any === true;
const API_URL = process.env.API_URL || "http://api.workadventure.localhost";
const ROOM = [process.env.ROOM || "THECODINGMACHINE"];
const RESOLUTION = 4;
const RESOLUTION = 3;
const ZOOM_LEVEL = 1/*3/4*/;
export {