mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
Play tavern music file on login screen
This commit is contained in:
parent
8c3aa6542e
commit
205db7d3b6
7 changed files with 71 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue