Mercurial > wow > worldplan
comparison MapFrame.lua @ 102:4d1520186ea4
7.2.5 changes
- Fixed order hall panel not initializing on fresh install
| author | Nenue |
|---|---|
| date | Thu, 25 May 2017 17:24:00 -0400 |
| parents | |
| children | b67ba1078824 |
comparison
equal
deleted
inserted
replaced
| 101:b68af1e44bdc | 102:4d1520186ea4 |
|---|---|
| 1 -- | |
| 2 -- Created by IntelliJ IDEA. | |
| 3 -- User: Nick | |
| 4 -- Date: 5/24/2017 | |
| 5 -- Time: 9:27 PM | |
| 6 -- To change this template use File | Settings | File Templates. | |
| 7 -- | |
| 8 | |
| 9 WorldPlanMapFrameMixin = { | |
| 10 defaults = { | |
| 11 anchors = { | |
| 12 point = 'LEFT', | |
| 13 x = 50, | |
| 14 }, | |
| 15 size = { | |
| 16 x = 800, | |
| 17 y = 600 | |
| 18 } | |
| 19 } | |
| 20 | |
| 21 } | |
| 22 local Module = WorldPlanMapFrameMixin | |
| 23 | |
| 24 function Module:OnLoad() | |
| 25 WorldPlan:AddHandler(self) | |
| 26 | |
| 27 | |
| 28 end | |
| 29 | |
| 30 function Module:Setup() | |
| 31 self:ApplySettings() | |
| 32 end | |
| 33 | |
| 34 function Module:ApplySettings() | |
| 35 | |
| 36 end |
