Disable audio by default

This commit is contained in:
2024-09-14 16:09:01 -07:00
parent cd8806a9fe
commit 096bcd6168
6 changed files with 69 additions and 45 deletions

View File

@@ -103,7 +103,6 @@ public partial class Game : Node3D, IGame
GameLogic.Start();
GameLogic.Input(new GameLogic.Input.Initialize());
InGameAudio.OverworldBgm.FadeIn();
this.Provide();