mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-19 12:18:01 +00:00
Merge pull request #8610 from akien-mga/project-file-extension
Rename project file to "project.godot"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user