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

20 lines
418 B
JSON

{
"version" : 1,
"replacementkey" : "pulse",
"name" : "ui_editor_effect_pulse_title",
"description" : "ui_editor_effect_pulse_description",
"group" : "animate",
"preview" : "preview/project.json",
"passes" :
[
{
"material" : "materials/effects/pulse.json"
}
],
"dependencies" :
[
"materials/effects/pulse.json",
"shaders/effects/pulse.frag",
"shaders/effects/pulse.vert"
]
}