blob: 45309a97452396c1fe04fd5db6e45d276d55df3e [file]
{
"name": "ImageAsset",
"key": {
"int": 105,
"string": "imageasset"
},
"extends": "assets/drawable_asset.json",
"properties": {
"format": {
"type": "uint",
"initialValue": "0",
"key": {
"int": 241,
"string": "format"
},
"description": "Image format we want to use for this assets's mutations",
"runtime": false
},
"quality": {
"type": "double",
"initialValue": "0.75",
"key": {
"int": 242,
"string": "quality"
},
"description": "Quality percentage for this image mutation",
"runtime": false
},
"mips": {
"type": "bool",
"initialValue": "false",
"key": {
"int": 1013,
"string": "mips"
},
"description": "Whether to generate a full mip chain. Applies to GPU-compressed formats (BC7/ASTC/ETC2).",
"runtime": false
},
"astcBlockSize": {
"type": "uint",
"initialValue": "0",
"key": {
"int": 1030,
"string": "astcblocksize"
},
"description": "ASTC block-size index when format == astc. 0=4x4, 1=6x6, 2=8x8, 3=12x12. Ignored for non-ASTC formats.",
"runtime": false
}
}
}