Fix to move the camera only in the map. The camera stops on the border map.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
const API_URL = process.env.API_URL || "http://api.workadventure.localhost";
|
||||
const RESOLUTION = 2;
|
||||
|
||||
export {
|
||||
API_URL
|
||||
API_URL,
|
||||
RESOLUTION
|
||||
}
|
||||
Reference in New Issue
Block a user