mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Use ProjectSettings functions instead of hard-coded folder name in tests
This commit is contained in:
parent
ab6c6eece8
commit
3c5df91a90
6 changed files with 18 additions and 13 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue