This commit is contained in:
Peter Cottle 2013-02-16 13:07:04 -08:00
parent 35e8d98bd5
commit 1ad1ba24d2
7 changed files with 36 additions and 33 deletions

View file

@ -32,15 +32,6 @@ exports.dialog = [{
''
]
}
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'The best way to learn is with levels. Type in "levels" to get started!'
]
}
}, {
type: 'ModalAlert',
options: {
@ -75,5 +66,14 @@ exports.dialog = [{
' * build level'
]
}
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'The best way to learn is with levels. Type in "levels" to get started!'
]
}
}];