diff --git a/src/assets/images/credits/ryancr.png b/src/assets/images/credits/ryancr.png index 1a012f3..c8a4801 100644 Binary files a/src/assets/images/credits/ryancr.png and b/src/assets/images/credits/ryancr.png differ diff --git a/src/assets/images/credits/toastamibo.png b/src/assets/images/credits/toastamibo.png new file mode 100644 index 0000000..2f72bc3 Binary files /dev/null and b/src/assets/images/credits/toastamibo.png differ diff --git a/src/assets/images/credits/zombieb.png b/src/assets/images/credits/zombieb.png new file mode 100644 index 0000000..afd9d8a Binary files /dev/null and b/src/assets/images/credits/zombieb.png differ diff --git a/src/components/Home/CreditsSection.astro b/src/components/Home/CreditsSection.astro index c7545be..a2e485b 100644 --- a/src/components/Home/CreditsSection.astro +++ b/src/components/Home/CreditsSection.astro @@ -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, }, @@ -114,11 +121,16 @@ const credits = [ role: "Test Squad", image: miaImage, }, - { + { name: "andry6702", role: 'Coined the term "First EA"', image: andryImage, }, + { + name: "ZombieB", + role: 'ZombieB', + image: zombiebImage, + }, ]; --- @@ -131,25 +143,23 @@ const credits = [ credits.map((credit) => (
{credit.role}
diff --git a/src/components/Home/DownloadButton.astro b/src/components/Home/DownloadButton.astro index 9e9cbe8..4e0e4ea 100644 --- a/src/components/Home/DownloadButton.astro +++ b/src/components/Home/DownloadButton.astro @@ -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}) ) : ( diff --git a/src/pages/downloads.astro b/src/pages/downloads.astro index 1a69663..abd3e35 100644 --- a/src/pages/downloads.astro +++ b/src/pages/downloads.astro @@ -17,9 +17,15 @@ const patchNotes = await api.builds.v1.getPatchNotes();- Choose the build for your platform. -
+Choose the build for your platform.
+ +Read about the inspiration behind TenWholeYears herehere.