Skip to content

Commit

Permalink
Update FileBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWalkmanDev committed Jul 19, 2023
1 parent 28c0d3b commit 7caef52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DEMO/Scenes/AdaptiveScene.gd
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ func _on_loop_2_pressed():


func _on_outro_pressed():
#AudioManager.to_outro("Battle")
AudioManager.stop_all()
AudioManager.to_outro("Battle")
#AudioManager.stop_all()
2 changes: 1 addition & 1 deletion addons/AdaptiSound/Singleton/FileBrowser.gd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func files_load(path, extension):
sounds[file_name_key] = load(file_name_to_load)
# print("222[%s]:%s" % [file_name_key,file_name_to_load])
file_name = dir.get_next()
print(sounds)
#print(sounds)
return sounds

else:
Expand Down

0 comments on commit 7caef52

Please sign in to comment.