Action changes

Action changes

Action changes

Action changes

Actions work

Delete error?

update addons

Test

Test

Fix exports
This commit is contained in:
2020-05-16 20:50:45 -04:00
parent 3dfff8793c
commit c39e44da3a
7 changed files with 13 additions and 55 deletions

View File

@ -9,7 +9,7 @@ func _ready():
func play_music(song, loop=true):
var audio_file = "res://Assets/Music/" + song + ".ogg"
if File.new().file_exists(audio_file):
if load(audio_file):
var track = load(audio_file)
looping = loop
main_player.stream = track