-
TidyPlates
Hello all, basically I am trying to move the spell icon in Tidy Plates to the left, instead of in the middle or to the right where it shows up by default. If anyone knows how to set the code properly to move the icon to the left could you please help me out. I will include what I think to be the correct coding from the file undearneath.
theme.spellicon = {
width = 18,
height = 18,
x = 62,
y = -8+castBar_verticalOffset+nameplate_verticalOffset,
anchor = "CENTER",
}
-
x = 62
that is the value you have to change. To move the icon on the "left" you have to reduce the number.
In your case "minus 62" ( so: -62) is the value to have the icon exactly on the left side of the cast bar.