mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 07:28:14 +00:00
9 lines
163 B
GDScript
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
|