Mercurial > wow > reaction
comparison classes/ActionButton.lua @ 220:a4e7475633b3
un-namespace action button config
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Sun, 21 Nov 2010 10:40:54 -0800 |
| parents | e63aefb8a555 |
| children | c4b134512c50 |
comparison
equal
deleted
inserted
replaced
| 219:a5d91d7fd485 | 220:a4e7475633b3 |
|---|---|
| 178 type = buttonTypeID, | 178 type = buttonTypeID, |
| 179 btnWidth = 36, | 179 btnWidth = 36, |
| 180 btnHeight = 36, | 180 btnHeight = 36, |
| 181 btnRows = 1, | 181 btnRows = 1, |
| 182 btnColumns = 12, | 182 btnColumns = 12, |
| 183 spacing = 3 | 183 spacing = 3, |
| 184 buttons = { }, | |
| 184 }, | 185 }, |
| 185 | 186 |
| 186 barType = L["Action Bar"] | 187 barType = L["Action Bar"] |
| 187 }, | 188 }, |
| 188 { __index = Super } ) | 189 { __index = Super } ) |
