NAME_OF_SONG.csf 987 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "meta": {
  3. "title": "title of song",
  4. "subtitle": "subtitle of song",
  5. "author": "author of song",
  6. "creator": "creator of song",
  7. "BPM": 0
  8. },
  9. "file": {
  10. "audio": "NAME_OF_SONG.mp3",
  11. "background": "background.png",
  12. "banner": "banner.png"
  13. },
  14. "data": [
  15. {
  16. "difficulty": "easy",
  17. "objects": [
  18. {
  19. "time": 1,
  20. "direction": 1,
  21. "button": 0,
  22. "hold": true,
  23. "length": 1000
  24. },
  25. {
  26. "time": 16,
  27. "direction": 6,
  28. "button": 1
  29. }
  30. ],
  31. "button": [
  32. {
  33. "time": 0,
  34. "button": 0,
  35. "color": 0
  36. },
  37. {
  38. "time": 20,
  39. "button": 6,
  40. "color": 1
  41. }
  42. ]
  43. },
  44. {
  45. "difficulty": "medium",
  46. "objects": [
  47. {
  48. "time": 4,
  49. "direction": 3,
  50. "button": 3
  51. },
  52. {
  53. "time": 12,
  54. "direction": 5,
  55. "button": 2
  56. }
  57. ],
  58. "button": [
  59. {
  60. "time": 0,
  61. "button": 0,
  62. "color": 0
  63. },
  64. {
  65. "time": 20,
  66. "button": 6,
  67. "color": 1
  68. }
  69. ]
  70. }
  71. ]
  72. }