From a97068c12dbbe309a98fd00bd24fdfd5a9cb9012 Mon Sep 17 00:00:00 2001 From: Max-001 Date: Mon, 6 Jan 2025 13:43:15 +0100 Subject: Added looping bool --- game/StartGameScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/StartGameScript.cpp b/game/StartGameScript.cpp index 273666c..466dbce 100644 --- a/game/StartGameScript.cpp +++ b/game/StartGameScript.cpp @@ -52,7 +52,7 @@ void StartGameScript::fixed_update(crepe::duration_t dt) { AudioSource & background_music = this->get_components_by_name("background_music").front(); - background_music.play(); + background_music.play(true); this->took_jetpack = true; } -- cgit v1.2.3