changed Project N5 references in some places to Homesick
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
link: "/blog/feed.xml",
|
link: "/blog/feed.xml",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Project N5 devlog",
|
text: "Homesick devlog",
|
||||||
link: "/projects/projectn5/devlog/feed.xml",
|
link: "/projects/projectn5/devlog/feed.xml",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -34,11 +34,11 @@
|
|||||||
|
|
||||||
<Content>
|
<Content>
|
||||||
<Banner2
|
<Banner2
|
||||||
title="Project N5"
|
title="Homesick"
|
||||||
banner="/projects/projectn5/banner2.webp"
|
banner="/projects/projectn5/banner2.webp"
|
||||||
bannerAlt="The protagonist Laura standing on a floating platform in the purple test level. Ziplines are all around her and the text 'When this text is spinning, the game is not paused' is frozen in the sky." />
|
bannerAlt="The protagonist Laura standing on a floating platform in the purple test level. Ziplines are all around her and the text 'When this text is spinning, the game is not paused' is frozen in the sky." />
|
||||||
|
|
||||||
<p>I am currently working on a game under the working title <b>Project N5</b>! I'm aiming for it to be an action-adventure jump-and-run game inspired by games such as Ratchet & Clank. Development started on <b>2023-09-16</b> and rebooted on <b>2025-05-16</b>.</p>
|
<p>I am currently working on a game under the working title <b>Homesick</b>! I'm aiming for it to be an action-adventure jump-and-run game inspired by games such as Ratchet & Clank. Development started on <b>2023-09-16</b> and rebooted on <b>2025-05-16</b>.</p>
|
||||||
|
|
||||||
<h2 id="devlog">Development Log</h2>
|
<h2 id="devlog">Development Log</h2>
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<Banner2
|
<Banner2
|
||||||
title="{data.title}"
|
title="{data.title}"
|
||||||
subtitle="Project N5 Devlog"
|
subtitle="Homesick Devlog"
|
||||||
date="{data.date}"
|
date="{data.date}"
|
||||||
banner="preview.webp"
|
banner="preview.webp"
|
||||||
bannerAlt="{data.bannerAlt}"
|
bannerAlt="{data.bannerAlt}"
|
||||||
|
|||||||
@@ -65,10 +65,10 @@ export const games: Project[] = [
|
|||||||
banner: "/projects/projectn5/banner2.webp",
|
banner: "/projects/projectn5/banner2.webp",
|
||||||
icon: "",
|
icon: "",
|
||||||
date: "September 2023 – now",
|
date: "September 2023 – now",
|
||||||
title: "Project N5",
|
title: "Homesick",
|
||||||
subtitle: "",
|
subtitle: "",
|
||||||
paragraphs: [
|
paragraphs: [
|
||||||
"I'm currently working on a game developed using Godot, entitled Project N5! It's aiming to be an action-adventure 3D jump & run heavily inspired by games such as <a href='https://en.wikipedia.org/wiki/Ratchet_%26_Clank'>Ratchet & Clank</a>.",
|
"I'm currently working on a game developed using Godot, entitled Homesick! It's aiming to be an action-adventure 3D jump & run heavily inspired by games such as <a href='https://en.wikipedia.org/wiki/Ratchet_%26_Clank'>Ratchet & Clank</a>.",
|
||||||
"I maintain a development log, feel free to check it out if you're curious! Or play some of the old builds available for download below.",
|
"I maintain a development log, feel free to check it out if you're curious! Or play some of the old builds available for download below.",
|
||||||
],
|
],
|
||||||
links: [
|
links: [
|
||||||
@@ -77,7 +77,7 @@ export const games: Project[] = [
|
|||||||
link: "/projects/projectn5",
|
link: "/projects/projectn5",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "Play an <b>old build</b> (developed until 2025-05-16)",
|
text: "Play an <b>old web build</b> (developed until 2025-05-16)",
|
||||||
link: "https://apps.denizk0461.dev/projectn5",
|
link: "https://apps.denizk0461.dev/projectn5",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user