Open Ebirux opened 5 years ago
Currently you need to modify the render.lua
script to move the UI location.
Can you give a screenshot to show where you want to move?
@Ebirux if you want to change the X position, modify this line in render.lua, then close/re-run the run script:
local currPosition = 600
I also moved the Player Effect Window by changing this line:
ig.SetNextWindowPos(ig.ImVec2(0, 10))
Is it possible to move the UI for the monster's info over? The hp bar is covering it.