changed Project N5 references in some places to Homesick

This commit is contained in:
2026-03-11 18:57:19 +01:00
parent e094d68dfa
commit a186a0e4bc
4 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
link: "/blog/feed.xml",
},
{
text: "Project N5 devlog",
text: "Homesick devlog",
link: "/projects/projectn5/devlog/feed.xml",
},
]

View File

@@ -34,11 +34,11 @@
<Content>
<Banner2
title="Project N5"
title="Homesick"
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." />
<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>

View File

@@ -16,7 +16,7 @@
<Banner2
title="{data.title}"
subtitle="Project N5 Devlog"
subtitle="Homesick Devlog"
date="{data.date}"
banner="preview.webp"
bannerAlt="{data.bannerAlt}"

View File

@@ -65,10 +65,10 @@ export const games: Project[] = [
banner: "/projects/projectn5/banner2.webp",
icon: "",
date: "September 2023 now",
title: "Project N5",
title: "Homesick",
subtitle: "",
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.",
],
links: [
@@ -77,7 +77,7 @@ export const games: Project[] = [
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",
},
{