You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
make default extension .tscn
This commit is contained in:
@@ -2121,7 +2121,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
|
|||||||
String existing;
|
String existing;
|
||||||
if (extensions.size()) {
|
if (extensions.size()) {
|
||||||
String root_name(get_edited_scene()->get_name());
|
String root_name(get_edited_scene()->get_name());
|
||||||
existing=root_name+"."+extensions.front()->get().to_lower();
|
existing=root_name+".tscn";//+extensions.front()->get().to_lower();
|
||||||
}
|
}
|
||||||
file->set_current_path(existing);
|
file->set_current_path(existing);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user