swfs.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "swfs": [
  3. {
  4. "location": "logo-anim.swf",
  5. "title": "Ruffle Logo",
  6. "author": "Ruffle contributors",
  7. "authorLink": "https://ruffle.rs",
  8. "config": {
  9. "autoplay": "on",
  10. "backgroundColor": "#31497D",
  11. "letterbox": "off",
  12. "unmuteOverlay": "hidden",
  13. "forceScale": false,
  14. "forceAlign": false
  15. }
  16. },
  17. {
  18. "location": "swfs/bitey1.swf",
  19. "title": "Bitey of Brackenwood",
  20. "author": "Adam Phillips",
  21. "authorLink": "https://bitey.com",
  22. "type": "Animation"
  23. },
  24. {
  25. "location": "swfs/saturday_morning_watchmen.swf",
  26. "title": "Saturday Morning Watchmen",
  27. "author": "Harry Partridge",
  28. "authorLink": "https://twitter.com/HappyHarryToons",
  29. "type": "Animation"
  30. },
  31. {
  32. "location": "swfs/synj1.swf",
  33. "title": "Synj vs. Horrid Part 1",
  34. "author": "Dan Paladin",
  35. "authorLink": "https://www.thebehemoth.com",
  36. "type": "Animation"
  37. },
  38. {
  39. "location": "swfs/synj2.swf",
  40. "title": "Synj vs. Horrid Part 2",
  41. "author": "Dan Paladin",
  42. "authorLink": "https://www.thebehemoth.com",
  43. "type": "Animation"
  44. },
  45. {
  46. "location": "swfs/alien_hominid.swf",
  47. "title": "Alien Hominid",
  48. "author": "Tom Fulp and Dan Paladin",
  49. "authorLink": "https://www.newgrounds.com",
  50. "type": "Game"
  51. },
  52. {
  53. "location": "swfs/flyguy.swf",
  54. "title": "FlyGuy",
  55. "author": "Trevor van Meter",
  56. "authorLink": "https://www.heytvm.com",
  57. "type": "Game"
  58. },
  59. {
  60. "location": "swfs/marvin_spectrum.swf",
  61. "title": "Marvin Spectrum",
  62. "author": "Bryan Singh",
  63. "authorLink": "https://www.hotbryan.com",
  64. "type": "Game"
  65. },
  66. {
  67. "location": "swfs/wasted_sky.swf",
  68. "title": "Wasted Sky",
  69. "author": "Tom Fulp",
  70. "authorLink": "https://www.newgrounds.com",
  71. "type": "Game"
  72. }
  73. ]
  74. }