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
commit 42f06f6d4d
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
6 changed files with 18 additions and 13 deletions

View file

@ -65,6 +65,7 @@ String ProjectSettings::get_resource_path() const {
return resource_path;
}
// This returns paths like "res://.godot/imported".
String ProjectSettings::get_imported_files_path() const {
return get_project_data_path().path_join("imported");
}