Examples.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "Examples" : [
  3. {
  4. "name": "Physics Platformer 2D",
  5. "desc" : "Moving platforms, vines, and neat 2D lighting",
  6. "screenshot" : "PhysicsPlatformer2D.png",
  7. "folder" : "PhysicsPlatformer",
  8. "module" : "2D"
  9. },
  10. {
  11. "name": "ToonTown",
  12. "desc" : "Town, Terrain, Day/Night Cycles",
  13. "screenshot" : "ToonTown.png",
  14. "folder" : "ToonTown",
  15. "module" : "3D"
  16. },
  17. {
  18. "name": "SpaceGame",
  19. "desc" : "A 2D Arcade Space Game",
  20. "screenshot" : "SpaceGame.png",
  21. "folder" : "SpaceGame",
  22. "module" : "2D"
  23. },
  24. {
  25. "name": "Roboman 3D",
  26. "desc" : "A 3D physics example featuring Roboman!",
  27. "screenshot" : "Roboman3D.png",
  28. "folder" : "RoboMan3D",
  29. "module" : "3D"
  30. },
  31. {
  32. "name": "Character Animation 2D",
  33. "desc" : "Example of controlling a Spriter animated character",
  34. "screenshot" : "CharacterAnimation2D.png",
  35. "folder" : "CharacterAnimation2D",
  36. "module" : "2D"
  37. },
  38. {
  39. "name": "Character Animation 3D",
  40. "desc" : "Example of controlling a skeletally animated character",
  41. "screenshot" : "CharacterAnimation3D.png",
  42. "folder" : "CharacterAnimation3D",
  43. "module" : "3D"
  44. },
  45. {
  46. "name": "Light 2D",
  47. "desc" : "An example of realtime 2D lights with shadows",
  48. "screenshot" : "Light2D.png",
  49. "folder" : "Light2DExample",
  50. "module" : "2D"
  51. },
  52. {
  53. "name": "UI Example",
  54. "desc" : "A basic UI example showing responding to a click",
  55. "screenshot" : "UIExample.png",
  56. "folder" : "UIExample",
  57. "module" : "2D"
  58. }
  59. ]
  60. }