summaryrefslogtreecommitdiff
path: root/core/project_settings.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-09-28 14:34:39 +0200
committerGitHub <noreply@github.com>2020-09-28 14:34:39 +0200
commit38a4d6da98bbd7a39e9adc442247ad46eaa5c56e (patch)
tree8883081eff05073806729519eeec8751c484d237 /core/project_settings.cpp
parent64d3827b19851e71b61ae144828e0ea8f37b6615 (diff)
parent5fbcd8f9dffe3f505dbda17e52b5bc0339188e94 (diff)
Merge pull request #38607 from aaronfranke/imported-rename
Rename the ".import" folder to ".godot/imported"
Diffstat (limited to 'core/project_settings.cpp')
-rw-r--r--core/project_settings.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/project_settings.cpp b/core/project_settings.cpp
index efe13e740d..90f56694c2 100644
--- a/core/project_settings.cpp
+++ b/core/project_settings.cpp
@@ -53,6 +53,8 @@ String ProjectSettings::get_resource_path() const {
return resource_path;
}
+const String ProjectSettings::IMPORTED_FILES_PATH("res://.godot/imported");
+
String ProjectSettings::localize_path(const String &p_path) const {
if (resource_path == "") {
return p_path; //not initialized yet