Moving UI and buttonsSolved

Hello all, does anyone know the link that you use to be able to move the X and Y posistion for rust UI, I remember this one https://rust-cui.surge.sh/# I think this link is dead as it no longer works for me, and I am horibale on guessing the posistion where it needs to be. Many thanks

That link is not complete, this is the link, https://rust-cui.surge.sh/#!/editor . The editor part at the end is needed.

rust-cui.surge.sh/#!/editor

Also, you can take a screenshot of your own game, paste it into a picture editor (paint works), resize it to 1280x768, flip it vertically, and now the coordinates it displays for your cursor will correspond to offsets on the whole screen from a default anchor of 0 0. This gives you the benefit of being able to easily align things with the existing gui.

Locked automatically