Skip to content

Commit dd95a18

Browse files
rename
1 parent 4ed09eb commit dd95a18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/shorts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const exampleList =
8282
new ExampleInfo('Tilted View Game', 'tiltedView.js', 'Pseudo-3D oblique view', false, 'isometric, depth'),
8383
new ExampleInfo('Space Game', 'spaceGame.js', 'Spaceship shooter with parallax', false, 'objects, weapons, stars, camera, rotation'),
8484
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'),
85+
new ExampleInfo('3D Ball Track Game', 'ballTrack.js', 'Pseudo 3D ball jumping game', false, '3D, procedural'),
8686
new ExampleInfo('--- BOX2D PHYSICS ---'),
8787
new ExampleInfo('Box2d Demo', 'box2d.js', 'Box2D physics plugin', false, 'objects, mouse'),
8888
new ExampleInfo('Box2d Car', 'box2dCar.js', 'Drivable car with Box2D physics', false, 'objects, vehicle, suspension, wheels'),

0 commit comments

Comments
 (0)