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