mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 18:37:44 +02:00
19 lines
327 B
Plaintext
19 lines
327 B
Plaintext
path_settings {
|
|
path: "**"
|
|
profile: "Default"
|
|
}
|
|
profiles {
|
|
name: "Default"
|
|
platforms {
|
|
os: OS_ID_GENERIC
|
|
formats {
|
|
format: TEXTURE_FORMAT_RGBA
|
|
compression_level: BEST
|
|
compression_type: COMPRESSION_TYPE_DEFAULT
|
|
}
|
|
mipmaps: false
|
|
max_texture_size: 0
|
|
premultiply_alpha: true
|
|
}
|
|
}
|