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

20 lines
412 B
JSON

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