tullamods / Dominos

A main actionbar replacement
https://tullamods.com/dominos
BSD 3-Clause "New" or "Revised" License
80 stars 26 forks source link

Set position with x/y coordinates for action bars. #491

Open shocker13 opened 3 years ago

shocker13 commented 3 years ago

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.

Tuller commented 3 years ago

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)