mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-11 23:17:12 +08:00
Added the option to close the 'get app' dialog
This commit is contained in:
@@ -423,6 +423,10 @@
|
|||||||
onChoose: function() {
|
onChoose: function() {
|
||||||
window.open('https://play.google.com/store/apps/details?id=com.yourcompany.adarkroom');
|
window.open('https://play.google.com/store/apps/details?id=com.yourcompany.adarkroom');
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
'close': {
|
||||||
|
text: _('close'),
|
||||||
|
nextScene: 'end'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user