Update server/src/index.js

This commit is contained in:
2025-11-13 16:22:49 +00:00
parent 1cd7f48960
commit 699ee2f9a4

View File

@@ -16,8 +16,8 @@ app.use(express.json());
app.use(cookieParser());
const WORLD = {
width: 4000,
height: 3000,
width: 400000,
height: 300000,
gatherRange: 40
};