Init
This commit is contained in:
commit
1df16bb487
9
CombatText.lua
Normal file
9
CombatText.lua
Normal file
@ -0,0 +1,9 @@
|
||||
--------------------------------------------------------------------------------
|
||||
-- # COMBAT TEXT
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
local f = CreateFrame('Frame', nil, UIParent)
|
||||
f:RegisterEvent('ADDON_LOADED')
|
||||
f:SetScript('OnEvent', function(self, event, addon)
|
||||
DAMAGE_TEXT_FONT = 'Interface\\AddOns\\KlazCombatText\\Media\\Font.ttf'
|
||||
end)
|
7
KlazCombatText.toc
Normal file
7
KlazCombatText.toc
Normal file
@ -0,0 +1,7 @@
|
||||
## Interface: 100205
|
||||
## Title: Klaz|cff1994ffCombatText|r
|
||||
## Author: Klaz
|
||||
## Notes: Big crits, big money, big fun. Changes the default font for floating combat text.
|
||||
## IconTexture: Interface\AddOns\KlazCombatText\Media\KlazAddOnIcon.blp
|
||||
|
||||
CombatText.lua
|
BIN
Media/Font.ttf
Normal file
BIN
Media/Font.ttf
Normal file
Binary file not shown.
BIN
Media/KlazAddOnIcon.blp
Normal file
BIN
Media/KlazAddOnIcon.blp
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user