Added cancel button to the save dialog.

This commit is contained in:
Michael
2013-10-17 17:48:48 -04:00
parent 701baf86d7
commit 363119717e
+4
View File
@@ -200,6 +200,10 @@ var Engine = {
'import': {
text: 'import',
nextScene: {1: 'confirm'},
},
'cancel': {
text: 'cancel',
nextScene: 'end'
}
}
},