替换图标1

TCX_LongZhu
DESKTOP-MMO982B\User 2025-02-13 20:59:18 +08:00
parent 1176d0cdae
commit 2f36dd4ea1
1 changed files with 4 additions and 4 deletions

View File

@ -1488,13 +1488,13 @@ end
--角色定位ID 获取角色定位背景图片 --角色定位ID 获取角色定位背景图片
function GetHeroPosBgStr(_i) function GetHeroPosBgStr(_i)
if _i==1 then if _i==1 then
return "r_hero_roudundi" return "mrth_tab2"
elseif _i==2 then elseif _i==2 then
return "r_hero_shuchudi" return "mrth_tab2"
elseif _i==3 then elseif _i==3 then
return "r_hero_kongzhidi" return "mrth_tab2"
elseif _i==4 then elseif _i==4 then
return "r_hero_fuzhudi" return "mrth_tab2"
end end
end end