1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Reduce chunk size

This commit is contained in:
tobspr
2020-05-19 00:00:13 +02:00
parent 14edac0f93
commit 2968fe3788
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ export const globalConfig = {
maximumTickRate: 500,
// Map
mapChunkSize: 32,
mapChunkSize: 16,
mapChunkPrerenderMinZoom: 1.3,
mapChunkOverviewMinZoom: 0.7,