This commit is contained in:
parent
3a772c8036
commit
d3e1087334
|
@ -125,9 +125,6 @@ mode.versus={
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// game.delay();
|
// game.delay();
|
||||||
if(_status.mode=='four'){
|
|
||||||
game.delay(0.5);
|
|
||||||
}
|
|
||||||
"step 2"
|
"step 2"
|
||||||
if(_status.connectMode){
|
if(_status.connectMode){
|
||||||
if(lib.configOL.versus_mode=='1v1'){
|
if(lib.configOL.versus_mode=='1v1'){
|
||||||
|
@ -1077,6 +1074,7 @@ mode.versus={
|
||||||
event.xdialog=dialog;
|
event.xdialog=dialog;
|
||||||
dialog.static=true;
|
dialog.static=true;
|
||||||
event.current.classList.add('selectedx');
|
event.current.classList.add('selectedx');
|
||||||
|
game.delay();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
event.ai(event.current,event.list.randomGets(3),event.list2);
|
event.ai(event.current,event.list.randomGets(3),event.list2);
|
||||||
|
@ -1142,6 +1140,7 @@ mode.versus={
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
ui.control.style.transitionDuration='';
|
ui.control.style.transitionDuration='';
|
||||||
},500);
|
},500);
|
||||||
|
lib.init.onfree();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
chooseCharacterThree:function(){
|
chooseCharacterThree:function(){
|
||||||
|
|
Loading…
Reference in New Issue