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