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:
Oliver Akins 2022-03-13 01:33:38 -06:00
parent 4b12a5a1a0
commit 6e9ff8b751
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
3 changed files with 56 additions and 33 deletions

View file

@ -7,6 +7,7 @@
// Data
export * from "./data/colours";
export * from "./data/spaceships";
export * from "./data/game_options";
// Data Structures
export * from "./types/Colour";