mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Create .uid file when creating new Resource
This commit is contained in:
parent
cb411fa960
commit
28e5b213ae
4 changed files with 21 additions and 0 deletions
|
@ -359,6 +359,7 @@ void ScriptCreateDialog::_create_new() {
|
|||
alert->popup_centered();
|
||||
return;
|
||||
}
|
||||
EditorNode::get_singleton()->ensure_uid_file(lpath);
|
||||
}
|
||||
|
||||
emit_signal(SNAME("script_created"), scr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue