mirror of
				https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
				synced 2025-11-04 08:35:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			139 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			139 B
		
	
	
	
		
			GDScript
		
	
	
	
	
	
extends Node
 | 
						|
 | 
						|
@export_file_path("*.tscn") var destination_scene := ""
 | 
						|
 | 
						|
func _ready() -> void:
 | 
						|
	Level.vine_return_level = destination_scene
 |