mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Merge pull request #1 from chenjr0719/feat/add_ui_options
feat: Add UI options to REFramework
This commit is contained in:
@@ -331,6 +331,10 @@ re.on_draw_ui(function()
|
||||
if string.len(status) > 0 then
|
||||
imgui.text("[monster_has_hp_bar.lua] Status: " .. status);
|
||||
end
|
||||
|
||||
_, monster_UI.enabled = imgui.checkbox("Enable monster health UI", monster_UI.enabled)
|
||||
_, time_UI.enabled = imgui.checkbox("Enable quest time UI", time_UI.enabled)
|
||||
_, damage_meter_UI.enabled = imgui.checkbox("Enable damage dealt UI", damage_meter_UI.enabled)
|
||||
end);
|
||||
|
||||
re.on_frame(function()
|
||||
|
||||
Reference in New Issue
Block a user