From 82649fb5a56093e60ce1e06216648b76a0d151c0 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Wed, 22 Feb 2023 19:45:52 +0100 Subject: [PATCH 1/3] N42: Update Foxtrot to newest release --- content/news/042/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/news/042/index.md b/content/news/042/index.md index b404632d3..be5f6cada 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 current version [v0.1.9] 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 +[v0.1.9]: https://github.com/janhohenheim/foxtrot/releases/tag/v0.1.9 ### [Graphite][graphite-website] From e209013a3f32d62f4fa66b9e2067580337e49118 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Wed, 22 Feb 2023 19:52:38 +0100 Subject: [PATCH 2/3] Update index.md --- content/news/042/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/042/index.md b/content/news/042/index.md index be5f6cada..8cd9e1085 100644 --- a/content/news/042/index.md +++ b/content/news/042/index.md @@ -319,7 +319,7 @@ he could need for future projects or jams. The current version [v0.1.9] features [Foxtrot]: https://github.com/janhohenheim/foxtrot [@janhohenheim]: https://github.com/janhohenheim -[v0.1.9]: https://github.com/janhohenheim/foxtrot/releases/tag/v0.1.9 +[v0.1.9]: https://github.com/janhohenheim/foxtrot/releases/latest ### [Graphite][graphite-website] From f309a49c6a2f87f6655ae048352b30de05a98f99 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Wed, 22 Feb 2023 19:54:20 +0100 Subject: [PATCH 3/3] Change text to mention latest release only --- content/news/042/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/news/042/index.md b/content/news/042/index.md index 8cd9e1085..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.9] features: +he could need for future projects or jams. The [latest release] features: - loading a 3D level from GLTF files - automatically assigning physics colliders @@ -319,7 +319,7 @@ he could need for future projects or jams. The current version [v0.1.9] features [Foxtrot]: https://github.com/janhohenheim/foxtrot [@janhohenheim]: https://github.com/janhohenheim -[v0.1.9]: https://github.com/janhohenheim/foxtrot/releases/latest +[latest release]: https://github.com/janhohenheim/foxtrot/releases/latest ### [Graphite][graphite-website]