Merge pull request #8610 from akien-mga/project-file-extension

Rename project file to "project.godot"
This commit is contained in:
Rémi Verschelde
2017-05-02 11:32:48 +02:00
committed by GitHub
11 changed files with 62 additions and 45 deletions
+1 -1
View File
@@ -1168,7 +1168,7 @@ void ProjectSettings::_bind_methods() {
ProjectSettings::ProjectSettings(EditorData *p_data) {
singleton = this;
set_title(TTR("Project Settings (godot.cfg)"));
set_title(TTR("Project Settings (project.godot)"));
set_resizable(true);
undo_redo = &p_data->get_undo_redo();
data = p_data;