From ce53db6863983fdc920f9c7c59229237b3306aff Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 23 Sep 2020 21:26:32 +0200 Subject: [PATCH] move some projects around --- scripts/projects.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/projects.js b/scripts/projects.js index 0f5c335..a8f60f7 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -1,13 +1,4 @@ const projects = [{ - name: 'Touchy Tickets', - desc: "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions. It'll probably be released for iOS at some point, too.", - links: { - 'Google Play': "https://play.google.com/store/apps/details?id=de.ellpeck.touchytickets" - }, - status: "In development", - icon: 'tt' - }, - { name: 'Actually Additions', desc: 'Actually Additions is a rather popular Minecraft mod that I used to work on. It\'s become widely known in the modding community and has reached over 30 million downloads by now, which is crazy. I don\'t work on it anymore myself, but it\'s being maintained for current versions by someone else.', links: { @@ -45,6 +36,15 @@ const projects = [{ status: "Side project", icon: "mlem" }, + { + name: 'Touchy Tickets', + desc: "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions.", + links: { + 'Google Play': "https://play.google.com/store/apps/details?id=de.ellpeck.touchytickets" + }, + status: "Released", + icon: 'tt' + }, { 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.",