GameTypeGuideConfig.json 933 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "3": {
  3. "id": 3,
  4. "modeArr": [1, 2],
  5. "msg": "res_image/game_tutorial_image/game_tutorial_image_%02d.jpg",
  6. "privateLength": 1,
  7. "privateStart": 7,
  8. "publicLength": 2,
  9. "publicStart": 5
  10. },
  11. "4": {
  12. "id": 4,
  13. "modeArr": [1, 2],
  14. "msg": "res_image/game_tutorial_image/game_tutorial_image_%02d.jpg",
  15. "privateLength": 1,
  16. "privateStart": 8,
  17. "publicLength": 2,
  18. "publicStart": 5
  19. },
  20. "5": {
  21. "id": 5,
  22. "modeArr": [1, 2],
  23. "msg": "res_image/game_tutorial_image/game_tutorial_image_%02d.jpg",
  24. "privateLength": 4,
  25. "privateStart": 1
  26. },
  27. "6": {
  28. "id": 6,
  29. "modeArr": [1, 2],
  30. "msg": "res_image/game_tutorial_image/game_tutorial_image_%02d.jpg",
  31. "privateLength": 1,
  32. "privateStart": 9,
  33. "publicLength": 2,
  34. "publicStart": 5
  35. }
  36. }