Skip to content

Commit 7d5d8dc

Browse files
committed
:U
1 parent 0afc506 commit 7d5d8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ Example | Description
8787

8888
Example | Description
8989
--- | ---
90-
[2D Gizmos](../examples/2d/2d_gizmos.rs) | A scene showcasing 2D gizmos
9190
[2D Bloom](../examples/2d/bloom_2d.rs) | Illustrates bloom post-processing in 2d
91+
[2D Gizmos](../examples/2d/2d_gizmos.rs) | A scene showcasing 2D gizmos
9292
[2D Rotation](../examples/2d/rotation.rs) | Demonstrates rotating entities in 2D with quaternions
9393
[2D Shapes](../examples/2d/2d_shapes.rs) | Renders a rectangle, circle, and hexagon
9494
[Manual Mesh 2D](../examples/2d/mesh2d_manual.rs) | Renders a custom mesh "manually" with "mid-level" renderer apis
@@ -107,8 +107,8 @@ Example | Description
107107

108108
Example | Description
109109
--- | ---
110-
[3D Gizmos](../examples/3d/3d_gizmos.rs) | A scene showcasing 3D gizmos
111110
[3D Bloom](../examples/3d/bloom_3d.rs) | Illustrates bloom configuration using HDR and emissive materials
111+
[3D Gizmos](../examples/3d/3d_gizmos.rs) | A scene showcasing 3D gizmos
112112
[3D Scene](../examples/3d/3d_scene.rs) | Simple 3D scene with basic shapes and lighting
113113
[3D Shapes](../examples/3d/3d_shapes.rs) | A scene showcasing the built-in 3D shapes
114114
[Atmospheric Fog](../examples/3d/atmospheric_fog.rs) | A scene showcasing the atmospheric fog effect

0 commit comments

Comments
 (0)