From 4bdd684847a29c00cf9385dbe794a9681ef48c44 Mon Sep 17 00:00:00 2001 From: lieren2023 <131325076+lieren2023@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:36:24 +0800 Subject: [PATCH] Add files via upload --- game/game.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/game/game.js b/game/game.js index 07f83ea39..5f1d06407 100644 --- a/game/game.js +++ b/game/game.js @@ -1337,7 +1337,6 @@ item:{ style1:'样式一', style2:'样式二', - style3:'样式三', }, visualMenu:function(node,link){ node.className='button character'; @@ -9887,7 +9886,7 @@ splash.dataset.splash_style=lib.config.splash_style; // 扩展可通过window.splashurl设置素材读取路径 if(window.splashurl==undefined)window.splashurl='image/splash/'; - if(lib.config.splash_style=='style1'||lib.config.splash_style=='style2'||lib.config.splash_style=='style3'){ + if(lib.config.splash_style=='style1'||lib.config.splash_style=='style2'){ ui.create.div(node,'.avatar').setBackgroundImage('image/splash/'+lib.config.splash_style+'/'+lib.config.all.mode[i]+'.jpg'); }else{ ui.create.div(node,'.avatar').setBackgroundImage(splashurl+lib.config.splash_style+'/'+lib.config.all.mode[i]+'.jpg');