法相天地如何调整偏移
<p>Q:当存在多个法相天地时,如何调整偏移
A 在dev/GUICore/公共/UI管理/AvatarManager.lua中修改,如下</p>
<pre><code class="language-lua">AvatarManager.offsetCfg = { -----增加X Y轴的偏移,当有多个存在时自动根据空位置进行偏移
[1] = {x = 0,y = 0},
[2] = {x = 0,y = -50},
[3] = {x = -80,y = -50},
[4] = {x = 80,y = -50},
[5] = {x = -80,y = 0},
[6] = {x = 80,y = 0},
}</code></pre>