Add the list of game options to the common module and make the multiplayer lobby begin listening to lobby info events + some style tweaks.
This commit is contained in:
parent
4b12a5a1a0
commit
6e9ff8b751
3 changed files with 56 additions and 33 deletions
|
|
@ -7,6 +7,7 @@
|
|||
// Data
|
||||
export * from "./data/colours";
|
||||
export * from "./data/spaceships";
|
||||
export * from "./data/game_options";
|
||||
|
||||
// Data Structures
|
||||
export * from "./types/Colour";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue