aboutsummaryrefslogtreecommitdiff
path: root/game/addons/zylann.hterrain/tools/util/resource_importer_texture_layered.gd
diff options
context:
space:
mode:
Diffstat (limited to 'game/addons/zylann.hterrain/tools/util/resource_importer_texture_layered.gd')
-rw-r--r--game/addons/zylann.hterrain/tools/util/resource_importer_texture_layered.gd9
1 files changed, 9 insertions, 0 deletions
diff --git a/game/addons/zylann.hterrain/tools/util/resource_importer_texture_layered.gd b/game/addons/zylann.hterrain/tools/util/resource_importer_texture_layered.gd
new file mode 100644
index 0000000..ff77b1a
--- /dev/null
+++ b/game/addons/zylann.hterrain/tools/util/resource_importer_texture_layered.gd
@@ -0,0 +1,9 @@
+@tool
+
+# Stuff not exposed by Godot for making .import files
+
+const COMPRESS_LOSSLESS = 0
+const COMPRESS_LOSSY = 1
+const COMPRESS_VRAM_COMPRESSED = 2
+const COMPRESS_VRAM_UNCOMPRESSED = 3
+const COMPRESS_BASIS_UNIVERSAL = 4