This commit is contained in:
schmelczerandras 2020-10-25 17:54:45 +01:00
parent a66fa63b4b
commit efa838a2ad
20 changed files with 1691 additions and 368 deletions

View file

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