pretty legit level dropdown

This commit is contained in:
Peter Cottle 2013-01-06 23:34:39 -08:00
parent 0012c3de54
commit 378fcc0377
10 changed files with 542 additions and 28 deletions

View file

@ -14,11 +14,11 @@ exports.levelSequences = {
// there are also cute names and such for sequences
exports.sequenceInfo = {
intro: {
name: 'Introduction Sequence',
displayName: 'Introduction Sequence',
about: 'A nicely paced introduction to the majority of git commands'
},
rebase: {
name: 'Master the Rebase Luke!',
displayName: 'Master the Rebase Luke!',
about: 'What is this whole rebase hotness everyone is talking about? Find out!'
}
};