mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
added the game
This commit is contained in:
8
Scripts/Parts/ExtraBgm.gd
Normal file
8
Scripts/Parts/ExtraBgm.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
Reference in New Issue
Block a user