mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 20:59:37 +08:00
修复大地图显伤
This commit is contained in:
parent
bc2488c95d
commit
6e90b4cf00
@ -23,7 +23,7 @@ core.control.updateDamage = function (floorId = core.status.floorId, ctx) {
|
|||||||
floor.enemy.calMapDamage();
|
floor.enemy.calMapDamage();
|
||||||
core.status.damage.data = [];
|
core.status.damage.data = [];
|
||||||
|
|
||||||
floor.enemy.render();
|
floor.enemy.render(true);
|
||||||
|
|
||||||
getItemDetail(floorId, onMap); // 宝石血瓶详细信息
|
getItemDetail(floorId, onMap); // 宝石血瓶详细信息
|
||||||
this.drawDamage(ctx, floorId);
|
this.drawDamage(ctx, floorId);
|
||||||
|
Loading…
Reference in New Issue
Block a user