This commit is contained in:
Lenheart 2026-01-09 23:35:54 +08:00
parent 7990a1189d
commit 955b2fdabe
1 changed files with 9 additions and 4 deletions

View File

@ -204,10 +204,15 @@ class Rindro_FiendwarApplyJoinC extends LenheartNewUI_Windows {
//绘制角色背景
L_sq_DrawImg("hud/fiendwarl.img", 14, X + 8, Y + 40);
//绘制角色头像
//绘制队长头像
local AXpos = X + gx - 110 + 42;
local AYpos = Y + gy - 5 + 1;
InfoObj.EquVos.DrawFace(AXpos, AYpos);
// if (AvatarArr) {
// foreach(AvatarObj in AvatarArr) {
// local AXpos = AvatarObj.F[0][2] + X + OffsetArr[Job][0] - 8;
// local AYpos = AvatarObj.F[0][3] + Y + OffsetArr[Job][1] + 40;
// setClip(AXpos + OffsetArr[Job][2], AYpos + OffsetArr[Job][3], AXpos + OffsetArr[Job][2] + 22, AYpos + OffsetArr[Job][3] + 18); //开始裁切
// L_sq_DrawImg("character/" + AvatarObj.B + ".img", AvatarObj.F[0][0], AXpos, AYpos);
// releaseClip(); //裁切结束
// }
// }
//绘制角色等级
L_sq_DrawCode(Level, X + 78 - LenheartTextClass.GetStringLength(Level) / 2, Y + 45, sq_RGBA(134, 120, 79, 255), 0, 1);
//绘制角色名字