diff options
| author | Ritabrata Das <[email protected]> | 2026-09-13 11:46:52 +0530 |
|---|---|---|
| committer | Ritabrata Das <[email protected]> | 2026-09-13 11:46:52 +0530 |
| commit | 074ca8c4b60bf5ab61be64a971105335c49ce8e8 (patch) | |
| tree | dfbbe640bdc9e790206770324145b570e24ce164 /lib/gameState.hpp | |
| parent | 6488c942e10c7685a1040f6c6ff74a534e72b95c (diff) | |
add music
Diffstat (limited to 'lib/gameState.hpp')
| -rw-r--r-- | lib/gameState.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gameState.hpp b/lib/gameState.hpp index edfedde..659f7e0 100644 --- a/lib/gameState.hpp +++ b/lib/gameState.hpp @@ -12,8 +12,6 @@ constexpr int VIRTUAL_SCREEN_H = 400; constexpr float WEB_RENDER_SCALE = 2.0f; constexpr Vector2 ZERO_VEC = {0,0}; -inline Music g_bgMusic; - enum DialogueState { DIALOGUE_OFF, DIALOGUE_SCROLLING, @@ -113,4 +111,6 @@ struct GameState { bool GameOver = false; float GameOverTime = -1.0f; std::set<int> explored = {}; + + Music BGMusic; }; |
