diff --git a/content/news/042/index.md b/content/news/042/index.md index b404632d3..fcd5f8ec2 100644 --- a/content/news/042/index.md +++ b/content/news/042/index.md @@ -305,7 +305,7 @@ starting point for 3D projects made in Bevy. While he appreciated that other Bevy templates showed nicely how to wire up systems and setup a game loop, he was missing a showcase for commonly used features that are scattered around various libraries. So he created Foxtrot, where he collected most basic features - he could need for future projects or jams. The current version [v0.1.5] features: +he could need for future projects or jams. The [latest release] features: - loading a 3D level from GLTF files - automatically assigning physics colliders @@ -314,12 +314,12 @@ various libraries. So he created Foxtrot, where he collected most basic features - a force-based third-person character controller - shaders - pathfinding -- a flexible camera system with easings +- a flexible camera system with easings supporting various perspectives - a custom ingame editor window for live tweaks such as spawning new objects. [Foxtrot]: https://github.com/janhohenheim/foxtrot [@janhohenheim]: https://github.com/janhohenheim -[v0.1.5]: https://github.com/janhohenheim/foxtrot/releases/tag/v0.1.5 +[latest release]: https://github.com/janhohenheim/foxtrot/releases/latest ### [Graphite][graphite-website]