updated TOC and dirname for classic edition

Cette révision appartient à :
Albirew 2019-09-19 21:09:17 +02:00
Parent 67633a994f
révision 13f562d0d8
2 fichiers modifiés avec 4 ajouts et 4 suppressions

Voir le fichier

@ -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

Voir le fichier

@ -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