Fix npcs
This commit is contained in:
parent
4dd90b9860
commit
271d4ba171
4 changed files with 144 additions and 64 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue