Added progress & major dialog bugfix

This commit is contained in:
2020-05-16 13:22:42 -04:00
parent afde971c17
commit 7528cba7d7
33 changed files with 237 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ var looping : bool = false
func _ready():
main_player = self
bus = "Music"
func play_music(song, loop=true):
var audio_file = "res://Assets/Music/" + song + ".ogg"