血条试做

This commit is contained in:
草莓 2024-12-18 23:15:48 +08:00
parent 43c6f610a3
commit 23cce9fc15
4 changed files with 8 additions and 2 deletions

View File

@ -38,6 +38,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"bg_5043.png", "bg_5043.png",
"bg_5044.png", "bg_5044.png",
"brave.png", "brave.png",
"cao.png",
"d.png", "d.png",
"dl.png", "dl.png",
"dlr.png", "dlr.png",
@ -93,6 +94,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"h25.png", "h25.png",
"hero.png", "hero.png",
"l.png", "l.png",
"lane1.png",
"light.png", "light.png",
"lock.png", "lock.png",
"lr.png", "lr.png",

BIN
project/images/cao.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

BIN
project/images/lane1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -2239,7 +2239,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
core.fillBoldText("outerUI", updatedFloorTitle, 60 * 3, 22 * 3, TEXT_COLOR, '#000000'); core.fillBoldText("outerUI", updatedFloorTitle, 60 * 3, 22 * 3, TEXT_COLOR, '#000000');
} }
drawStatusList(96 * 3, 46 * 3); //drawStatusList(96 * 3, 46 * 3);
//core.drawImage("outerUI", "lane1.png", 0, 0)
core.drawImage("outerUI", "cao.png", 0, 0)
} else { } else {
core.clearMap("outerUI", 10 * 3, 40 * 3, 105 * 3, 250 * 3); core.clearMap("outerUI", 10 * 3, 40 * 3, 105 * 3, 250 * 3);
core.setFont("outerUI", 'bold 48px Verdana'); core.setFont("outerUI", 'bold 48px Verdana');
@ -2247,7 +2249,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
core.fillBoldText("outerUI", updatedFloorTitle, 62 * 3, 41 * 3, TEXT_COLOR, '#000000'); core.fillBoldText("outerUI", updatedFloorTitle, 62 * 3, 41 * 3, TEXT_COLOR, '#000000');
} }
drawStatusList(110 * 3, 93 * 3); //drawStatusList(110 * 3, 93 * 3);
//core.drawImage("outerUI", "lane1.png", 0, 30)
core.drawImage("outerUI", "cao.png", 0, 0, 400, 350, 0, 30, 360, 315)
} }
} }
_update_items() { //更新道具栏 _update_items() { //更新道具栏