mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
RAWRRRR next level done
This commit is contained in:
parent
108ab07f93
commit
e4cf2f6faa
6 changed files with 159 additions and 78 deletions
14
src/js/dialogs/nextLevel.js
Normal file
14
src/js/dialogs/nextLevel.js
Normal 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}.'
|
||||
]
|
||||
}
|
||||
}]
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue