Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 481 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 481 Bytes

godot_resource_path

icon

Need portals to other maps? Got a circular dependency? Want to lazy-load resources?

Resource Paths makes it easy to select and load other resources by UID string.

# Specify a valid class name as an export_file argument
@export_file("PackedScene")
var destination_scene: String

screenshot