Super-Mario-Bros-Remastered.../Scripts/Classes/Components/CoinHeavenDestinationSetter.gd
2025-09-21 21:29:59 +01:00

6 lines
139 B
GDScript

extends Node
@export_file_path("*.tscn") var destination_scene := ""
func _ready() -> void:
Level.vine_return_level = destination_scene