Files
NixOS-configs/modules/wallpaper-engine/effects/scroll/preview/effects/scroll/effect.json
2025-04-29 13:39:02 -05:00

17 lines
324 B
JSON

{
"name" : "Scroll",
"description" : "Scrolls the image horizontally or vertically.",
"group" : "image",
"passes" :
[
{
"material" : "materials/effects/scroll.json"
}
],
"dependencies" :
[
"materials/effects/scroll.json",
"shaders/effects/scroll.frag",
"shaders/effects/scroll.vert"
]
}