Files
2025-09-13 16:30:32 +01:00

9 lines
163 B
GDScript

class_name ExtraBGM
extends Node
@export var extra_track: JSON = null
func _ready() -> void:
if Settings.file.audio.extra_bgm == 1:
owner.music = extra_track