- Changed few icons on damage done tooltip.

- Fixed the class color on texts for healing attribute.
- Added options for change the tooltip border's size, color and texture.
- Added buttons for test interrupt and cooldown announcers under raid tools section.

- New API: _detalhes:SetTooltipBackdrop (border_texture, border_size, border_color) set tooltip border configs.
This commit is contained in:
tercio
2014-09-10 22:55:34 -03:00
parent 556d5549dc
commit 714daf6a99
12 changed files with 296 additions and 45 deletions
+7
View File
@@ -423,6 +423,9 @@ function _detalhes:ApplyProfile (profile_name, nosave, is_copy)
_detalhes.opened_windows = _detalhes.opened_windows + 1
end
end
--> update tooltip settings
_detalhes:SetTooltipBackdrop()
--> end
@@ -794,6 +797,10 @@ local default_profile = {
anchor_point = "bottom",
anchor_relative = "top",
anchor_offset = {0, 0},
border_texture = "Blizzard Tooltip",
border_color = {1, 1, 1, 1},
border_size = 16,
},
}