Skip to content

Add "Quick Load" to property resource (inspector fix)

Rafał Mikrut requested to merge github/fork/xDGameStudios/quick_load into master

Created by: xDGameStudios

With this PR is now possible to quickly load a resource in the inspector (taking advantage of the EditorQuickOpen class).

Using an export:

export(Curve2D) var temp;

We now get a Quick Load entry in the context menu:

captura de ecra 2019-01-12 as 01 54 11

And can easily load the corresponding resource from the project:

captura de ecra 2019-01-12 as 02 55 39

this fixes #24937.

Merge request reports