Merge pull request #108170 from aaronfranke/test-ps-path-func

Use ProjectSettings path functions instead of hard-coded folder names in tests
This commit is contained in:
Thaddeus Crews
2025-11-17 10:56:31 -06:00
6 changed files with 18 additions and 13 deletions

View File

@ -83,6 +83,7 @@ String EditorPaths::get_debug_keystore_path() const {
#endif
}
// This returns paths like "res://.godot/editor".
String EditorPaths::get_project_settings_dir() const {
return get_project_data_dir().path_join("editor");
}