Files
NixOS-configs/modules/wallpaper-engine/effects/opacity/effect.json
2025-02-07 17:04:43 -06:00

20 lines
433 B
JSON

{
"version" : 1,
"replacementkey" : "opacity",
"name" : "ui_editor_effect_opacity_title",
"description" : "ui_editor_effect_opacity_description",
"group" : "colorize",
"preview" : "preview/project.json",
"passes" :
[
{
"material" : "materials/effects/opacity.json"
}
],
"dependencies" :
[
"materials/effects/opacity.json",
"shaders/effects/opacity.frag",
"shaders/effects/opacity.vert"
]
}