mirror of
https://github.com/Insality/druid
synced 2025-06-27 18:37:45 +02:00
* improve example gui. Add simple pages * return old progress bar with example * base progress with steps, there is bug with step? 1 ~= 1, small delta? * polish progress, check float error case * add callback on end of "to" function, value check * start of green/red in progress * add first version of rich progress bar * make green bar darker * rich bar fixes * add delay, before filling in rich progress * PR fixes * remove dublicate of 'progress_rich'
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
|
|
}
|
|
}
|