mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 21:08:07 -08:00
Add files via upload
This commit is contained in:
@@ -346,7 +346,6 @@ function dps_meter()
|
||||
local dealt_damage_bar_width = width * dealt_damage_percent
|
||||
local rest_bar_width = width - dealt_damage_bar_width
|
||||
|
||||
|
||||
local damage_text = string.format("%d/%d\t", player_total_damage, missing_monster_hp);
|
||||
local damage_percent_text = string.format("%5.1f%%", 100 * dealt_damage_percent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user