This commit is contained in:
2023-09-04 22:09:56 -07:00
parent d0ea3eeec1
commit 64f5ec8a5d
19 changed files with 221 additions and 30 deletions

View File

@@ -6,5 +6,8 @@ public partial class FinalLevel : Node3D
{
var finalBossGUI = GetTree().GetFirstNodeInGroup("BossGUI") as Control;
finalBossGUI.Show();
var bgmPlayer = GetTree().Root.GetNode<BGMPlayer>("BgmPlayer");
bgmPlayer.SetBGMFromFilepath("Audio/BGM/lb.wav");
bgmPlayer.PlayBGM();
}
}