/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Data/Plugins/RmlUiPlugin/rmlui-default/progress.rcss
19 строк
348 B
Jan Krassnigg
ezPluginBundles can now configure their own data directories to use (#1985)
13 июл 2026, 10:40
Не верифицирован
13 июл 2026, 10:40
2fe8e9b
Код
Авторство
О чём код?
/* Styles for progress bar and gauge elements. */ progress { display: block; decorator: tiled-horizontal(progress-l, progress-c, progress-r); } progress fill { decorator: tiled-horizontal(progress-fill-l, progress-fill-c, progress-fill-r); } gauge { display: block; decorator: image(gauge); } gauge fill { decorator: image(gauge-fill); }