Fix to move the camera only in the map. The camera stops on the border map.

This commit is contained in:
gparant 2020-04-06 22:55:09 +02:00
parent 8c3d62496b
commit ddc39d6e50
3 changed files with 39 additions and 18 deletions

View file

@ -1,5 +1,7 @@
const API_URL = process.env.API_URL || "http://api.workadventure.localhost";
const RESOLUTION = 2;
export {
API_URL
API_URL,
RESOLUTION
}