Skip to content

Commit

Permalink
Add back lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolankicks committed Dec 20, 2024
1 parent 2313248 commit b2184e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/projects/fortwars.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
4 changes: 4 additions & 0 deletions src/lib/components/Project.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<div class="flex items-start justify-center flex-col w-full h-full">
<p class="text-xl font-bold">{project.title}</p>
<p>{project.description}</p>

{#if project.lang}
<p class="text-sm">{project.lang}</p>
{/if}
</div>

<p class="absolute -bottom-2 w-full bg-white h-1 flex {isHovered ? "opacity-100" : "opacity-0"} transition-all"></p>
Expand Down

0 comments on commit b2184e9

Please sign in to comment.