| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "Examples" : [
- {
- "name": "Physics Platformer 2D",
- "desc" : "Moving platforms, vines, and neat 2D lighting",
- "screenshot" : "PhysicsPlatformer2D.png",
- "folder" : "PhysicsPlatformer"
- },
- {
- "name": "Roboman 3D",
- "desc" : "A 3D physics example featuring Roboman!",
- "screenshot" : "Roboman3D.png",
- "folder" : "RoboMan3D"
- },
- {
- "name": "SpaceGame",
- "desc" : "A 2D Arcade Space Game",
- "screenshot" : "SpaceGame.png",
- "folder" : "SpaceGame"
- },
- {
- "name": "Character Animation 3D",
- "desc" : "Example of controlling a skeletally animated character",
- "screenshot" : "CharacterAnimation3D.png",
- "folder" : "CharacterAnimation3D"
- },
- {
- "name": "Light 2D",
- "desc" : "An example of realtime 2D lights with shadows",
- "screenshot" : "Light2D.png",
- "folder" : "Light2DExample"
- },
- {
- "name": "UI Example",
- "desc" : "A basic UI example showing responding to a click",
- "screenshot" : "UIExample.png",
- "folder" : "UIExample"
- }
- ]
- }
|