There was an error while loading. Please reload this page.
1 parent 4ed09eb commit dd95a18Copy full SHA for dd95a18
1 file changed
examples/shorts.js
@@ -82,7 +82,7 @@ const exampleList =
82
new ExampleInfo('Tilted View Game', 'tiltedView.js', 'Pseudo-3D oblique view', false, 'isometric, depth'),
83
new ExampleInfo('Space Game', 'spaceGame.js', 'Spaceship shooter with parallax', false, 'objects, weapons, stars, camera, rotation'),
84
new ExampleInfo('3D FPS Game', 'fps.js', 'Pseudo 3D raycasting demo', false, '3D, FPS, maze, camera'),
85
- new ExampleInfo('Ball 3D Game', 'skydreams.js', 'Pseudo 3D jumping game with procedural levels', false, '3D, procedural'),
+ new ExampleInfo('3D Ball Track Game', 'ballTrack.js', 'Pseudo 3D ball jumping game', false, '3D, procedural'),
86
new ExampleInfo('--- BOX2D PHYSICS ---'),
87
new ExampleInfo('Box2d Demo', 'box2d.js', 'Box2D physics plugin', false, 'objects, mouse'),
88
new ExampleInfo('Box2d Car', 'box2dCar.js', 'Drivable car with Box2D physics', false, 'objects, vehicle, suspension, wheels'),
0 commit comments