-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
26 additions
and
37 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
-- Path to your custom font file | ||
local customFontPath = "Interface\\AddOns\\NicerDamage\\Fonts\\Font.ttf" | ||
|
||
-- Function to set the damage font | ||
local function SetCustomDamageFont() | ||
-- Replace the damage font | ||
DAMAGE_TEXT_FONT = customFontPath | ||
end | ||
|
||
-- Run the function when the game is loaded | ||
local frame = CreateFrame("Frame") | ||
frame:RegisterEvent("ADDON_LOADED") | ||
frame:SetScript("OnEvent", function(self, event, addonName) | ||
if addonName == "NicerDamage" then | ||
SetCustomDamageFont() | ||
end | ||
end) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Interface: 110002 | ||
## Title: Nicer Damage | ||
## Notes: Changes your damage font to something you might actually like. | ||
## Author: Fafnyir | ||
## Version: 4.0 | ||
## IconTexture: Interface\AddOns\NicerDamage\AddonLogo.tga | ||
|
||
|
||
NicerDamage.lua |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.