reenabled diagonal movement
This commit is contained in:
parent
62d2498e34
commit
dd0744387f
3 changed files with 20 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
const DEBUG_MODE: boolean = !!process.env.DEBUG_MODE || false;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue