Add server screen
This commit is contained in:
parent
89fafeafd3
commit
e2129bbb26
20 changed files with 672 additions and 174 deletions
8
backend/src/default-options.ts
Normal file
8
backend/src/default-options.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { Options } from './options';
|
||||
|
||||
export const defaultOptions: Options = {
|
||||
port: 3000,
|
||||
name: 'Localhost',
|
||||
playerLimit: 16,
|
||||
seed: 51,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue