update main menu
This commit is contained in:
@@ -10,8 +10,8 @@ var current_track_index: int = 0
|
||||
|
||||
func _ready():
|
||||
finished.connect(next_track)
|
||||
if !playlist.is_empty():
|
||||
play_track(0)
|
||||
#if !playlist.is_empty():
|
||||
#play_track(0)
|
||||
|
||||
func play_track(index: int = current_track_index):
|
||||
if playlist.is_empty():
|
||||
|
||||
Reference in New Issue
Block a user