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:
GreenComfyTea
2022-07-10 20:00:56 +03:00
parent 9c1ba9ac4c
commit 06a29637bd
8 changed files with 662 additions and 470 deletions

View File

@@ -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;