HI first off brill job love the plugin. My question is would it be possible to move the ui to above the inventory boxes to make it more visible for players?
i have found the ui anchor's but would like to get your input on idea.
Change UI location
To adjust the UI position:
Edit the plugin file (.cs) directly.
Look for this line "new CuiRectTransformComponent {" in Line 1580.
Editing the anchors values below it (Line 1581 - 1582) there will adjust the UI pos directly.
Note: only adjust the values in Line 1581 to 1582.
Backup your files before attempting this edit, I will not be responsible for any damages done :)
Chinging these values does nothing
new CuiRectTransformComponent {
AnchorMin="0.650 0.022",
AnchorMax="0.828 0.135"
}