This commit is contained in:
schmelczerandras 2020-10-26 16:09:05 +01:00
parent 4dd90b9860
commit 271d4ba171
4 changed files with 144 additions and 64 deletions

View file

@ -3,8 +3,8 @@ import { Options } from './options';
export const defaultOptions: Options = {
port: 3000,
name: 'Test server',
playerLimit: 8,
npcCount: 4,
playerLimit: 16,
npcCount: 8,
seed: 0,
scoreLimit: 500,
worldSize: 8000,