Skip to content

Commit c0ff3b1

Browse files
Low Resolution Output
1 parent d6af080 commit c0ff3b1

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
@@ -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

Comments
 (0)