Changed path for sound test
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user