comparison WorldPlan.lua @ 47:733785e306a3

- Fixed an update lag that occurs between map changes. - Aesthetic polish
author Nenue
date Tue, 27 Dec 2016 17:29:23 -0500
parents db570c6a0ffb
children c0b88bd1e40b
comparison
equal deleted inserted replaced
46:0873a1b00bb2 47:733785e306a3
49 showNumber = true, 49 showNumber = true,
50 numberFontObject = 'WorldPlanFont' 50 numberFontObject = 'WorldPlanFont'
51 }, 51 },
52 zone = { 52 zone = {
53 iconWidth = 22, 53 iconWidth = 22,
54 borderWidth = 3, 54 borderWidth = 2,
55 highlightWidth = 2, 55 highlightWidth = 2,
56 TagSize = 12, 56 TagSize = 12,
57 maxAlertLevel = 3, 57 maxAlertLevel = 3,
58 showNumber = true, 58 showNumber = true,
59 numberFontObject = 'WorldPlanNumberFontThin' 59 numberFontObject = 'WorldPlanNumberFontThin'
60 }, 60 },
61 minimized = { 61 minimized = {
62 r = 0, g = 0, b = 0, a = 0.1, 62 r = 0, g = 0, b = 0, a = 0.1,
63 iconWidth = 8, 63 iconWidth = 8,
64 borderWidth = 2, 64 borderWidth = 1,
65 alpha = 0.5, 65 alpha = 0.5,
66 highlightWidth = 0, 66 highlightWidth = 0,
67 maxAlertLevel = 0, 67 maxAlertLevel = 0,
68 NoIcon = true, 68 NoIcon = true,
69 69