This commit is contained in:
luboslenco
2024-03-22 14:17:49 +01:00
parent 85b64c0343
commit 767474c934
53 changed files with 2517 additions and 2438 deletions
+2 -2
View File
@@ -91,9 +91,9 @@ function export_texture_run(path: string, bake_material: bool = false) {
///end
///if krom_ios
console_info(tr("Textures exported") + " ('Files/On My iPad/" + manifest_title + "')");
console_info(tr("Textures exported") + " (\"Files/On My iPad/" + manifest_title + "\")");
///elseif krom_android
console_info(tr("Textures exported") + " ('Files/Internal storage/Pictures/" + manifest_title + "')");
console_info(tr("Textures exported") + " (\"Files/Internal storage/Pictures/" + manifest_title + "\")");
///else
console_info(tr("Textures exported"));
///end