From 32d247d013d36695dd8dccd40b2d1781e5740d0b Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 27 Nov 2020 02:38:37 +0100 Subject: [PATCH] added tiny life to projects --- res/projects/tiny.png | Bin 0 -> 813 bytes scripts/projects.js | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 res/projects/tiny.png diff --git a/res/projects/tiny.png b/res/projects/tiny.png new file mode 100644 index 0000000000000000000000000000000000000000..e9ef68c998dc77693663b2ae8800ce8d268cb636 GIT binary patch literal 813 zcmeAS@N?(olHy`uVBq!ia0vp^TR@nD4M^IaWitX&jKx9jP7LeL$-HD>V0!N9;uumf z=j|QCEYU;>hl?7W8Dzkj*7cYg7m?;n1oytvsjC;7`g@1okf z><#}tFD&7hCE_?)DIwhz>zR^dQaPn)B3XAv|Od zCPISi=KA_@!%b@Ur|2I!9beRMfLrCYrP@}v?$3UjU9|emX+u2fR@Z<0@bu!Ny1swk zZZ@XxOmz}gMvESpBi5bSRgyAyZ}I1AbKGYhJv#lReVqRKlfF1qgJbw++;_&Xj}MNn z{_>0L1Z literal 0 HcmV?d00001 diff --git a/scripts/projects.js b/scripts/projects.js index 8baae70..6046153 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -26,6 +26,15 @@ const projects = [{ }, icon: 'pp' }, + { + name: "Tiny Life", + desc: "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's currently in development, but you can already play it and even make your own mods!", + status: "In development", + links: { + "Check it out": "https://ellpeck.itch.io/tiny-life" + }, + icon: "tiny" + }, { name: "MLEM", desc: "MLEM Library for Extending MonoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.",