From 9acd8c442b411ae73782981f3192688b86d3dd51 Mon Sep 17 00:00:00 2001 From: Troy Date: Mon, 18 Aug 2025 16:21:07 +0100 Subject: [PATCH] chore: reorder projects --- src/components/Slideshow.astro | 8 ++++++++ src/content/projects/a-long-way-down/index.mdx | 6 +++--- src/content/projects/archive/index.mdx | 4 +++- src/content/projects/archive/tomb-theatre.jpg | Bin 0 -> 326594 bytes src/content/projects/mortis/index.mdx | 4 +++- src/content/projects/pasikdhar/index.mdx | 2 ++ src/content/projects/the-batman/index.mdx | 6 ++++-- src/content/projects/the-heart/index.mdx | 2 +- 8 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 src/content/projects/archive/tomb-theatre.jpg diff --git a/src/components/Slideshow.astro b/src/components/Slideshow.astro index f11a069..3b8ca30 100644 --- a/src/components/Slideshow.astro +++ b/src/components/Slideshow.astro @@ -36,6 +36,14 @@ const { interval = 3000, images } = Astro.props; {image.data.title}

+ {image.data.highlight ? ( +
+
+ +

New

+
+
+ ) : null} )) diff --git a/src/content/projects/a-long-way-down/index.mdx b/src/content/projects/a-long-way-down/index.mdx index 3a1c91a..e35842b 100644 --- a/src/content/projects/a-long-way-down/index.mdx +++ b/src/content/projects/a-long-way-down/index.mdx @@ -7,7 +7,7 @@ image: { url: "alwd-img1.jpg", alt: "A Long Way Down Intro Showcase" } tags: ["unreal engine", "blender", "inkscape"] categories: ["education"] extraAuthors: [{ name: "Sam Griffiths", url: "https://samgriffiths.dev" }] -rank: 7 +rank: 5 --- import Gallery from "@components/Gallery.astro"; @@ -25,7 +25,7 @@ import image10 from "Screenshot from 2023-03-01 20-02-00.jpg"; import alongwaydown_demo_walkthrough from "alongwaydown-demo-walkthrough.webm"; -A Long Way Down is a short, atmospheric linear adventure created alongside my friend Sam as a project for our FdA Games and Interactive Design degree. My role was art direction including the lighting, level design, and majority of asset creation for the project. This is the follow up project to our previous work: [Nightmare](#nightmare), and was made to be an evolutionary improvement of it. Currently the [demo](https://samandtroy.itch.io/alongwaydown) is available to download and play on Itch.io. +A Long Way Down is a short, atmospheric linear adventure created alongside my friend Sam as a project for our FdA Games and Interactive Design degree. My role was art direction including the lighting, level design, and majority of asset creation for the project. This is the follow up project to our previous work: [Nightmare](#nightmare), and was made to be an evolutionary improvement of it. The [demo](https://samandtroy.itch.io/alongwaydown) is available to download and play on Itch.io.