RAWRRRR next level done

This commit is contained in:
Peter Cottle 2013-03-02 13:51:35 -08:00
parent 108ab07f93
commit e4cf2f6faa
6 changed files with 159 additions and 78 deletions

View file

@ -0,0 +1,14 @@
exports.dialog = {
'en_US': [{
type: 'ModalAlert',
options: {
markdowns: [
'## Great Job!!',
'',
'You solved the level in *{numCommands}* command(s); ',
'our solution uses {best}.'
]
}
}]
};