gullskatten/beardblaster

Replace selected screens with dialog widgets

Closed this issue · 0 comments

Some of our screens are better suited implemented as dialog widgets, for example:

  • LoginScreen -> LoginDialog handled by LoginMenuScreen
  • RegisterScreen -> RegisterDialog handled by LoginMenuScreen

The same might be applicable for creating and joining battles.