mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-07-13 12:52:32 +08:00
14 lines
367 B
JSON
14 lines
367 B
JSON
{
|
|
"patches": [
|
|
{
|
|
"matches": [
|
|
"uniform float u_pointerSpeed;",
|
|
"uniform vec2 g_PointerPosition;",
|
|
"float pointer= g_PointerPosition.xy * u_pointerSpeed;"
|
|
],
|
|
"replacements": {
|
|
"float pointer= g_PointerPosition.xy * u_pointerSpeed;": "float pointer= (g_PointerPosition.xy * u_pointerSpeed).x;"
|
|
}
|
|
}
|
|
]
|
|
} |