vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 BUFFALO_DEFAULT_OPTIONS = {
2 xPos = {buff=400, debuff=400, weapon=400},
3 yPos = {buff=500, debuff=250, weapon=200},
4 scale = {buff = 1.0, debuff = 1.0, weapon = 1.0},
5 padding = { buff = {x=5, y=15},
6 debuff = {x=5, y=15},
7 weapon = {x=5, y=15}},
8 growRight = {buff = nil, debuff = nil, weapon = nil},
9 growUpwards = {buff = nil, debuff = nil, weapon = nil},
10 rows = {buff=2, debuff=1, weapon=1},
11 cols = {buff=8, debuff=8, weapon=2},
12 growHorizontalFirst = {buff = true, debuff = true, weapon = true},
13 locked = false,
14 hide = {buff = nil, debuff = nil, weapon = nil},
15 verboseTimers = {buff = nil, debuff = true, weapon = nil},
16 whiteTimers = {buff = nil, debuff = nil, weapon = nil},
17 flashes = {buff = true, debuff = true, weapon = true},
18 }