basic shleep description

pulled from itch.io
This commit is contained in:
Oliver Bryan
2025-10-02 18:27:53 +01:00
parent fa6f32039f
commit 811f151c22

View File

@@ -4,7 +4,7 @@ import ProjectPage from "../../components/ProjectPage.astro";
export const metadata = { export const metadata = {
title: "Shleep", title: "Shleep",
description: description:
"", "A couch co-op base defense game where you protect a sleepign child from nightmares.",
date: "February - June 2023", date: "February - June 2023",
slug: "shleep", slug: "shleep",
image: "/shleep-icon.svg", image: "/shleep-icon.svg",
@@ -14,13 +14,14 @@ export const metadata = {
"Unity", "Unity",
"C#", "C#",
"HLSL", "HLSL",
"VFX" "Shader Graph",
"Visual Effects Graph"
], ],
}; };
--- ---
<ProjectPage metadata={metadata}> <ProjectPage metadata={metadata}>
<p>simple description here</p> <p>Shleep is a couch co-op base defense game where you can build towers to help aid you and your party to protect a sleeping child from nightmares.</p>
<p>images here</p> <p>images here</p>