trails_color.json 200 B

123456789101112131415
  1. {
  2. "name" : "Trails color",
  3. "script" : "trails.py",
  4. "args" :
  5. {
  6. "min_len" : 2,
  7. "max_len" : 6,
  8. "height" : 8,
  9. "trails": 16,
  10. "speed" : 50,
  11. "random" : true,
  12. "color" : [255, 255, 255]
  13. }
  14. }