This commit is contained in:
Hao Tran 2024-03-03 10:25:28 -05:00
commit 1df16bb487
4 changed files with 16 additions and 0 deletions

9
CombatText.lua Normal file
View 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
View 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

Binary file not shown.

BIN
Media/KlazAddOnIcon.blp Normal file

Binary file not shown.