chore:录像模式下可以显示血瓶宝石信息

This commit is contained in:
ShakeFlower 2026-02-21 17:30:22 +08:00
parent 9902f22258
commit d47fe08609

View File

@ -1768,7 +1768,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
} }
this._updateDamage_damage(floorId, onMap); this._updateDamage_damage(floorId, onMap);
this._updateDamage_extraDamage(floorId, onMap); this._updateDamage_extraDamage(floorId, onMap);
if (!core.isReplaying()) core.getItemDetail(floorId); // 宝石血瓶详细信息 core.getItemDetail(floorId); // 宝石血瓶详细信息
this.drawDamage(ctx); this.drawDamage(ctx);
}; };