mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
16 lines
334 B
JSON
16 lines
334 B
JSON
|
{
|
||
|
"name" : "Atomic swirl",
|
||
|
"script" : "swirl.py",
|
||
|
"args" :
|
||
|
{
|
||
|
"rotation-time" : 25.0,
|
||
|
"center_x" : 0.5,
|
||
|
"center_y" : 0.5,
|
||
|
"reverse" : false,
|
||
|
"custom-colors":[[0,0,0],[0,0,0],[255,255,0],[0,0,0],[0,0,0],[255,255,0],[0,0,0],[0,0,0],[255,255,0]],
|
||
|
"random-center":false,
|
||
|
"custom-colors2":[],
|
||
|
"enable-second":false
|
||
|
}
|
||
|
}
|