diff Modules/ArtifactPower.lua @ 121:1f68c46bc4de

BuffFrame: - Added interface framework for selectively hiding certain buff's auxiliary values.
author Nenue
date Mon, 17 Jul 2017 11:51:31 -0400
parents 5f1ba488c395
children ea2c616a3b4f
line wrap: on
line diff
--- a/Modules/ArtifactPower.lua	Sun Jun 04 18:20:40 2017 -0400
+++ b/Modules/ArtifactPower.lua	Mon Jul 17 11:51:31 2017 -0400
@@ -14,9 +14,10 @@
   worldQuestAP = 0,
   worldQuestItems = {},
   ItemButtons = {},
+  anchorGroup = 'TOP',
   anchorPoint = 'TOP',
   anchorPriority = 3,
-  anchorFrom = 'TOP',
+  anchorFrom = 'BOTTOMLEFT',
   moduleName = 'Artifactor',
   HideCombat = true
 }