├── .pkgmeta ├── ShadowedUnitFrames.lua ├── ShadowedUnitFrames.toc ├── globalcheck.lua ├── localcheck.lua ├── localization ├── deDE.lua ├── enUS.lua ├── esES.lua ├── esMX.lua ├── frFR.lua ├── koKR.lua ├── ruRU.lua ├── zhCN.lua └── zhTW.lua ├── media ├── fonts │ └── Myriad Condensed Web.ttf └── textures │ ├── ABFBorder.tga │ ├── AceBarFrames.tga │ ├── Aluminium.tga │ ├── Charcoal.tga │ ├── LiteStep.tga │ ├── Minimalist.tga │ ├── banto.tga │ ├── border-dark.tga │ ├── border-light.tga │ ├── combo.tga │ ├── glaze.tga │ ├── highlight.tga │ ├── otravi.tga │ ├── perl.tga │ ├── smooth.tga │ └── striped.tga ├── modules ├── auras.lua ├── cast.lua ├── combattext.lua ├── combopoints.lua ├── defaultlayout.lua ├── druid.lua ├── empty.lua ├── fader.lua ├── health.lua ├── highlight.lua ├── incheal.lua ├── indicators.lua ├── layout.lua ├── movers.lua ├── portrait.lua ├── power.lua ├── range.lua ├── runes.lua ├── tags.lua ├── totems.lua ├── units.lua └── xp.lua └── options ├── ShadowedUF_Options.toc └── config.lua /.pkgmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/.pkgmeta -------------------------------------------------------------------------------- /ShadowedUnitFrames.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/ShadowedUnitFrames.lua -------------------------------------------------------------------------------- /ShadowedUnitFrames.toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/ShadowedUnitFrames.toc -------------------------------------------------------------------------------- /globalcheck.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/globalcheck.lua -------------------------------------------------------------------------------- /localcheck.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/localcheck.lua -------------------------------------------------------------------------------- /localization/deDE.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/localization/deDE.lua -------------------------------------------------------------------------------- /localization/enUS.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/localization/enUS.lua -------------------------------------------------------------------------------- /localization/esES.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/localization/esES.lua -------------------------------------------------------------------------------- /localization/esMX.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/localization/esMX.lua -------------------------------------------------------------------------------- /localization/frFR.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/localization/frFR.lua -------------------------------------------------------------------------------- /localization/koKR.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/localization/koKR.lua -------------------------------------------------------------------------------- /localization/ruRU.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/localization/ruRU.lua -------------------------------------------------------------------------------- /localization/zhCN.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/localization/zhCN.lua -------------------------------------------------------------------------------- /localization/zhTW.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/localization/zhTW.lua -------------------------------------------------------------------------------- /media/fonts/Myriad Condensed Web.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/fonts/Myriad Condensed Web.ttf -------------------------------------------------------------------------------- /media/textures/ABFBorder.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/ABFBorder.tga -------------------------------------------------------------------------------- /media/textures/AceBarFrames.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/AceBarFrames.tga -------------------------------------------------------------------------------- /media/textures/Aluminium.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/Aluminium.tga -------------------------------------------------------------------------------- /media/textures/Charcoal.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/Charcoal.tga -------------------------------------------------------------------------------- /media/textures/LiteStep.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/LiteStep.tga -------------------------------------------------------------------------------- /media/textures/Minimalist.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/Minimalist.tga -------------------------------------------------------------------------------- /media/textures/banto.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/banto.tga -------------------------------------------------------------------------------- /media/textures/border-dark.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/border-dark.tga -------------------------------------------------------------------------------- /media/textures/border-light.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/border-light.tga -------------------------------------------------------------------------------- /media/textures/combo.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/combo.tga -------------------------------------------------------------------------------- /media/textures/glaze.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/glaze.tga -------------------------------------------------------------------------------- /media/textures/highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/highlight.tga -------------------------------------------------------------------------------- /media/textures/otravi.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/otravi.tga -------------------------------------------------------------------------------- /media/textures/perl.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/perl.tga -------------------------------------------------------------------------------- /media/textures/smooth.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/smooth.tga -------------------------------------------------------------------------------- /media/textures/striped.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/media/textures/striped.tga -------------------------------------------------------------------------------- /modules/auras.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/auras.lua -------------------------------------------------------------------------------- /modules/cast.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/cast.lua -------------------------------------------------------------------------------- /modules/combattext.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/combattext.lua -------------------------------------------------------------------------------- /modules/combopoints.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/combopoints.lua -------------------------------------------------------------------------------- /modules/defaultlayout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/defaultlayout.lua -------------------------------------------------------------------------------- /modules/druid.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/druid.lua -------------------------------------------------------------------------------- /modules/empty.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/empty.lua -------------------------------------------------------------------------------- /modules/fader.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/fader.lua -------------------------------------------------------------------------------- /modules/health.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/health.lua -------------------------------------------------------------------------------- /modules/highlight.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/highlight.lua -------------------------------------------------------------------------------- /modules/incheal.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/incheal.lua -------------------------------------------------------------------------------- /modules/indicators.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/indicators.lua -------------------------------------------------------------------------------- /modules/layout.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/layout.lua -------------------------------------------------------------------------------- /modules/movers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/movers.lua -------------------------------------------------------------------------------- /modules/portrait.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/portrait.lua -------------------------------------------------------------------------------- /modules/power.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/power.lua -------------------------------------------------------------------------------- /modules/range.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/range.lua -------------------------------------------------------------------------------- /modules/runes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/runes.lua -------------------------------------------------------------------------------- /modules/tags.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/tags.lua -------------------------------------------------------------------------------- /modules/totems.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/totems.lua -------------------------------------------------------------------------------- /modules/units.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/units.lua -------------------------------------------------------------------------------- /modules/xp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/modules/xp.lua -------------------------------------------------------------------------------- /options/ShadowedUF_Options.toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/options/ShadowedUF_Options.toc -------------------------------------------------------------------------------- /options/config.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shadowed/ShadowedUnitFrames/HEAD/options/config.lua --------------------------------------------------------------------------------