Mercurial > wow > buffalo2
comparison Veneer.lua @ 107:ff00679a7817
- Template config creation includes sub-tables keyed by player guid
author | Nenue |
---|---|
date | Sun, 29 Jan 2017 09:57:09 -0500 |
parents | 8df154a2bfd6 |
children | a41f6b74709a |
comparison
equal
deleted
inserted
replaced
106:6fa74abd83fd | 107:ff00679a7817 |
---|---|
36 local print = DEVIAN_WORKSPACE and function(...) _G.print('Veneer', ...) end or nop | 36 local print = DEVIAN_WORKSPACE and function(...) _G.print('Veneer', ...) end or nop |
37 local wipe = table.wipe | 37 local wipe = table.wipe |
38 | 38 |
39 local defaults = { | 39 local defaults = { |
40 enableAll = true, | 40 enableAll = true, |
41 enableModule = { | |
42 BuffFrame = true, | |
43 }, | |
44 BuffFrame = { | |
45 width = 48, | |
46 height = 48, | |
47 }, | |
48 ConfigMode = true | 41 ConfigMode = true |
49 } | 42 } |
50 | 43 |
51 local configMode | 44 local configMode |
52 local anonID = 0 | 45 local anonID = 0 |