diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MapFrame.lua	Thu May 25 17:24:00 2017 -0400
@@ -0,0 +1,36 @@
+--
+-- 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
\ No newline at end of file