comparison Modules/PaperDoll.lua @ 75:d9d16e67725c

- refactor objectives plugin
author Nenue
date Sat, 27 Aug 2016 07:09:54 -0400
parents d80db9a9b7e4
children 83b3cdaae6a5
comparison
equal deleted inserted replaced
74:cd6e78091b04 75:d9d16e67725c
4 -- %file-revision% 4 -- %file-revision%
5 -- Displays item levels by equipment slots 5 -- Displays item levels by equipment slots
6 -- Requires tooltip scraping to obtain these numbers, meaning any currently active tooltip will be cleared. 6 -- Requires tooltip scraping to obtain these numbers, meaning any currently active tooltip will be cleared.
7 7
8 local plugin = CreateFrame('Frame', 'VeneerPaper', UIParent) 8 local plugin = CreateFrame('Frame', 'VeneerPaper', UIParent)
9 local vn, print = LibStub("LibKraken").register(VeneerController, plugin) 9 local vn, print = LibStub("LibKraken").register(Veneer, plugin)
10 10
11 local slot_anchors = { 11 local slot_anchors = {
12 [1] = 'TOPLEFT', 12 [1] = 'TOPLEFT',
13 [2] = 'TOPLEFT', 13 [2] = 'TOPLEFT',
14 [3] = 'TOPLEFT', 14 [3] = 'TOPLEFT',