annotate Bindings.lua @ 103:890e4c4ab143

- added alpha settings (base and stateful) - added scale settings (stateful only) - updated overlay to work with stateful anchor/scale (though when in a state with scale, the button size/spacing can't be manipulated)
author Flick <flickerstreak@gmail.com>
date Thu, 06 Nov 2008 01:28:07 +0000
parents a4620a29a9cb
children
rev   line source
flickerstreak@34 1 local L = LibStub("AceLocale-3.0"):GetLocale("ReAction")
flickerstreak@34 2 local _G = _G
flickerstreak@34 3
flickerstreak@34 4 _G["BINDING_HEADER_REACTION"] = L["ReAction"]
flickerstreak@34 5
flickerstreak@34 6 _G["BINDING_NAME_REACTION_TOGGLELOCK"] = L["Toggle ReAction Bar Lock"]
flickerstreak@34 7 _G["BINDING_NAME_REACTION_TOGGLEKEYBIND"] = L["ReAction Keybinding Mode"]