瀏覽代碼

Change default extension to .tscn when import 3d scene

volzhs 9 年之前
父節點
當前提交
edf7082326
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/editor/io_plugins/editor_scene_import_plugin.cpp

+ 1 - 1
tools/editor/io_plugins/editor_scene_import_plugin.cpp

@@ -756,7 +756,7 @@ void EditorSceneImportDialog::_import(bool p_and_open) {
 	}
 
 
-	String save_file = save_path->get_text().plus_file(import_path->get_text().get_file().basename()+".scn");
+	String save_file = save_path->get_text().plus_file(import_path->get_text().get_file().basename()+".tscn");
 	print_line("Saving to: "+save_file);