mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-06 03:30:22 -08:00
8 lines
163 B
GDScript
8 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
|