fire.json 234 B

1234567891011121314151617
  1. {
  2. "name" : "Fire",
  3. "script" : "gif.py",
  4. "args" :
  5. {
  6. "cropBottom": 0,
  7. "cropLeft": 0,
  8. "cropRight": 0,
  9. "cropTop": 0,
  10. "file" : ":fire.gif",
  11. "fps" :25,
  12. "grayscale": false,
  13. "imageSource": "file",
  14. "reverse" : false
  15. }
  16. }