update rb
This commit is contained in:
parent
cbf872913c
commit
a0bd0578a4
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue