Fix to move the camera only in the map. The camera stops on the border map.
This commit is contained in:
parent
8c3d62496b
commit
ddc39d6e50
3 changed files with 39 additions and 18 deletions
|
@ -1,5 +1,7 @@
|
|||
const API_URL = process.env.API_URL || "http://api.workadventure.localhost";
|
||||
const RESOLUTION = 2;
|
||||
|
||||
export {
|
||||
API_URL
|
||||
API_URL,
|
||||
RESOLUTION
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue