Update credits and download info
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 15 KiB |
BIN
src/assets/images/credits/toastamibo.png
Normal file
BIN
src/assets/images/credits/toastamibo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
BIN
src/assets/images/credits/zombieb.png
Normal file
BIN
src/assets/images/credits/zombieb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
@@ -15,11 +15,13 @@ import cheezitImage from "$assets/images/credits/cheezit.png";
|
||||
import credit9021007Image from "$assets/images/credits/9021007.gif";
|
||||
import starcenturionImage from "$assets/images/credits/starcenturion.gif";
|
||||
import gabethefirstImage from "$assets/images/credits/gabethefirst.png";
|
||||
import toastamiboImage from "$assets/images/credits/toastamibo.png";
|
||||
import happyvrImage from "$assets/images/credits/happyvr.png";
|
||||
import magolorImage from "$assets/images/credits/magolor.png";
|
||||
import tagcomputingImage from "$assets/images/credits/tagcomputing.png";
|
||||
import miaImage from "$assets/images/credits/mia.png";
|
||||
import andryImage from "$assets/images/credits/andry.png";
|
||||
import zombiebImage from "$assets/images/credits/zombieb.png";
|
||||
|
||||
const credits = [
|
||||
{
|
||||
@@ -95,7 +97,12 @@ const credits = [
|
||||
image: gabethefirstImage,
|
||||
},
|
||||
{
|
||||
name: "HappyVR",
|
||||
name: "toast amibo",
|
||||
role: "Artist",
|
||||
image: toastamiboImage,
|
||||
},
|
||||
{
|
||||
name: "HappyVr",
|
||||
role: "Leaf Shader",
|
||||
image: happyvrImage,
|
||||
},
|
||||
@@ -119,6 +126,11 @@ const credits = [
|
||||
role: 'Coined the term "First EA"',
|
||||
image: andryImage,
|
||||
},
|
||||
{
|
||||
name: "ZombieB",
|
||||
role: 'ZombieB',
|
||||
image: zombiebImage,
|
||||
},
|
||||
];
|
||||
---
|
||||
|
||||
@@ -131,8 +143,7 @@ const credits = [
|
||||
credits.map((credit) => (
|
||||
<div class="span4">
|
||||
<div class="credit-entry">
|
||||
{
|
||||
credit.animated ? (
|
||||
{credit.animated ? (
|
||||
<img
|
||||
src={credit.image.src}
|
||||
alt={`${credit.name} pfp`}
|
||||
@@ -148,8 +159,7 @@ const credits = [
|
||||
class="credit-avatar"
|
||||
loading="lazy"
|
||||
/>
|
||||
)
|
||||
}
|
||||
)}
|
||||
<div>
|
||||
<h3>{credit.name}</h3>
|
||||
<p>{credit.role}</p>
|
||||
|
||||
@@ -15,7 +15,7 @@ const defaultDownload = downloads[0];
|
||||
data-download-button
|
||||
aria-label={`Download TenWholeYears for ${defaultDownload.label}`}
|
||||
>
|
||||
Download for {defaultDownload.label}
|
||||
Download for {defaultDownload.label} ({defaultDownload.version})
|
||||
</a>
|
||||
) : (
|
||||
<a href="/downloads/" class="btn btn-primary btn-large">
|
||||
|
||||
@@ -17,9 +17,15 @@ const patchNotes = await api.builds.v1.getPatchNotes();
|
||||
<p><a href="/">← Back to home</a></p>
|
||||
<h1>Downloads</h1>
|
||||
</div>
|
||||
<p class="lead">
|
||||
Choose the build for your platform.
|
||||
</p>
|
||||
<p class="lead">Choose the build for your platform.</p>
|
||||
|
||||
<div class="alert alert-info">
|
||||
<strong>First-time setup:</strong> Before running TenWholeYears on Windows
|
||||
or Linux, install <b>Codename Gordon</b> through Steam by opening <a
|
||||
href="steam://install/92">steam://install/92</a
|
||||
> in your browser. Accept the Steam prompt and let it finish installing
|
||||
first.
|
||||
</div>
|
||||
|
||||
{
|
||||
downloads.length > 0 ? (
|
||||
|
||||
@@ -45,7 +45,8 @@ import cardRecroomImage from "$assets/images/home/card-recroom.png";
|
||||
</p>
|
||||
<p class="lead">
|
||||
Read about the inspiration behind TenWholeYears <a
|
||||
href="#">here</a
|
||||
href="https://blog.recroomarchive.org/ten-whole-years/"
|
||||
>here</a
|
||||
>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user