atomic.json 334 B

12345678910111213141516
  1. {
  2. "name" : "Atomic swirl",
  3. "script" : "swirl.py",
  4. "args" :
  5. {
  6. "rotation-time" : 25.0,
  7. "center_x" : 0.5,
  8. "center_y" : 0.5,
  9. "reverse" : false,
  10. "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]],
  11. "random-center":false,
  12. "custom-colors2":[],
  13. "enable-second":false
  14. }
  15. }