This commit is contained in:
libccy 2017-04-15 17:35:57 +08:00
parent d9d9e9a84f
commit eb8089092e
1 changed files with 2 additions and 0 deletions

View File

@ -1495,6 +1495,7 @@ game.import('mode',function(){
lib.onfree.push(function(){
event.dialogxx=ui.create.characterDialog();
if(ui.cheat2){
ui.cheat2.animate('controlpressdownx',500);
ui.cheat2.classList.remove('disabled');
}
});
@ -1515,6 +1516,7 @@ game.import('mode',function(){
game.uncheck();
game.check();
if(ui.cheat){
ui.cheat.animate('controlpressdownx',500);
ui.cheat.classList.remove('disabled');
}
}