血条试做
This commit is contained in:
parent
43c6f610a3
commit
23cce9fc15
@ -38,6 +38,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"bg_5043.png",
|
||||
"bg_5044.png",
|
||||
"brave.png",
|
||||
"cao.png",
|
||||
"d.png",
|
||||
"dl.png",
|
||||
"dlr.png",
|
||||
@ -93,6 +94,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
||||
"h25.png",
|
||||
"hero.png",
|
||||
"l.png",
|
||||
"lane1.png",
|
||||
"light.png",
|
||||
"lock.png",
|
||||
"lr.png",
|
||||
|
BIN
project/images/cao.png
Normal file
BIN
project/images/cao.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
BIN
project/images/lane1.png
Normal file
BIN
project/images/lane1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
@ -2239,7 +2239,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
|
||||
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 {
|
||||
core.clearMap("outerUI", 10 * 3, 40 * 3, 105 * 3, 250 * 3);
|
||||
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');
|
||||
}
|
||||
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() { //更新道具栏
|
||||
|
Loading…
Reference in New Issue
Block a user