Sky.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "properties": {
  3. "sky_scroll_speed": -4
  4. },
  5. "variations": {
  6. "Day": {
  7. "default": {
  8. "SMB1": {"source": "DaySky.png"},
  9. "SMBLL": {"source": "DaySkyLL.png"}
  10. },
  11. "Beach":
  12. {
  13. "SMB1": {"source": "BeachSky.png"},
  14. "SMBLL": {"source": "BeachSkyLL.png"}
  15. },
  16. "Autumn": {
  17. "SMB1": {"source": "AutumnSky.png"},
  18. "SMBLL": {"source": "AutumnSkyLL.png"}
  19. },
  20. "Volcano": {
  21. "SMB1": {"source": "VolcanoSky.png"},
  22. "SMBLL": {"source": "VolcanoSkyLL.png"}
  23. },
  24. "Underground": {
  25. "SMB1": {"source": "TheVoid.png"},
  26. "SMBLL": {"source": "TheVoidLL.png"}
  27. },
  28. "GhostHouse": {"link": "Underground"},
  29. "Space": {
  30. "source": "SpaceStars.png",
  31. "properties": {"sky_scroll_speed": 0},
  32. "animations": {"default": {
  33. "frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
  34. "speed": 5.0,
  35. "loop": true
  36. }}
  37. }
  38. },
  39. "Night": {
  40. "default": {
  41. "source": "NightStars.png",
  42. "properties": {"sky_scroll_speed": 0},
  43. "animations": {"default": {
  44. "frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
  45. "speed": 5.0,
  46. "loop": true
  47. }}
  48. },
  49. "Space": {
  50. "source": "SpaceStars.png",
  51. "properties": {"sky_scroll_speed": 0},
  52. "animations": {"default": {
  53. "frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
  54. "speed": 5.0,
  55. "loop": true
  56. }}
  57. }
  58. }
  59. }
  60. }