This commit is contained in:
Peter Cottle 2013-02-16 12:55:03 -08:00
parent 8e8bb1600d
commit e18b2cf2bf
5 changed files with 51 additions and 3 deletions

View file

@ -59,5 +59,21 @@ exports.dialog = [{
' * merge'
]
}
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Sharing is caring!',
'',
'Share trees with your friends via',
'',
' * export tree',
' * import tree',
'',
'Have a great lesson to share? Try building a level with',
'',
' * build level'
]
}
}];