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.