@@ -38,7 +38,7 @@ const exampleList =
3838 new ExampleInfo ( 'Image Font' , 'imageFont.js' , 'Bitmap font system with built-in system font' , false , 'text, characters' ) ,
3939 new ExampleInfo ( 'Particles' , 'particles.js' , 'Particle system' , false , 'effects, emitter, physics, fire, smoke, comet' ) ,
4040 new ExampleInfo ( 'Tile Layer' , 'tileLayer.js' , 'Tile layer rendering system' , false , 'level, map, grid, particles' ) ,
41- new ExampleInfo ( 'Low Resolution' , 'lowRes.js' , 'Crisp low resolution rendering' , false , 'pixelated, retro, canvasFixedSize, pixel art' ) ,
41+ new ExampleInfo ( 'Low Resolution Output ' , 'lowRes.js' , 'Crisp low resolution rendering' , false , 'pixelated, retro, canvasFixedSize, pixel art' ) ,
4242 new ExampleInfo ( 'Clock' , 'clock.js' , 'Animated analog clock' , false , 'time, rotation, lines, rectangle' ) ,
4343 new ExampleInfo ( 'Starfield' , 'starfield.js' , 'Animated parallax starfield' , false , 'space, movement, depth, rectangle' ) ,
4444 new ExampleInfo ( 'Parallax' , 'parallax.js' , 'Parallax scrolling mountains' , false , 'generative, canvas, background' ) ,
0 commit comments