From ce325c16c0f5d82ed51abd8bd13928a7bc609ba5 Mon Sep 17 00:00:00 2001 From: ClarkeCode <33846391+ClarkeCode@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:14:19 -0500 Subject: Add Music Player (#49) * Adding MusicConductor * Added selectable songs and player visibility toggle * Refinements to the music system * SongInfo compatability with various audio formats * Moved UI reqs to editor description; flipped conditions to exclude music .import files * Made selection of the first music track extension-agnostic * Fixed visual bug with play/pause button when interacting with progress slider --- game/project.godot | 1 + 1 file changed, 1 insertion(+) (limited to 'game/project.godot') diff --git a/game/project.godot b/game/project.godot index d24cbee..ddeddb2 100644 --- a/game/project.godot +++ b/game/project.godot @@ -20,6 +20,7 @@ config/project_settings_override.template="user://settings.cfg" Events="*res://src/Autoload/Events.gd" Resolution="*res://src/Autoload/Resolution.gd" +MusicConductor="*res://src/MusicConductor/MusicConductor.tscn" SoundManager="*res://src/Autoload/SoundManager.gd" Keychain="*res://addons/keychain/Keychain.gd" -- cgit v1.2.3-56-ga3b1