This commit is contained in:
parent
d9d9e9a84f
commit
eb8089092e
|
@ -1495,6 +1495,7 @@ game.import('mode',function(){
|
||||||
lib.onfree.push(function(){
|
lib.onfree.push(function(){
|
||||||
event.dialogxx=ui.create.characterDialog();
|
event.dialogxx=ui.create.characterDialog();
|
||||||
if(ui.cheat2){
|
if(ui.cheat2){
|
||||||
|
ui.cheat2.animate('controlpressdownx',500);
|
||||||
ui.cheat2.classList.remove('disabled');
|
ui.cheat2.classList.remove('disabled');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -1515,6 +1516,7 @@ game.import('mode',function(){
|
||||||
game.uncheck();
|
game.uncheck();
|
||||||
game.check();
|
game.check();
|
||||||
if(ui.cheat){
|
if(ui.cheat){
|
||||||
|
ui.cheat.animate('controlpressdownx',500);
|
||||||
ui.cheat.classList.remove('disabled');
|
ui.cheat.classList.remove('disabled');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue