Change default options
This commit is contained in:
parent
0e22f9b33d
commit
a66fa63b4b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@ import { Options } from './options';
|
||||||
|
|
||||||
export const defaultOptions: Options = {
|
export const defaultOptions: Options = {
|
||||||
port: 3000,
|
port: 3000,
|
||||||
name: 'Localhost',
|
name: 'Test server',
|
||||||
playerLimit: 16,
|
playerLimit: 16,
|
||||||
seed: Math.random(),
|
seed: Math.random(),
|
||||||
scoreLimit: 500,
|
scoreLimit: 500,
|
||||||
worldSize: 10000,
|
worldSize: 15000,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue