mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
basic shleep description
pulled from itch.io
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user