update editor & rename 'model' property to 'src'

This commit is contained in:
MihailRis
2025-06-01 23:09:59 +03:00
parent 4333d9ab06
commit 4ff42b94c3
6 changed files with 86 additions and 47 deletions
+3
View File
@@ -192,6 +192,9 @@ std::string EnginePaths::createWriteableDevice(const std::string& name) {
break;
}
}
if (name == "core") {
folder = "res:";
}
if (folder.emptyOrInvalid()) {
throw std::runtime_error("pack not found");
}