Mercurial > wow > worldplan
view MapFrame.lua @ 106:1197c8825eda
- remove 7.2.5 changes from live
author | Nenue |
---|---|
date | Sun, 28 May 2017 19:58:56 -0400 |
parents | 4d1520186ea4 |
children | b67ba1078824 |
line wrap: on
line source
-- -- Created by IntelliJ IDEA. -- User: Nick -- Date: 5/24/2017 -- Time: 9:27 PM -- To change this template use File | Settings | File Templates. -- WorldPlanMapFrameMixin = { defaults = { anchors = { point = 'LEFT', x = 50, }, size = { x = 800, y = 600 } } } local Module = WorldPlanMapFrameMixin function Module:OnLoad() WorldPlan:AddHandler(self) end function Module:Setup() self:ApplySettings() end function Module:ApplySettings() end