mirror of
				https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
				synced 2025-11-04 08:35:41 +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
 |