Examples.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. },
  9. {
  10. "name": "Roboman 3D",
  11. "desc" : "A 3D physics example featuring Roboman!",
  12. "screenshot" : "Roboman3D.png",
  13. "folder" : "RoboMan3D"
  14. },
  15. {
  16. "name": "SpaceGame",
  17. "desc" : "A 2D Arcade Space Game",
  18. "screenshot" : "SpaceGame.png",
  19. "folder" : "SpaceGame"
  20. },
  21. {
  22. "name": "Character Animation 3D",
  23. "desc" : "Example of controlling a skeletally animated character",
  24. "screenshot" : "CharacterAnimation3D.png",
  25. "folder" : "CharacterAnimation3D"
  26. },
  27. {
  28. "name": "Light 2D",
  29. "desc" : "An example of realtime 2D lights with shadows",
  30. "screenshot" : "Light2D.png",
  31. "folder" : "Light2DExample"
  32. },
  33. {
  34. "name": "UI Example",
  35. "desc" : "A basic UI example showing responding to a click",
  36. "screenshot" : "UIExample.png",
  37. "folder" : "UIExample"
  38. }
  39. ]
  40. }