diff --git a/ButtonForge.toc b/ButtonForge-classic.toc similarity index 91% rename from ButtonForge.toc rename to ButtonForge-classic.toc index df91436..eac2524 100644 --- a/ButtonForge.toc +++ b/ButtonForge-classic.toc @@ -1,7 +1,7 @@ -## Interface: 80200 -## Title: Button Forge +## Interface: 11302 +## Title: Button Forge Classic ## Notes: Add as many or few extra Action Bars and Buttons to your user interface to complement the standard (or other) Action Bars -## Version: 0.9.50.2 +## Version: 0.1 ## Author: Massiner of Nathrezim ## SavedVariables: ButtonForgeGlobalSettings, ButtonForgeGlobalProfiles, ButtonForgeGlobalBackup ## SavedVariablesPerCharacter: ButtonForgeSave, BFSave diff --git a/Const.lua b/Const.lua index 97484a8..4a2eddc 100644 --- a/Const.lua +++ b/Const.lua @@ -36,7 +36,7 @@ Const.KeyBindOverlayColor = {0.3, 0.7, 0.1, 0.4}; Const.BarBackdrop = {0.1, 0.1, 0.4, 0.85}; Const.BonusBarBackdrop = {0.1, 0.5, 0.1, 0.85}; Const.IconDragOverlayColor = {0.0, 0.1, 0.3, 0.0}; -Const.ImagesDir = "Interface\\Addons\\ButtonForge\\Images\\"; +Const.ImagesDir = "Interface\\Addons\\ButtonForge-classic\\Images\\"; Const.SlashNumLines = 4; --Num of lines to show before breaking the message up Const.DisableAutoAlignAgainstDefaultBars = false; --Set to true and reload UI in order to not check the Blizzard bars when performing auto-alignment, this probably isn't needed but just in case