Changed path for sound test

This commit is contained in:
2024-05-30 17:47:49 +02:00
parent d43a1c7df6
commit f0b57981bc
12 changed files with 1402 additions and 4 deletions

View File

@@ -203,7 +203,7 @@ func get_sound_test_song():
progress.max_value = round(stream.get_length())
progress.tick_count = round(stream.get_length() / 60)
make_request(Settings.default_path + "/music/first", play_sound_test_song)
make_request(Settings.default_path + "/music/soundTest", play_sound_test_song)
func sound_test_local():
audio.stream = preload("res://01. Opening.mp3")