Thread: Help me plz
View Single Post
03-23-23, 04:44 PM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
SetPoint is addative so if the fontstring was originally set using another point(s) this will move that one point and leave the other(s) in place:
Lua Code:
  1. stackCount:ClearAllPoints()
  2. stackCount:SetPoint("BOTTOMRIGHT", -1, 0)
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote