diff options
author | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-06 16:54:45 +0100 |
---|---|---|
committer | Max-001 <maxsmits21@kpnmail.nl> | 2025-01-06 16:54:45 +0100 |
commit | a2d9f875a219d6d1c53784a307b4915cc4e1ee14 (patch) | |
tree | 30500bf55a2a8d3b1995b72675f0321bd364b9ce /game/StartGameScript.cpp | |
parent | c8b1eb57bb373f80be9055baa51fed24e531373e (diff) |
Set volumes
Diffstat (limited to 'game/StartGameScript.cpp')
-rw-r--r-- | game/StartGameScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/StartGameScript.cpp b/game/StartGameScript.cpp index 1a7e3e7..e88b329 100644 --- a/game/StartGameScript.cpp +++ b/game/StartGameScript.cpp @@ -57,7 +57,7 @@ void StartGameScript::fixed_update(crepe::duration_t dt) { AudioSource & background_music = this->get_components_by_name<AudioSource>("background_music").front(); - //background_music.play(true); + background_music.play(true); this->took_jetpack = true; } |