Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. {
  2. "mute": {
  3. "label": "Mute custom sounds?",
  4. "type": "dropdown",
  5. "options": {
  6. "muted": "yes",
  7. "none": "no"
  8. },
  9. "value": "muted"
  10. },
  11. "vidVolume": {
  12. "label": "Custom Sound Volume",
  13. "type": "slider",
  14. "name": "",
  15. "value": 100,
  16. "min": 0,
  17. "max": 100,
  18. "steps": 1
  19. },
  20. "topText": {
  21. "label": "Top Text Area",
  22. "type": "textfield",
  23. "value": "{name} {amount}"
  24. },
  25. "bottomText": {
  26. "label": "Bottom Text Area",
  27. "type": "textfield",
  28. "value": "{message}"
  29. },
  30. "topColor": {
  31. "label": "Top Text Color",
  32. "type": "colorpicker",
  33. "value": "#FFFFFF"
  34. },
  35. "bottomColor": {
  36. "label": "Bottom Text Color",
  37. "type": "colorpicker",
  38. "value": "#FFFFFF"
  39. },
  40. "animationHue": {
  41. "label": "Animation Hue",
  42. "type": "slider",
  43. "name": "",
  44. "value": 0,
  45. "min": 0,
  46. "max": 360,
  47. "steps": 2
  48. },
  49. "animationSaturation": {
  50. "label": "Animation Saturation",
  51. "type": "slider",
  52. "name": "",
  53. "value": "0",
  54. "min": 0,
  55. "max": 500,
  56. "steps": 2
  57. },
  58. "animationBrightness": {
  59. "label": "Animation Brightness",
  60. "type": "slider",
  61. "name": "",
  62. "value": "170",
  63. "min": 0,
  64. "max": 200,
  65. "steps": 2
  66. }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement