From fdb3d425ea1292dd78c431d2fb267c3b7344f018 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 27 Dec 2019 23:27:45 +0100 Subject: [PATCH] added wildwood --- res/projects/wildwood.png | Bin 0 -> 1771 bytes scripts/projects.js | 13 +++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 res/projects/wildwood.png diff --git a/res/projects/wildwood.png b/res/projects/wildwood.png new file mode 100644 index 0000000000000000000000000000000000000000..885ae1cbd848c495fceab63b9056504a2ce4d8dd GIT binary patch literal 1771 zcmZ`)drVVT96l`%6{e!dK<8uAM2#fsoOBdvtB7M5M1vqzK$>leQ67tJDYdyR;(Tn` z+Qr3bGDDdRbQD2{%wa9X8EqWOWoas}KBi2seb5W^mP>oNz3b39=PrNUbCdJ^e&6@~ z&Uen|J2KN|Ml6T`0L)DPFf|JRMsUdh)5C+G{KJ>_|NSS-N=pGvT?_31gx95~ZpyAW zKV7+<1a3{fgxg~H=4loJp}YH#$s?=Bv~i%=q} z@&CYRFrCG%b#;ws*b~@7-8xQ@-rb;w9s07KJALU+(j1Z1|NZn1?@Xtt?i z1@w{+pGcgn>&3Xo>=3g+gTLEoP3z{UKJrT6v_Q;VAnNrN!9gD4#R^dPth(A$&eQ*d zI|m42I~skCMf#@LkB0C|P~q@aNu~}LdR5Sp5B8x5C!1dW!^KN;;hDccsOc%ZU9D|D zGAqB2kVX_3VeuswN$ix4U?Pv#VWz%_0imxB@P!R`%a)_==x6q);nbc$N7| zvR`WK9hU+ViK!J(k$)~Lhlo-_neG0zhysge-VKE9B2n8E;Tw6UOuTpFlfYmPWvZK~ zJ=kUDGz81ojbCX^>yT$e z8}LPoKB14-cbYYoB}>|6N&bL7@Vl&uVR#TRc@@4i?8P1FZY_0KQ62|TvvjHsDWiq{ z4D3I#r=kMCb^Q*{ci4Fc=JuPHM>Y4S?HCG4TsX^Cq8tCS&zDP$p1wdo*!x1piEXwu zdVewlj!7(~ccW!?O_@iIb)LP>f+L>|$lV>+;?2#rRv%GkpeJ7)*)2MbglD{EE!wds w>7vA~P|+vT6~Zr`Moj;9ouROkzLX;5^l-PkcC+nh@bv=eTQXCdQUq0h0W(+V4gdfE literal 0 HcmV?d00001 diff --git a/scripts/projects.js b/scripts/projects.js index a18d9dd..9ef15f6 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -1,12 +1,21 @@ const projects = [{ name: "Foe Frenzy", - desc: "Foe Frenzy is a fast-paced fighting game where you battle up to three of your friends with random, short-lasting items in an attempt to be the last survivor. It's currently in development, and it will be released in December 2019.", + desc: "Foe Frenzy is a fast-paced fighting game where you battle up to three of your friends with random, short-lasting items in an attempt to be the last survivor.", links: { "Check it out": "/foefrenzy" }, - status: "In development", + status: "Released", icon: "ff" }, + { + name: "Wildwood Quest", + desc: "Wildwood Quest is a game in development about an adventurer who arrived in a small town in the forest. Help the citizens and yourself by fighting bad guys, farming crops, beekeeping, crafting and a lot more.", + links: { + "Check it out": "https://ellpeck.itch.io/wildwood-quest" + }, + status: "In development", + icon: "wildwood" + }, { name: "MLEM", desc: "MLEM is short for (M)LEM (L)ibrary by (E)llpeck for (M)onoGame. It's a set of NuGet packages that make creating games with the .NET-based framework MonoGame a lot easier. MLEM includes a user interface system, a bunch of extension methods, a simple startup class and more.",