Level.json

这是官方的level.json格式。请确保您不随意删除原来的文本. 否则,您的谱面可能随时被删除,您的帐户可能会因多次违规而被封禁。

  1. {
  2. "version": 1,
  3. "schema_version": 2,
  4. "id": " ",
  5. "title": "",
  6. "title_localized": "",
  7. "artist": "",
  8. "artist_localized": "",
  9. "artist_source": "",
  10. "illustrator": "",
  11. "illustrator_source": "",
  12. "charter": "",
  13. "music": {
  14. "path": "music.mp3"
  15. },
  16. "music_preview": {
  17. "path": "preview.mp3"
  18. },
  19. "background": {
  20. "path": "background.jpg"
  21. },
  22. "charts": [
  23. {
  24. "type": "easy",
  25. "name": " ",
  26. "difficulty": 1,
  27. "path": "chart.easy.txt"
  28. },
  29. {
  30. "type": "hard",
  31. "name": " ",
  32. "difficulty": 9,
  33. "path": "chart.hard.txt"
  34. },
  35. {
  36. "type": "extreme",
  37. "name": " ",
  38. "difficulty": 15,
  39. "path": "chart.extreme.txt"
  40. }
  41. ]
  42. }