From 5513179c8e371b6c256bf9d6f0b3fcc6f6e727f2 Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Mon, 29 Sep 2025 03:20:38 +0100 Subject: [PATCH] concise description --- src/pages/projects/factor-e.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/projects/factor-e.astro b/src/pages/projects/factor-e.astro index cb347ab3..0d9259d6 100644 --- a/src/pages/projects/factor-e.astro +++ b/src/pages/projects/factor-e.astro @@ -4,7 +4,7 @@ import ProjectPage from "../../components/ProjectPage.astro"; export const metadata = { title: "factor-e", description: - "Isometric factory sandbox prototype built in C++ with raylib — Perlin world gen, place/destroy tiles, inventory & tools, and a dev/debug menu (Win/Linux).", + "Isometric factory sandbox prototype in C++/raylib with procedural worlds, tile building, inventory & tools.", date: "August 2025", slug: "factor-e", image: "/factor-e-icon.svg",