diff --git a/game/default_bus_layout.tres b/game/audio_bus_layout.tres similarity index 100% rename from game/default_bus_layout.tres rename to game/audio_bus_layout.tres diff --git a/game/project.godot b/game/project.godot index e48aab34..5f5fb357 100644 --- a/game/project.godot +++ b/game/project.godot @@ -321,6 +321,10 @@ run/main_scene="res://scenes/Main.tscn" config/icon="res://icon.png" config/version="0.3.8" +[audio] + +default_bus_layout="res://audio_bus_layout.tres" + [autoload] Logger="*res://autoload/Logger.tscn"