* Support pausing after art display

This commit is contained in:
Bryan Ashby
2015-07-22 23:08:08 -06:00
parent ff5d568259
commit 9120cc9e18
3 changed files with 23 additions and 5 deletions

View File

@@ -192,6 +192,12 @@
}
},
"newUserActive" : {
"art" : "SO-CC1.ANS",
"options" : { "cls" : true },
"action" : "@menu:currentUserStats",
"pause" : "end"
},
"currentUserStats" : {
"art" : "userstats",
//"prompt" : "pause",
"options" : {

View File

@@ -39,8 +39,10 @@
*/
},
"standard" : {
// any menu 'pause' will display this, pause for a key, then erase and move on
"pause" : {
"art" : "pause"
// :TODO: support mci mappings
}
},
"custom" : {