ile-de-test/addons/zylann.hterrain/tools/util/resource_importer_texture_layered.gd

10 lines
222 B
GDScript3
Raw Normal View History

2023-10-05 18:02:23 +00:00
@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