Mercurial > wow > buffalo2
comparison Modules/TalkingHead.lua @ 102:1e511e9aaca5
- clean up handler loading inconsistencies; exclude free frames from anchor cluster iterations, and remove extraneous PLAYER_LOGIN handling
- added a Setup method to the handler template that creates and reconciles a SavedVariables table for that module
| author | Nenue |
|---|---|
| date | Wed, 25 Jan 2017 23:11:27 -0500 |
| parents | caded2668701 |
| children | 8df154a2bfd6 |
comparison
equal
deleted
inserted
replaced
| 101:f32b63c93275 | 102:1e511e9aaca5 |
|---|---|
| 10 VeneerTalkingHeadMixin = { | 10 VeneerTalkingHeadMixin = { |
| 11 | 11 |
| 12 anchorPoint = 'BOTTOMLEFT', | 12 anchorPoint = 'BOTTOMLEFT', |
| 13 anchorFrom = 'TOPLEFT', | 13 anchorFrom = 'TOPLEFT', |
| 14 anchorX = -4, | 14 anchorX = -4, |
| 15 anchorY = 24, | 15 anchorY = 96, |
| 16 anchorFrame = 'ChatFrame1', | 16 anchorFrame = 'ChatFrame1', |
| 17 addonTrigger = 'Blizzard_TalkingHeadUI' | 17 addonTrigger = 'Blizzard_TalkingHeadUI' |
| 18 | 18 |
| 19 } | 19 } |
| 20 | 20 |
