From 33d0d594c22cd04df0a9acbe5b882cfad90202a8 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sat, 21 Dec 2024 01:02:00 +0000 Subject: [PATCH] chore: add new game (#62) ### Explanation _No response_ ### Issue _No response_ ### Attestations - [ ] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [ ] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [ ] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [ ] I have pinned the dependencies to a specific patch version. ### Style - [ ] I have run the linter and resolved any errors. - [ ] My pull request uses an appropriate title, matching the conventional commit standards. - [ ] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [ ] My contribution adds new code, and I have added tests to cover it. - [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [ ] All new and existing tests pass locally with my changes. - [ ] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning _No response_ Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/62 Co-authored-by: Naomi Carrigan Co-committed-by: Naomi Carrigan --- src/config/Games.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/Games.ts b/src/config/Games.ts index c5073a5..2b85d39 100644 --- a/src/config/Games.ts +++ b/src/config/Games.ts @@ -181,4 +181,10 @@ export const Games: Array<{ name: "Empyrion: Galactic Survival", url: "https://store.steampowered.com/app/383120/Empyrion__Galactic_Survival/", }, + { + alt: "A 3D rendered anime-style female character model shown in a confident pose against a dark gray background. She has a short black bob haircut and is wearing a burgundy bikini-style outfit with gold accents, including a central pendant. Her accessories include gold bracelets and a red decorative garter or belt around one thigh. She wears elaborate burgundy strappy sandals that lace up her calves. The character is standing with hands on hips in a pose that casts a distinct shadow. The rendering features smooth shading and a slight bluish rim lighting effect that highlights the character's silhouette.", + img: "angel-legion.png", + name: "Angel Legion", + url: "https://store.steampowered.com/app/1333350/Angel_Legion/", + }, ];