From 23f25572d8f15f23691db9110232389e47accd01 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 12 Feb 2022 20:31:57 +0100 Subject: [PATCH] Rename the default bus layout. --- game/{default_bus_layout.tres => audio_bus_layout.tres} | 0 game/project.godot | 4 ++++ 2 files changed, 4 insertions(+) rename game/{default_bus_layout.tres => audio_bus_layout.tres} (100%) 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"