Dominos icon indicating copy to clipboard operation
Dominos copied to clipboard

Set position with x/y coordinates for action bars.

Open shocker13 opened this issue 5 years ago • 1 comments

Not sure if it was already requested, but It would've been nice to have an option to set position with x/y coordinates for every single bar. For example when you need to move all action bars for the same distance to the left or to the right etc.

shocker13 avatar Oct 25 '20 21:10 shocker13

It has been requested in the past, for the moment you only have something like this:

/run Dominos.Frame:ForFrame('extra', 'SetAndSaveFramePosition', point, x, y)

/run Dominos.Frame:ForFrame('1-10', 'SetAndSaveFramePosition', point, x, y)

Tuller avatar Oct 29 '20 22:10 Tuller