Improve world creation
This commit is contained in:
parent
dee72440bb
commit
dd21c20b3a
5 changed files with 57 additions and 65 deletions
|
|
@ -3,4 +3,5 @@ export interface Options {
|
|||
name: string;
|
||||
playerLimit: number;
|
||||
seed: number;
|
||||
worldSize: number;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue