diff --git a/game/game.js b/game/game.js index 2c69e483e..522b42d41 100644 --- a/game/game.js +++ b/game/game.js @@ -1529,7 +1529,7 @@ unfrequent:true, }, border_style:{ - name:'边框样式', + name:'角色边框', init:'default', intro:'设置角色边框的样式,当设为自动时,样式将随着一局游戏中伤害或击杀的数量自动改变', item:{ @@ -1712,7 +1712,7 @@ } }, control_style:{ - name:'按钮样式', + name:'按钮背景', init:'default', item:{ wood:'木纹', @@ -1839,7 +1839,7 @@ unfrequent:true, }, menu_style:{ - name:'菜单样式', + name:'菜单背景', init:'default', item:{ wood:'木纹', diff --git a/game/update.js b/game/update.js index 53a0cdd5d..7779af52e 100644 --- a/game/update.js +++ b/game/update.js @@ -1,29 +1,29 @@ window.noname_update={ - version:'1.9.13.1', - update:'1.9.12.4', + version:'1.9.13.2', + update:'1.9.13.1', changeLog:[ - '更新源设置', + 'bug修复', ], files:[ 'game/game.js', // 'game/package.js', // 'game/config.js', // 'game/source.js', - 'game/asset.js', + // 'game/asset.js', // 'card/*', - 'card/guozhan.js', - 'character/*', - 'mode/boss.js', + // 'card/guozhan.js', + // 'character/*', + // 'mode/boss.js', // 'mode/chess.js', // 'mode/versus.js', // 'mode/guozhan.js', // 'mode/identity.js', // 'mode/stone.js', // 'theme/woodden/style.css', - 'layout/default/layout.css', + // 'layout/default/layout.css', // 'layout/default/phone.css', 'layout/default/menu.css', - 'layout/long/layout.css', + // 'layout/long/layout.css', // 'layout/long2/layout.css', // 'layout/mobile/layout.css', // 'layout/newlayout/global.css', diff --git a/layout/default/menu.css b/layout/default/menu.css index fa0e68de4..e32fa704f 100644 --- a/layout/default/menu.css +++ b/layout/default/menu.css @@ -620,7 +620,7 @@ .themebutton.woodden>div>div{ background: url('../../theme/woodden/wood.png'); } -.themebutton.woodden>div>div:not(.avatar):hover,.themebutton.woodden>div>div.active{ +.themebutton.woodden>div>div.active{ box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 0.4) 0 0 0 2px, rgba(0, 133, 255, 1) 0 0 5px !important; } .themebutton.music{ @@ -644,9 +644,9 @@ .themebutton.simple>div>div{ background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)); } -.themebutton.simple>div>div:not(.avatar):hover, +/*.themebutton.simple>div>div:not(.avatar):hover,*/ .themebutton.simple>div>div.active, -.themebutton.music>div>div:not(.avatar):hover, +/*.themebutton.music>div>div:not(.avatar):hover,*/ .themebutton.music>div>div.active{ background-image: linear-gradient(rgba(47,101,150,1), rgba(43, 90, 132,1)); } @@ -678,6 +678,25 @@ .themebutton>.fakeplayer.me{ -webkit-clip-path: polygon(-10px 0, 32px 0, 32px 32px, -10px 32px); } +.themebutton>div>div>div{ + width: 200%; + height: 200%; + left: 0; + top: 0; + transform: scale(0.5); + color: white; + box-shadow: black 0 0 2px; + transform-origin: top left; + line-height: 24px; + text-align: center; + box-shadow: none !important; +} +.themebutton.woodden>div>div>div{ + color: rgba(77, 60, 51, 0.8); + text-shadow: none; +} + + #window:not(.nopointer) .popup-container>.menu>div{ cursor: pointer; }