This commit is contained in:
parent
e430b1449a
commit
bcfd1f9b4d
|
@ -21,7 +21,7 @@ window.noname_update={
|
||||||
// 'layout/long2/layout.css',
|
// 'layout/long2/layout.css',
|
||||||
// 'layout/mobile/layout.css',
|
// 'layout/mobile/layout.css',
|
||||||
// 'layout/newlayout/global.css',
|
// 'layout/newlayout/global.css',
|
||||||
// 'layout/mode/stone.css',
|
'layout/mode/chess.css',
|
||||||
// 'extension/boss/extension.js',
|
// 'extension/boss/extension.js',
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
}
|
}
|
||||||
#arena>.dialog.slim:not(.center){
|
#arena>.dialog.slim:not(.center){
|
||||||
top:40px;
|
top:40px;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
#control{
|
#control{
|
||||||
top:calc(100% - 155px);
|
top:calc(100% - 155px);
|
||||||
|
|
|
@ -82,8 +82,8 @@ mode.chess={
|
||||||
case 'three':{
|
case 'three':{
|
||||||
if(lib.config.continue_name_chess){
|
if(lib.config.continue_name_chess){
|
||||||
event._result={
|
event._result={
|
||||||
friend:lib.config.continue_name_versus_three.friend,
|
friend:lib.config.continue_name_chess.friend,
|
||||||
enemy:lib.config.continue_name_versus_three.enemy,
|
enemy:lib.config.continue_name_chess.enemy,
|
||||||
}
|
}
|
||||||
_status.color=lib.config.continue_name_versus_three.color;
|
_status.color=lib.config.continue_name_versus_three.color;
|
||||||
game.saveConfig('continue_name_chess');
|
game.saveConfig('continue_name_chess');
|
||||||
|
|
Loading…
Reference in New Issue