Fix error mapping refresh in back & the end of this feature development
This commit is contained in:
parent
8b9c36e3be
commit
f4af824cf9
21 changed files with 17 additions and 1840 deletions
|
@ -3,11 +3,13 @@ const API_URL = process.env.API_URL || "http://api.workadventure.localhost";
|
|||
const ROOM = [process.env.ROOM || "THECODINGMACHINE"];
|
||||
const RESOLUTION = 3;
|
||||
const ZOOM_LEVEL = 1/*3/4*/;
|
||||
const MAP_FILE_URL = `${API_URL}/map/files`;
|
||||
|
||||
export {
|
||||
DEBUG_MODE,
|
||||
API_URL,
|
||||
RESOLUTION,
|
||||
ZOOM_LEVEL,
|
||||
ROOM
|
||||
ROOM,
|
||||
MAP_FILE_URL
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue