11111
This commit is contained in:
@@ -75,7 +75,7 @@ class HudUiC extends LenheartNewUI_Windows {
|
||||
}
|
||||
|
||||
//技能栏
|
||||
for (local i = 0; i< 6; i++) {
|
||||
for (local i = 0; i< 7; i++) {
|
||||
L_sq_WA(L_sq_RA(L_sq_RA(0x01ADE0CC) + 0x30 + (i * 0x4)) + 0x14, 433 + (i * 31));
|
||||
L_sq_WA(L_sq_RA(L_sq_RA(0x01ADE0CC) + 0x30 + (i * 0x4)) + 0x18, 565);
|
||||
L_sq_WA(L_sq_RA(L_sq_RA(0x01ADE0CC) + 0x60 + (i * 0x4)) + 0x14, 433 + (i * 31));
|
||||
@@ -568,6 +568,7 @@ class HudUiC extends LenheartNewUI_Windows {
|
||||
|
||||
//绘制主界面
|
||||
function DrawMain(obj) {
|
||||
|
||||
//绘制背景
|
||||
L_sq_DrawImg("interface2/hud/lenheartaddhud.img", 0, 347, 526);
|
||||
|
||||
@@ -658,4 +659,5 @@ getroottable()["LenheartFuncTab"].rawset("HudUiFuncN", Lenheart_HudUi_Fun);
|
||||
// L_sq_Test(L_sq_RA(0x01AB7CDC), 0x3DB61400);
|
||||
// local Ret = L_sq_Test(L_sq_RA(0x01AB7CDC), 10);
|
||||
// local Ret = L_sq_Test(L_sq_RA(0x01A5FA88), 101020037);
|
||||
// print(format("%02x", Ret));
|
||||
// print(format("%02x", Ret));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user