This commit is contained in:
Spartan322
2024-11-15 14:24:07 -05:00
143 changed files with 1792 additions and 1101 deletions

View File

@@ -361,6 +361,7 @@ void ScriptCreateDialog::_create_new() {
alert->popup_centered();
return;
}
EditorNode::get_singleton()->ensure_uid_file(lpath);
}
emit_signal(SNAME("script_created"), scr);