update rb

This commit is contained in:
Ellpeck 2019-08-08 13:02:50 +02:00
parent cbf872913c
commit a0bd0578a4

View file

@ -38,12 +38,12 @@ const projects = [{
}, },
{ {
name: 'Rock Bottom', 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: { links: {
'Website': 'https://rockbottom.ellpeck.de', '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' icon: 'rb'
} }
]; ];