mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 12:28:03 -08:00
Big commit
- Add missing Tired Timer to Stamina UI; - Replace per-tick updates of HP, Stamina and Rage to per-event; -- Stamina UI on Small Monsters is now deprecated; -
This commit is contained in:
@@ -125,6 +125,8 @@ function small_monster_UI.draw()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
|
||||
local opacity_scale = 1;
|
||||
if cached_config.dynamic_positioning.enabled then
|
||||
@@ -141,6 +143,8 @@ function small_monster_UI.draw()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
small_monster.draw(monster, position_on_screen, opacity_scale);
|
||||
|
||||
i = i + 1;
|
||||
|
||||
Reference in New Issue
Block a user