feat(client_web): dice with dots
This commit is contained in:
parent
37a66f6404
commit
6174bc16e6
4 changed files with 150 additions and 81 deletions
|
|
@ -1,9 +1,12 @@
|
|||
mod board;
|
||||
mod connecting_screen;
|
||||
mod die;
|
||||
mod game_screen;
|
||||
mod login_screen;
|
||||
mod score_panel;
|
||||
|
||||
pub use die::Die;
|
||||
|
||||
pub use connecting_screen::ConnectingScreen;
|
||||
pub use game_screen::GameScreen;
|
||||
pub use login_screen::LoginScreen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue