Use actual class names in resource type hints
This commit is contained in:
parent
80a4af1cc7
commit
f7b9703cbd
162 changed files with 377 additions and 377 deletions
|
|
@ -201,7 +201,7 @@ void MultiNodeEdit::_get_property_list(List<PropertyInfo> *p_list) const {
|
|||
}
|
||||
}
|
||||
|
||||
p_list->push_back(PropertyInfo(Variant::OBJECT, "scripts", PROPERTY_HINT_RESOURCE_TYPE, "Script"));
|
||||
p_list->push_back(PropertyInfo(Variant::OBJECT, "scripts", PROPERTY_HINT_RESOURCE_TYPE, Script::get_class_static()));
|
||||
}
|
||||
|
||||
String MultiNodeEdit::_get_editor_name() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue