123
This commit is contained in:
parent
e460cd967b
commit
9b82bcf22f
|
@ -30,7 +30,7 @@ character.sp={
|
|||
sp_machao:['male','qun',4,['zhuiji','cihuai']],
|
||||
sunhao:['male','wu',5,['canshi','chouhai']],
|
||||
shixie:['male','qun',3,['biluan','lixia']],
|
||||
mayunlu:['female','shu',3,['fengpo','mashu']],
|
||||
mayunlu:['female','shu',4,['fengpo','mashu']],
|
||||
zhanglu:['male','qun',3,['yishe','bushi','midao']],
|
||||
wutugu:['male','qun',15,['ranshang','hanyong']],
|
||||
sp_caiwenji:['female','wei',3,['chenqing','mozhi']],
|
||||
|
|
|
@ -12752,6 +12752,9 @@
|
|||
if(lib.config.show_log=='off'){
|
||||
ui.arenalog.style.display='none';
|
||||
}
|
||||
else{
|
||||
ui.arenalog.dataset.position=lib.config.show_log;
|
||||
}
|
||||
|
||||
ui.roundmenu=ui.create.div('#roundmenu.roundarenabutton.menubutton.round',ui.arena);
|
||||
ui.roundmenu._position=[180,210];
|
||||
|
|
Loading…
Reference in New Issue