Merge pull request #8610 from akien-mga/project-file-extension
Rename project file to "project.godot"
This commit is contained in:
commit
acaa01dfa7
11 changed files with 62 additions and 45 deletions
|
|
@ -347,7 +347,7 @@ public:
|
|||
|
||||
add_to_project = memnew( CheckButton);
|
||||
add_to_project->set_pressed(true);
|
||||
add_to_project->set_text(TTR("Add to Project (godot.cfg)"));
|
||||
add_to_project->set_text(TTR("Add to Project (project.godot)"));
|
||||
tcomp->add_child(add_to_project);
|
||||
|
||||
file_select = memnew(EditorFileDialog);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue