Mercurial > wow > buffalo2
comparison ObjectiveTracker/Schema.lua @ 35:69d03f8e293e
- separated layout and data logic between Frame.lua and Update.lua
- solved disappearing tracker mystery
author | Nenue |
---|---|
date | Sun, 17 Apr 2016 11:07:48 -0400 |
parents | 9856ebc63fa4 |
children | e84d645c8ab8 |
comparison
equal
deleted
inserted
replaced
34:9856ebc63fa4 | 35:69d03f8e293e |
---|---|
40 blockSpacing = 1, | 40 blockSpacing = 1, |
41 } | 41 } |
42 }, | 42 }, |
43 block = { | 43 block = { |
44 default = { | 44 default = { |
45 titlebg = {'HORIZONTAL', 1, 0, .7, .25, 1, 0, .7, .125}, | 45 titlebg = {'HORIZONTAL', 1, 0, .7, 0, 1, 0, .7, .125}, |
46 textbg = {'HORIZONTAL', 0, 0, 0, 0.4, 0, 0, 0, 0 }, | 46 textbg = {'HORIZONTAL', 0, 0, 0, 0.4, 0, 0, 0, 0 }, |
47 selectionbg = {'HORIZONTAL', 1, 1, 1, 0, 1, 1, 1, 0.225}, | 47 selectionbg = {'HORIZONTAL', 1, 1, 1, 0, 1, 1, 1, 0.225}, |
48 titleFont = {[[Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Bold.ttf]], 16, 'OUTLINE'}, | 48 titleFont = {[[Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Bold.ttf]], 16, 'OUTLINE'}, |
49 textFont = {[[Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Regular.ttf]], 16, 'OUTLINE'}, | 49 textFont = {[[Interface\Addons\SharedMedia_MyMedia\font\ArchivoNarrow-Regular.ttf]], 16, 'OUTLINE'}, |
50 titleIndent = 4, | 50 titleIndent = 4, |