diff --git a/scripts/projects.js b/scripts/projects.js index dcaa313..f393713 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -38,12 +38,12 @@ const projects = [{ }, { name: 'Rock Bottom', - desc: 'Rock Bottom is a game I\'ve been working on for a little more than a year now. It\'s a 2D-sidescrolling sandbox game with a storyline that has multiplayer support, a modding API and a lot more fun stuff. It\'s currently still in early development, but I\'m kind of taking a break from it for a while.', + desc: 'Rock Bottom is a game I used to work on. It\'s a 2D-sidescrolling sandbox game with a storyline that has multiplayer support, a modding API and a lot more fun stuff. I don\'t work on it anymore, but I made it open source and some of my friends started working on it.', links: { 'Website': 'https://rockbottom.ellpeck.de', - 'API on GitHub': 'https://github.com/RockBottomGame/API' + 'Code on GitHub': 'https://github.com/RockBottomGame' }, - status: 'On hold', + status: 'Handed off', icon: 'rb' } ];