Optimize performance

This commit is contained in:
schmelczerandras 2020-10-26 14:18:36 +01:00
parent e4cd3284b7
commit b8ef90c100
31 changed files with 319 additions and 206 deletions

View file

@ -4,7 +4,8 @@ export const defaultOptions: Options = {
port: 3000,
name: 'Test server',
playerLimit: 8,
npcCount: 4,
seed: 0,
scoreLimit: 500,
worldSize: 15000,
worldSize: 8000,
};