diff --git a/Assets/ManagedResources/~Lua/Common/functions.lua b/Assets/ManagedResources/~Lua/Common/functions.lua index c404263b1b..767dcb1a58 100644 --- a/Assets/ManagedResources/~Lua/Common/functions.lua +++ b/Assets/ManagedResources/~Lua/Common/functions.lua @@ -1488,13 +1488,13 @@ end --角色定位ID 获取角色定位背景图片 function GetHeroPosBgStr(_i) if _i==1 then - return "r_hero_roudundi" + return "mrth_tab2" elseif _i==2 then - return "r_hero_shuchudi" + return "mrth_tab2" elseif _i==3 then - return "r_hero_kongzhidi" + return "mrth_tab2" elseif _i==4 then - return "r_hero_fuzhudi" + return "mrth_tab2" end end