From b2184e9d8acd0cf61da9f4f3d576b7bcc482d33f Mon Sep 17 00:00:00 2001 From: Kicks Date: Fri, 20 Dec 2024 15:39:57 -0500 Subject: [PATCH] Add back lang --- src/content/projects/fortwars.md | 2 +- src/lib/components/Project.svelte | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/projects/fortwars.md b/src/content/projects/fortwars.md index 42e4ee1..8e72759 100644 --- a/src/content/projects/fortwars.md +++ b/src/content/projects/fortwars.md @@ -7,7 +7,7 @@ sbox: 'https://sbox.game/nolankicks/fortwars' image: 'fortwars/fortwars.png' --- -In Fortwars you build and fight. During the building stage you're allowed to build with props to help fortify your base. During the fighting stage, two or four teams battle to take control of the rollermine. Once one of the team holds the rollermine for 3 mins, they win. +In Open Forts you build and fight. During the building stage you're allowed to build with props to help fortify your base. During the fighting stage, two or four teams battle to take control of the rollermine. Once one of the team holds the rollermine for 3 mins, they win. Fortwars has a system for UGC addon creation. It uses the new system in s&box called [Scene Maps](https://sbox.game/news/september-update-9209a15d/scene-maps). If you create an addon project in s&box and set your target game to fortwars, you are able to make maps using [Action Graph](https://sbox.game/news/action-graph). diff --git a/src/lib/components/Project.svelte b/src/lib/components/Project.svelte index fab279c..19fd96c 100644 --- a/src/lib/components/Project.svelte +++ b/src/lib/components/Project.svelte @@ -19,6 +19,10 @@

{project.title}

{project.description}

+ + {#if project.lang} +

{project.lang}

+ {/if}