mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Optimize draw calls for HTML build, update README
This commit is contained in:
18
example/custom.texture_profiles
Normal file
18
example/custom.texture_profiles
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user