From 17dc76207abe6ce0f4afebb10fd17dc5f9df9b58 Mon Sep 17 00:00:00 2001 From: cybersoulK <102260392+cybersoulK@users.noreply.github.com> Date: Wed, 1 May 2024 06:51:22 -0700 Subject: [PATCH] Update index.md --- content/news/050/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/050/index.md b/content/news/050/index.md index 44204369a..7fef988a3 100644 --- a/content/news/050/index.md +++ b/content/news/050/index.md @@ -81,7 +81,7 @@ This month updates include: - [Fusion Upgrade:][cybergate-fuse] Combine hammers, balls, dices, to multiply their powers; - Hammer destruction made more challenging and interesting, with upgrades enabling deeper wall penetration; - Improved Strength and Weight system, and calculate their impact on character movement and abilities; -- Added an 'Owned Upgrades' menu using the `yakui` Rust library, giving a neat overview of all acquired upgrades; +- Added an 'Owned Upgrades' menu using `yakui` crate, giving a neat overview of all acquired upgrades; - Many other UI / gameplay improvements based on player feedback; Rust's ownership and strongly typed features played a crucial role in allowing the gameplay code to scale to more complex and detailed mechanics, while retaining correct, clean and bug-free code.