mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- added the ability to scale most health/power bars by the amount they're filled up with a customizable max/min color (health can go green to red, for example) - updated from SharedMedia-1.0 to LibSharedMedia-2.0
41 lines
933 B
TeX
41 lines
933 B
TeX
## Interface: 20300
|
|
## Author: Iceroth
|
|
## Name: IceHUD
|
|
## Title: IceHUD |cff7fff7f -Ace2-|r
|
|
## Notes: Another HUD addon
|
|
## Version: 1.0 ($Revision$)
|
|
## SavedVariables: IceCoreDB
|
|
## OptionalDeps: Ace2, GratuityLib, LibSharedMedia, WaterfallLib, MobHealth
|
|
## X-Embeds: Ace2, GratuityLib, LibSharedMedia, WaterfallLib
|
|
## X-Category: UnitFrame
|
|
## X-Date: $Date$
|
|
## X-Website: http://www.wowace.com/forums/index.php/topic,1705.0.html
|
|
|
|
# Libraries
|
|
embeds.xml
|
|
|
|
# IceHUD core functionality
|
|
IceCore.lua
|
|
IceHUD.lua
|
|
IceElement.lua
|
|
IceBarElement.lua
|
|
IceUnitBar.lua
|
|
IceCastBar.lua
|
|
|
|
|
|
# IceHUD modules
|
|
# - Feel free to comment these out if you like
|
|
modules\PlayerHealth.lua
|
|
modules\PlayerMana.lua
|
|
modules\TargetHealth.lua
|
|
modules\TargetMana.lua
|
|
modules\PetHealth.lua
|
|
modules\PetMana.lua
|
|
modules\DruidMana.lua
|
|
modules\TargetInfo.lua
|
|
modules\TargetOfTarget.lua
|
|
modules\ComboPoints.lua
|
|
modules\CastBar.lua
|
|
modules\TargetCast.lua
|
|
modules\MirrorBar.lua
|