diff --git a/addons/zylann.hterrain/tools/texture_editor/set_editor/texture_set_import_editor.gd b/addons/zylann.hterrain/tools/texture_editor/set_editor/texture_set_import_editor.gd index 72dbd43..1f340a9 100644 --- a/addons/zylann.hterrain/tools/texture_editor/set_editor/texture_set_import_editor.gd +++ b/addons/zylann.hterrain/tools/texture_editor/set_editor/texture_set_import_editor.gd @@ -25,9 +25,9 @@ const _compress_names = ["Raw", "Lossless", "Lossy", "VRAM"] # Indexed by HTerrainTextureSet.SRC_TYPE_* constants const _smart_pick_file_keywords = [ - ["albedo", "color", "col", "diffuse"], + ["albedo", "color", "col", "diffuse", "diff"], ["bump", "height", "depth", "displacement", "disp"], - ["normal", "norm", "nrm"], + ["normal", "norm", "nrm", "normalgl", "nor_gl"], ["roughness", "rough", "rgh"] ]