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}