Make Create New Node dialog resizable and burninate old dialog

This commit is contained in:
Ray Koopa 2017-03-16 21:58:45 +01:00
parent 3ceefab232
commit c0c4ba4e94
6 changed files with 35 additions and 315 deletions

View file

@ -2294,7 +2294,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
#endif
case RESOURCE_NEW: {
create_dialog->popup(true);
create_dialog->popup_create(true);
} break;
case RESOURCE_LOAD: {