Use ProjectSettings functions instead of hard-coded folder name in tests

This commit is contained in:
Aaron Franke 2025-07-01 11:35:20 -07:00
parent ab6c6eece8
commit 3c5df91a90
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
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");
}