mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-07-10 04:52:54 +08:00
Added cancel button to the save dialog.
This commit is contained in:
@@ -200,6 +200,10 @@ var Engine = {
|
|||||||
'import': {
|
'import': {
|
||||||
text: 'import',
|
text: 'import',
|
||||||
nextScene: {1: 'confirm'},
|
nextScene: {1: 'confirm'},
|
||||||
|
},
|
||||||
|
'cancel': {
|
||||||
|
text: 'cancel',
|
||||||
|
nextScene: 'end'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user