Added menu music

This commit is contained in:
2026-01-10 16:11:46 +03:00
parent be040a79c0
commit f60db5f34d
6 changed files with 37 additions and 4 deletions
-1
View File
@@ -110,5 +110,4 @@ func _on_sfx_volume_changed(value: float) -> void:
func _on_music_volume_changed(value: float) -> void:
if _play_sound: SoundManager.play_music_stream(SoundManager.ui_stream_select)
SettingsManager.music_volume = floor(value)