blob: ff77b1a8b276b652ab66cce91ae02e69f4dde5d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
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
|