Update server/src/index.js
This commit is contained in:
@@ -16,8 +16,8 @@ app.use(express.json());
|
|||||||
app.use(cookieParser());
|
app.use(cookieParser());
|
||||||
|
|
||||||
const WORLD = {
|
const WORLD = {
|
||||||
width: 4000,
|
width: 400000,
|
||||||
height: 3000,
|
height: 300000,
|
||||||
gatherRange: 40
|
gatherRange: 40
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user