From 0663ff91ca6651d43176b7365005a64108e6ad6f Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Wed, 1 Dec 2021 19:39:53 +0000 Subject: [PATCH 1/2] N28: Tetra --- content/news/028/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/news/028/index.md b/content/news/028/index.md index 346be8611..f725c4d46 100644 --- a/content/news/028/index.md +++ b/content/news/028/index.md @@ -68,6 +68,24 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Engine Updates +### [Tetra] 0.6.6 + +[Tetra] is a simple 2D game framework, inspired by XNA, Love2D, and Raylib. This +month, version 0.6.7 was released, featuring: + +- Updates to the gamepad backend, adding rumble support for a much wider variety + of controllers (including DualShock 4s) +- Various bugfixes and docs improvements + +For more details, see the [changelog][tetra-changelog]. + +Additionally, development has begun on version 0.7 - check out +[the planned features and changes][tetra-07], and feel free to suggest more! + +[Tetra]: https://github.com/17cupsofcoffee/tetra +[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md +[tetra-07]: https://github.com/17cupsofcoffee/tetra/issues/297 + ## Learning Material Updates ## Tooling Updates From e87ee6e5672a5dfbc4a06de50493214e4f59dd45 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Thu, 2 Dec 2021 21:02:59 +0000 Subject: [PATCH 2/2] Update index.md --- content/news/028/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/028/index.md b/content/news/028/index.md index f725c4d46..87d12e725 100644 --- a/content/news/028/index.md +++ b/content/news/028/index.md @@ -68,7 +68,7 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Engine Updates -### [Tetra] 0.6.6 +### [Tetra] 0.6.7 [Tetra] is a simple 2D game framework, inspired by XNA, Love2D, and Raylib. This month, version 0.6.7 was released, featuring: