Play tavern music file on login screen

This commit is contained in:
Kelsi 2026-02-05 15:44:42 -08:00
parent 02f8328747
commit b05089aa3f
7 changed files with 71 additions and 0 deletions

View file

@ -37,6 +37,8 @@ public:
*/
bool isAuthenticating() const { return authenticating; }
void stopLoginMusic();
/**
* Get status message
*/
@ -88,6 +90,9 @@ private:
// Background video
bool videoInitAttempted = false;
rendering::VideoPlayer backgroundVideo;
bool musicInitAttempted = false;
bool musicPlaying = false;
};
}} // namespace wowee::ui